public sealed class RenameNfsShareRequest : IMessage<RenameNfsShareRequest>, IEquatable<RenameNfsShareRequest>, IDeepCloneable<RenameNfsShareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class RenameNfsShareRequest.
Message requesting rename of a server.
Implements
IMessageRenameNfsShareRequest, IEquatableRenameNfsShareRequest, IDeepCloneableRenameNfsShareRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
RenameNfsShareRequest()
public RenameNfsShareRequest()
RenameNfsShareRequest(RenameNfsShareRequest)
public RenameNfsShareRequest(RenameNfsShareRequest other)
Parameter | |
---|---|
Name | Description |
other |
RenameNfsShareRequest |
Properties
NFSShareName
public NFSShareName NFSShareName { get; set; }
NFSShareName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NFSShareName |
Name
public string Name { get; set; }
Required. The name
field is used to identify the nfsshare.
Format: projects/{project}/locations/{location}/nfsshares/{nfsshare}
Property Value | |
---|---|
Type | Description |
string |
NewNfsshareId
public string NewNfsshareId { get; set; }
Required. The new id
of the nfsshare.
Property Value | |
---|---|
Type | Description |
string |