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
BackupVaultName
public BackupVaultName BackupVaultName { get; set; }BackupVaultName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BackupVaultName |
|
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 |
|
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 |
|
State
public BackupVault.Types.State State { get; set; }Output only. The backup vault state.
| Property Value | |
|---|---|
| Type | Description |
BackupVaultTypesState |
|