public sealed class BackupVault : IMessage<BackupVault>, IEquatable<BackupVault>, IDeepCloneable<BackupVault>, IBufferMessage, IMessageReference documentation and code samples for the NetApp v1 API class BackupVault.
A NetApp BackupVault.
Implements
IMessageBackupVault, IEquatableBackupVault, IDeepCloneableBackupVault, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
BackupVault()
public BackupVault()BackupVault(BackupVault)
public BackupVault(BackupVault other)| Parameter | |
|---|---|
| Name | Description |
other |
BackupVault |
Properties
BackupRegion
public string BackupRegion { get; set; }Optional. Region where the backups are stored.
Format: projects/{project_id}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
BackupRegionAsLocationName
public LocationName BackupRegionAsLocationName { get; set; }LocationName-typed view over the BackupRegion resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
BackupRetentionPolicy
public BackupVault.Types.BackupRetentionPolicy BackupRetentionPolicy { get; set; }Optional. Backup retention policy defining the retenton of backups.
| Property Value | |
|---|---|
| Type | Description |
BackupVaultTypesBackupRetentionPolicy |
|
BackupVaultName
public BackupVaultName BackupVaultName { get; set; }BackupVaultName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BackupVaultName |
|
BackupVaultType
public BackupVault.Types.BackupVaultType BackupVaultType { get; set; }Optional. Type of backup vault to be created. Default is IN_REGION.
| Property Value | |
|---|---|
| Type | Description |
BackupVaultTypesBackupVaultType |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. Create time of the backup vault.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }Description of the backup vault.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DestinationBackupVault
public string DestinationBackupVault { get; set; }Output only. Name of the Backup vault created in backup region.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
DestinationBackupVaultAsBackupVaultName
public BackupVaultName DestinationBackupVaultAsBackupVaultName { get; set; }BackupVaultName-typed view over the DestinationBackupVault resource name property.
| Property Value | |
|---|---|
| Type | Description |
BackupVaultName |
|
Labels
public MapField<string, string> Labels { get; }Resource labels to represent user provided metadata.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Identifier. The resource name of the backup vault.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SourceBackupVault
public string SourceBackupVault { get; set; }Output only. Name of the Backup vault created in source region.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
SourceBackupVaultAsBackupVaultName
public BackupVaultName SourceBackupVaultAsBackupVaultName { get; set; }BackupVaultName-typed view over the SourceBackupVault resource name property.
| Property Value | |
|---|---|
| Type | Description |
BackupVaultName |
|
SourceRegion
public string SourceRegion { get; set; }Output only. Region in which the backup vault is created.
Format: projects/{project_id}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
SourceRegionAsLocationName
public LocationName SourceRegionAsLocationName { get; set; }LocationName-typed view over the SourceRegion resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
State
public BackupVault.Types.State State { get; set; }Output only. The backup vault state.
| Property Value | |
|---|---|
| Type | Description |
BackupVaultTypesState |
|