public sealed class ListNfsSharesResponse : IPageResponse<NfsShare>, IEnumerable<NfsShare>, IEnumerable, IMessage<ListNfsSharesResponse>, IEquatable<ListNfsSharesResponse>, IDeepCloneable<ListNfsSharesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Bare Metal Solution v2 API class ListNfsSharesResponse.
Response message containing the list of NFS shares.
Implements
IPageResponse<NfsShare>, IEnumerable<NfsShare>, IEnumerable, IMessage<ListNfsSharesResponse>, IEquatable<ListNfsSharesResponse>, IDeepCloneable<ListNfsSharesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
ListNfsSharesResponse()
public ListNfsSharesResponse()ListNfsSharesResponse(ListNfsSharesResponse)
public ListNfsSharesResponse(ListNfsSharesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNfsSharesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results from the server.
| Property Value | |
|---|---|
| Type | Description |
String |
|
NfsShares
public RepeatedField<NfsShare> NfsShares { get; }The list of NFS shares.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<NfsShare> |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<NfsShare> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<NfsShare> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|