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.
Implements
IMessageGetNfsShareRequest, IEquatableGetNfsShareRequest, IDeepCloneableGetNfsShareRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
GetNfsShareRequest()
public GetNfsShareRequest()
GetNfsShareRequest(GetNfsShareRequest)
public GetNfsShareRequest(GetNfsShareRequest other)
Parameter | |
---|---|
Name | Description |
other | GetNfsShareRequest |
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. Name of the resource.
Property Value | |
---|---|
Type | Description |
string |