public sealed class ListNfsSharesResponse : IPageResponse<NfsShare>, IEnumerable<NfsShare>, IEnumerable, IMessage<ListNfsSharesResponse>, IEquatable<ListNfsSharesResponse>, IDeepCloneable<ListNfsSharesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class ListNfsSharesResponse.
Response message containing the list of NFS shares.
Implements
IPageResponseNfsShare, IEnumerableNfsShare, IEnumerable, IMessageListNfsSharesResponse, IEquatableListNfsSharesResponse, IDeepCloneableListNfsSharesResponse, 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 |
RepeatedFieldNfsShare |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<NfsShare> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorNfsShare |