Class BackupDisasterRecovery
Inheritance
BackupDisasterRecovery
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class BackupDisasterRecovery : IDirectResponseSchema
Properties
Appliance
Declaration
[JsonProperty("appliance")]
public virtual string Appliance { get; set; }
Property Value
Applications
Declaration
[JsonProperty("applications")]
public virtual IList<string> Applications { get; set; }
Property Value
BackupCreateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BackupCreateTimeDateTimeOffset instead.")]
public virtual object BackupCreateTime { get; set; }
Property Value
BackupCreateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? BackupCreateTimeDateTimeOffset { get; set; }
Property Value
BackupCreateTimeRaw
Declaration
[JsonProperty("backupCreateTime")]
public virtual string BackupCreateTimeRaw { get; set; }
Property Value
BackupTemplate
Declaration
[JsonProperty("backupTemplate")]
public virtual string BackupTemplate { get; set; }
Property Value
BackupType
Declaration
[JsonProperty("backupType")]
public virtual string BackupType { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Host
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Policies
Declaration
[JsonProperty("policies")]
public virtual IList<string> Policies { get; set; }
Property Value
PolicyOptions
Declaration
[JsonProperty("policyOptions")]
public virtual IList<string> PolicyOptions { get; set; }
Property Value
Profile
Declaration
[JsonProperty("profile")]
public virtual string Profile { get; set; }
Property Value
StoragePool
Declaration
[JsonProperty("storagePool")]
public virtual string StoragePool { get; set; }
Property Value
Implements