Bare Metal Solution v2 API - Class ListInstancesResponse (1.0.0)

public sealed class ListInstancesResponse : IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable, IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Bare Metal Solution v2 API class ListInstancesResponse.

Response message for the list of servers.

Inheritance

Object > ListInstancesResponse

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListInstancesResponse()

public ListInstancesResponse()

ListInstancesResponse(ListInstancesResponse)

public ListInstancesResponse(ListInstancesResponse other)
Parameter
NameDescription
otherListInstancesResponse

Properties

Instances

public RepeatedField<Instance> Instances { get; }

The list of servers.

Property Value
TypeDescription
RepeatedField<Instance>

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results from the server.

Property Value
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Instance> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Instance>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator