public sealed class GetNfsShareRequest : IMessage<GetNfsShareRequest>, IEquatable<GetNfsShareRequest>, IDeepCloneable<GetNfsShareRequest>, IBufferMessage, IMessageReference documentation and code samples for the Bare Metal Solution v2 API class GetNfsShareRequest.
Message for requesting NFS share information.
Implements
IMessage<GetNfsShareRequest>, IEquatable<GetNfsShareRequest>, IDeepCloneable<GetNfsShareRequest>, 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
Name
public string Name { get; set; }Required. Name of the resource.
| Property Value | |
|---|---|
| Type | Description |
String |
|
NFSShareName
public NFSShareName NFSShareName { get; set; }NFSShareName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
NFSShareName |
|