Show / Hide Table of Contents

Class CloudSqlInstanceBackupProperties

CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup properties.

Inheritance
object
CloudSqlInstanceBackupProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class CloudSqlInstanceBackupProperties : IDirectResponseSchema

Properties

DatabaseInstalledVersion

Output only. The installed database version of the Cloud SQL instance when the backup was taken.

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

FinalBackup

Output only. Whether the backup is a final backup.

Declaration
[JsonProperty("finalBackup")]
public virtual bool? FinalBackup { get; set; }
Property Value
Type Description
bool?

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

InstanceDeleteTime

object representation of InstanceDeleteTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use InstanceDeleteTimeDateTimeOffset instead.")]
public virtual object InstanceDeleteTime { get; set; }
Property Value
Type Description
object

InstanceDeleteTimeDateTimeOffset

DateTimeOffset representation of InstanceDeleteTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? InstanceDeleteTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

InstanceDeleteTimeRaw

Output only. The instance delete timestamp.

Declaration
[JsonProperty("instanceDeleteTime")]
public virtual string InstanceDeleteTimeRaw { 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

SourceInstance

Output only. The source instance of the backup. Format: projects/{project}/instances/{instance}

Declaration
[JsonProperty("sourceInstance")]
public virtual string SourceInstance { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX