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].
Implements
IMessageListHubSpokesResponse, IEquatableListHubSpokesResponse, IDeepCloneableListHubSpokesResponse, IBufferMessage, IMessage, IPageResponseSpoke, IEnumerableSpoke, IEnumerableNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListHubSpokesResponse()
public ListHubSpokesResponse()
ListHubSpokesResponse(ListHubSpokesResponse)
public ListHubSpokesResponse(ListHubSpokesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListHubSpokesResponse |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldSpoke |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Spoke> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSpoke |