NetApp v1 API - Class UpdateBackupVaultRequest (1.0.0)

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

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

UpdateBackupVaultRequest updates description and/or labels for a backupVault.

Inheritance

object > UpdateBackupVaultRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

UpdateBackupVaultRequest()

public UpdateBackupVaultRequest()

UpdateBackupVaultRequest(UpdateBackupVaultRequest)

public UpdateBackupVaultRequest(UpdateBackupVaultRequest other)
Parameter
NameDescription
otherUpdateBackupVaultRequest

Properties

BackupVault

public BackupVault BackupVault { get; set; }

Required. The backupVault being updated

Property Value
TypeDescription
BackupVault

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

Property Value
TypeDescription
FieldMask