Bare Metal Solution v2 API - Class RenameNfsShareRequest (1.5.0)

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.

Inheritance

object > RenameNfsShareRequest

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

RenameNfsShareRequest()

public RenameNfsShareRequest()

RenameNfsShareRequest(RenameNfsShareRequest)

public RenameNfsShareRequest(RenameNfsShareRequest other)
Parameter
NameDescription
otherRenameNfsShareRequest

Properties

NFSShareName

public NFSShareName NFSShareName { get; set; }

NFSShareName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string

NewNfsshareId

public string NewNfsshareId { get; set; }

Required. The new id of the nfsshare.

Property Value
TypeDescription
string