public sealed class ListGatewayAdvertisedRoutesResponse : IMessage<ListGatewayAdvertisedRoutesResponse>, IEquatable<ListGatewayAdvertisedRoutesResponse>, IDeepCloneable<ListGatewayAdvertisedRoutesResponse>, IBufferMessage, IMessage, IPageResponse<GatewayAdvertisedRoute>, IEnumerable<GatewayAdvertisedRoute>, IEnumerableReference documentation and code samples for the Network Connectivity v1beta API class ListGatewayAdvertisedRoutesResponse.
Response for [HubService.ListGatewayAdvertisedRoutes][google.cloud.networkconnectivity.v1beta.HubService.ListGatewayAdvertisedRoutes] method.
Implements
IMessageListGatewayAdvertisedRoutesResponse, IEquatableListGatewayAdvertisedRoutesResponse, IDeepCloneableListGatewayAdvertisedRoutesResponse, IBufferMessage, IMessage, IPageResponseGatewayAdvertisedRoute, IEnumerableGatewayAdvertisedRoute, IEnumerableNamespace
Google.Cloud.NetworkConnectivity.V1BetaAssembly
Google.Cloud.NetworkConnectivity.V1Beta.dll
Constructors
ListGatewayAdvertisedRoutesResponse()
public ListGatewayAdvertisedRoutesResponse()ListGatewayAdvertisedRoutesResponse(ListGatewayAdvertisedRoutesResponse)
public ListGatewayAdvertisedRoutesResponse(ListGatewayAdvertisedRoutesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGatewayAdvertisedRoutesResponse |
Properties
GatewayAdvertisedRoutes
public RepeatedField<GatewayAdvertisedRoute> GatewayAdvertisedRoutes { get; }The requested gateway advertised routes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldGatewayAdvertisedRoute |
|
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 |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Hubs that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<GatewayAdvertisedRoute> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorGatewayAdvertisedRoute |
|