Bare Metal Solution v2 API - Class UpdateNfsShareRequest (1.0.0)

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

Reference documentation and code samples for the Bare Metal Solution v2 API class UpdateNfsShareRequest.

Message requesting to updating a NFS share.

Inheritance

Object > UpdateNfsShareRequest

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

UpdateNfsShareRequest()

public UpdateNfsShareRequest()

UpdateNfsShareRequest(UpdateNfsShareRequest)

public UpdateNfsShareRequest(UpdateNfsShareRequest other)
Parameter
NameDescription
otherUpdateNfsShareRequest

Properties

NfsShare

public NfsShare NfsShare { get; set; }

Required. The NFS share to update.

The name field is used to identify the NFS share to update. Format: projects/{project}/locations/{location}/nfsShares/{nfs_share}

Property Value
TypeDescription
NfsShare

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to update. The only currently supported fields are: labels

Property Value
TypeDescription
FieldMask