Bare Metal Solution v2 API - Class ListNfsSharesResponse (1.0.0)

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.

Inheritance

Object > ListNfsSharesResponse

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListNfsSharesResponse()

public ListNfsSharesResponse()

ListNfsSharesResponse(ListNfsSharesResponse)

public ListNfsSharesResponse(ListNfsSharesResponse other)
Parameter
NameDescription
otherListNfsSharesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results from the server.

Property Value
TypeDescription
String

NfsShares

public RepeatedField<NfsShare> NfsShares { get; }

The list of NFS shares.

Property Value
TypeDescription
RepeatedField<NfsShare>

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<NfsShare> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<NfsShare>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator