public sealed class UpdateNfsShareRequest : IMessage<UpdateNfsShareRequest>, IEquatable<UpdateNfsShareRequest>, IDeepCloneable<UpdateNfsShareRequest>, IBufferMessage, IMessageReference documentation and code samples for the Bare Metal Solution v2 API class UpdateNfsShareRequest.
Message requesting to updating a NFS share.
Implements
IMessage<UpdateNfsShareRequest>, IEquatable<UpdateNfsShareRequest>, IDeepCloneable<UpdateNfsShareRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
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
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|