Class CloudSqlInstanceDataSourceProperties
CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL resource that are stored in the DataSource.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class CloudSqlInstanceDataSourceProperties : IDirectResponseSchema
Properties
DatabaseInstalledVersion
Output only. The installed database version of the Cloud SQL instance.
Declaration
[JsonProperty("databaseInstalledVersion")]
public virtual string DatabaseInstalledVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceCreateTime
object representation of InstanceCreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use InstanceCreateTimeDateTimeOffset instead.")]
public virtual object InstanceCreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
InstanceCreateTimeDateTimeOffset
DateTimeOffset representation of InstanceCreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? InstanceCreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
InstanceCreateTimeRaw
Output only. The instance creation timestamp.
Declaration
[JsonProperty("instanceCreateTime")]
public virtual string InstanceCreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceTier
Output only. The tier (or machine type) for this instance. Example: db-custom-1-3840
Declaration
[JsonProperty("instanceTier")]
public virtual string InstanceTier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. Name of the Cloud SQL instance backed up by the datasource. Format: projects/{project}/instances/{instance}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |