Network Connectivity v1 API - Class ListHubSpokesResponse (2.7.0)

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

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

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

Inheritance

object > ListHubSpokesResponse

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListHubSpokesResponse()

public ListHubSpokesResponse()

ListHubSpokesResponse(ListHubSpokesResponse)

public ListHubSpokesResponse(ListHubSpokesResponse other)
Parameter
NameDescription
otherListHubSpokesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.

Property Value
TypeDescription
string

Spokes

public RepeatedField<Spoke> Spokes { get; }

The requested spokes. The spoke fields can be partially populated based on the view field in the request message.

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