Bare Metal Solution v2 API - Class GetNfsShareRequest (1.5.0)

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

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

Message for requesting NFS share information.

Inheritance

object > GetNfsShareRequest

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

GetNfsShareRequest()

public GetNfsShareRequest()

GetNfsShareRequest(GetNfsShareRequest)

public GetNfsShareRequest(GetNfsShareRequest other)
Parameter
NameDescription
otherGetNfsShareRequest

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. Name of the resource.

Property Value
TypeDescription
string