NetApp v1 API - Class UpdateVolumeRequest (1.0.0)

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

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

Message for updating a Volume

Inheritance

object > UpdateVolumeRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

UpdateVolumeRequest()

public UpdateVolumeRequest()

UpdateVolumeRequest(UpdateVolumeRequest)

public UpdateVolumeRequest(UpdateVolumeRequest other)
Parameter
NameDescription
otherUpdateVolumeRequest

Properties

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Field mask is used to specify the fields to be overwritten in the Volume resource by the update. 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

Volume

public Volume Volume { get; set; }

Required. The volume being updated

Property Value
TypeDescription
Volume