Show / Hide Table of Contents

Class BackupDisasterRecovery

Inheritance
object
BackupDisasterRecovery
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.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class BackupDisasterRecovery : IDirectResponseSchema

Properties

Appliance

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

Applications

Declaration
[JsonProperty("applications")]
public virtual IList<string> Applications { get; set; }
Property Value
Type Description
IList<string>

BackupCreateTime

object representation of BackupCreateTimeRaw.

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

BackupCreateTimeDateTimeOffset

DateTimeOffset representation of BackupCreateTimeRaw.

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

BackupCreateTimeRaw

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

BackupTemplate

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

BackupType

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

Host

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

Policies

Declaration
[JsonProperty("policies")]
public virtual IList<string> Policies { get; set; }
Property Value
Type Description
IList<string>

PolicyOptions

Declaration
[JsonProperty("policyOptions")]
public virtual IList<string> PolicyOptions { get; set; }
Property Value
Type Description
IList<string>

Profile

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

StoragePool

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX