Show / Hide Table of Contents

Class StorageDatabasecenterPartnerapiV1mainBackupConfiguration

Disable validation warnings

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

Properties

AutomatedBackupEnabled

Disable validation warnings

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

BackupRetentionSettings

Disable validation warnings

Declaration
[JsonProperty("backupRetentionSettings")]
public virtual StorageDatabasecenterPartnerapiV1mainRetentionSettings BackupRetentionSettings { get; set; }
Property Value
Type Description
StorageDatabasecenterPartnerapiV1mainRetentionSettings

ETag

The ETag of the item.

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

PointInTimeRecoveryEnabled

Disable validation warnings

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX