Bare Metal Solution v2 API - Class UpdateNfsShareRequest (1.7.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 an 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
Name Description
other UpdateNfsShareRequest

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
Type Description
NfsShare

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
Type Description
FieldMask