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.
Implements
IPageResponseNetwork, IEnumerableNetwork, IEnumerable, IMessageListNetworksResponse, IEquatableListNetworksResponse, IDeepCloneableListNetworksResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
ListNetworksResponse()
public ListNetworksResponse()
ListNetworksResponse(ListNetworksResponse)
public ListNetworksResponse(ListNetworksResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListNetworksResponse |
Properties
Networks
public RepeatedField<Network> Networks { get; }
The list of networks.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNetwork |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results from the server.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Network> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorNetwork |