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
Implements
IMessageUpdateVolumeRequest, IEquatableUpdateVolumeRequest, IDeepCloneableUpdateVolumeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
UpdateVolumeRequest()
public UpdateVolumeRequest()
UpdateVolumeRequest(UpdateVolumeRequest)
public UpdateVolumeRequest(UpdateVolumeRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateVolumeRequest |
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 | |
---|---|
Type | Description |
FieldMask |
Volume
public Volume Volume { get; set; }
Required. The volume being updated
Property Value | |
---|---|
Type | Description |
Volume |