Bare Metal Solution v2 API - Class ListNfsSharesResponse (1.5.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
RepeatedFieldNfsShare

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<NfsShare> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorNfsShare