public sealed class ListNetworksResponse : IPageResponse<Network>, IEnumerable<Network>, IEnumerable, IMessage<ListNetworksResponse>, IEquatable<ListNetworksResponse>, IDeepCloneable<ListNetworksResponse>, IBufferMessage, IMessageReference documentation and code samples for the Bare Metal Solution v2 API class ListNetworksResponse.
Response message containing the list of networks.
Implements
IPageResponse<Network>, IEnumerable<Network>, IEnumerable, IMessage<ListNetworksResponse>, IEquatable<ListNetworksResponse>, IDeepCloneable<ListNetworksResponse>, 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 |
RepeatedField<Network> |
|
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 |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<Network> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Network> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|