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 v1alpha1 API class ListSpokesResponse.
The response for [HubService.ListSpokes][google.cloud.networkconnectivity.v1alpha1.HubService.ListSpokes].
Implements
IMessageListSpokesResponse, IEquatableListSpokesResponse, IDeepCloneableListSpokesResponse, IBufferMessage, IMessage, IPageResponseSpoke, IEnumerableSpoke, IEnumerableNamespace
Google.Cloud.NetworkConnectivity.V1Alpha1Assembly
Google.Cloud.NetworkConnectivity.V1Alpha1.dll
Constructors
ListSpokesResponse()
public ListSpokesResponse()
ListSpokesResponse(ListSpokesResponse)
public ListSpokesResponse(ListSpokesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSpokesResponse |
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 | |
---|---|
Type | Description |
string |
Spokes
public RepeatedField<Spoke> Spokes { get; }
Spokes to be returned.
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 |