NetApp v1 API - Class BackupVault (1.0.0)

public sealed class BackupVault : IMessage<BackupVault>, IEquatable<BackupVault>, IDeepCloneable<BackupVault>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class BackupVault.

A NetApp BackupVault.

Inheritance

object > BackupVault

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

BackupVault()

public BackupVault()

BackupVault(BackupVault)

public BackupVault(BackupVault other)
Parameter
NameDescription
otherBackupVault

Properties

BackupVaultName

public BackupVaultName BackupVaultName { get; set; }

BackupVaultName-typed view over the Name resource name property.

Property Value
TypeDescription
BackupVaultName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Create time of the backup vault.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Description of the backup vault.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

Resource labels to represent user provided metadata.

Property Value
TypeDescription
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
TypeDescription
string

State

public BackupVault.Types.State State { get; set; }

Output only. The backup vault state.

Property Value
TypeDescription
BackupVaultTypesState