public sealed class CloudSqlInstanceDataSourceReferenceProperties : IMessage<CloudSqlInstanceDataSourceReferenceProperties>, IEquatable<CloudSqlInstanceDataSourceReferenceProperties>, IDeepCloneable<CloudSqlInstanceDataSourceReferenceProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class CloudSqlInstanceDataSourceReferenceProperties.
CloudSqlInstanceDataSourceReferenceProperties represents the properties of a Cloud SQL resource that are stored in the DataSourceReference.
Implements
IMessageCloudSqlInstanceDataSourceReferenceProperties, IEquatableCloudSqlInstanceDataSourceReferenceProperties, IDeepCloneableCloudSqlInstanceDataSourceReferenceProperties, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
CloudSqlInstanceDataSourceReferenceProperties()
public CloudSqlInstanceDataSourceReferenceProperties()
CloudSqlInstanceDataSourceReferenceProperties(CloudSqlInstanceDataSourceReferenceProperties)
public CloudSqlInstanceDataSourceReferenceProperties(CloudSqlInstanceDataSourceReferenceProperties other)
Parameter | |
---|---|
Name | Description |
other |
CloudSqlInstanceDataSourceReferenceProperties |
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 |