Show / Hide Table of Contents

Class BackupVault

A NetApp BackupVault.

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

Properties

BackupRegion

Optional. Region where the backups are stored. Format: projects/{project_id}/locations/{location}

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

BackupRetentionPolicy

Optional. Backup retention policy defining the retenton of backups.

Declaration
[JsonProperty("backupRetentionPolicy")]
public virtual BackupRetentionPolicy BackupRetentionPolicy { get; set; }
Property Value
Type Description
BackupRetentionPolicy

BackupVaultType

Optional. Type of backup vault to be created. Default is IN_REGION.

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

CreateTime

object representation of CreateTimeRaw.

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

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

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

CreateTimeRaw

Output only. Create time of the backup vault.

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

Description

Description of the backup vault.

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

DestinationBackupVault

Output only. Name of the Backup vault created in backup region. Format: projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}

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

Labels

Resource labels to represent user provided metadata.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Identifier. The resource name of the backup vault. Format: projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}.

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

SourceBackupVault

Output only. Name of the Backup vault created in source region. Format: projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}

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

SourceRegion

Output only. Region in which the backup vault is created. Format: projects/{project_id}/locations/{location}

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

State

Output only. The backup vault state.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX