Network Connectivity v1 API - Class ListSpokesResponse (2.4.0)

public sealed class ListSpokesResponse : IMessage<ListSpokesResponse>, IEquatable<ListSpokesResponse>, IDeepCloneable<ListSpokesResponse>, IBufferMessage, IMessage, IPageResponse<Spoke>, IEnumerable<Spoke>, IEnumerable

Reference documentation and code samples for the Network Connectivity v1 API class ListSpokesResponse.

The response for [HubService.ListSpokes][google.cloud.networkconnectivity.v1.HubService.ListSpokes].

Inheritance

object > ListSpokesResponse

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListSpokesResponse()

public ListSpokesResponse()

ListSpokesResponse(ListSpokesResponse)

public ListSpokesResponse(ListSpokesResponse other)
Parameter
NameDescription
otherListSpokesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result.

Property Value
TypeDescription
string

Spokes

public RepeatedField<Spoke> Spokes { get; }

The requested spokes.

Property Value
TypeDescription
RepeatedFieldSpoke

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Spoke> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorSpoke