Bare Metal Solution v2 API - Class ListNetworksResponse (1.5.0)

public sealed class ListNetworksResponse : IPageResponse<Network>, IEnumerable<Network>, IEnumerable, IMessage<ListNetworksResponse>, IEquatable<ListNetworksResponse>, IDeepCloneable<ListNetworksResponse>, IBufferMessage, IMessage

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

Response message containing the list of networks.

Inheritance

object > ListNetworksResponse

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListNetworksResponse()

public ListNetworksResponse()

ListNetworksResponse(ListNetworksResponse)

public ListNetworksResponse(ListNetworksResponse other)
Parameter
NameDescription
otherListNetworksResponse

Properties

Networks

public RepeatedField<Network> Networks { get; }

The list of networks.

Property Value
TypeDescription
RepeatedFieldNetwork

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
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Network> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorNetwork