Show / Hide Table of Contents

Class StorageDatabasecenterPartnerapiV1mainBackupDRMetadata

Disable validation warnings

Inheritance
object
StorageDatabasecenterPartnerapiV1mainBackupDRMetadata
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.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainBackupDRMetadata : IDirectResponseSchema

Properties

BackupConfiguration

Disable validation warnings

Declaration
[JsonProperty("backupConfiguration")]
public virtual StorageDatabasecenterPartnerapiV1mainBackupConfiguration BackupConfiguration { get; set; }
Property Value
Type Description
StorageDatabasecenterPartnerapiV1mainBackupConfiguration

BackupRun

Disable validation warnings

Declaration
[JsonProperty("backupRun")]
public virtual StorageDatabasecenterPartnerapiV1mainBackupRun BackupRun { get; set; }
Property Value
Type Description
StorageDatabasecenterPartnerapiV1mainBackupRun

BackupdrConfiguration

Disable validation warnings

Declaration
[JsonProperty("backupdrConfiguration")]
public virtual StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration BackupdrConfiguration { get; set; }
Property Value
Type Description
StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FullResourceName

Required. Disable validation warnings

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

LastRefreshTime

object representation of LastRefreshTimeRaw.

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

LastRefreshTimeDateTimeOffset

DateTimeOffset representation of LastRefreshTimeRaw.

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

LastRefreshTimeRaw

Required. Disable validation warnings

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

ResourceId

Required. Disable validation warnings

Declaration
[JsonProperty("resourceId")]
public virtual StorageDatabasecenterPartnerapiV1mainDatabaseResourceId ResourceId { get; set; }
Property Value
Type Description
StorageDatabasecenterPartnerapiV1mainDatabaseResourceId

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX