public sealed class CloudSqlInstanceDataSourceProperties : IMessage<CloudSqlInstanceDataSourceProperties>, IEquatable<CloudSqlInstanceDataSourceProperties>, IDeepCloneable<CloudSqlInstanceDataSourceProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class CloudSqlInstanceDataSourceProperties.
CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL resource that are stored in the DataSource.
Implements
IMessageCloudSqlInstanceDataSourceProperties, IEquatableCloudSqlInstanceDataSourceProperties, IDeepCloneableCloudSqlInstanceDataSourceProperties, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
CloudSqlInstanceDataSourceProperties()
public CloudSqlInstanceDataSourceProperties()
CloudSqlInstanceDataSourceProperties(CloudSqlInstanceDataSourceProperties)
public CloudSqlInstanceDataSourceProperties(CloudSqlInstanceDataSourceProperties other)
Parameter | |
---|---|
Name | Description |
other |
CloudSqlInstanceDataSourceProperties |
Properties
DatabaseInstalledVersion
public string DatabaseInstalledVersion { get; set; }
Output only. The installed database version of the Cloud SQL instance.
Property Value | |
---|---|
Type | Description |
string |
InstanceCreateTime
public Timestamp InstanceCreateTime { get; set; }
Output only. The instance creation timestamp.
Property Value | |
---|---|
Type | Description |
Timestamp |
InstanceName
public InstanceName InstanceName { get; set; }
InstanceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |
InstanceTier
public string InstanceTier { get; set; }
Output only. The tier (or machine type) for this instance. Example:
db-custom-1-3840
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Output only. Name of the Cloud SQL instance backed up by the datasource. Format: projects/{project}/instances/{instance}
Property Value | |
---|---|
Type | Description |
string |