VMware Engine v1 API - Class ListPeeringRoutesResponse (1.3.0)

public sealed class ListPeeringRoutesResponse : IMessage<ListPeeringRoutesResponse>, IEquatable<ListPeeringRoutesResponse>, IDeepCloneable<ListPeeringRoutesResponse>, IBufferMessage, IMessage, IPageResponse<PeeringRoute>, IEnumerable<PeeringRoute>, IEnumerable

Reference documentation and code samples for the VMware Engine v1 API class ListPeeringRoutesResponse.

Response message for [VmwareEngine.ListPeeringRoutes][google.cloud.vmwareengine.v1.VmwareEngine.ListPeeringRoutes]

Inheritance

object > ListPeeringRoutesResponse

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListPeeringRoutesResponse()

public ListPeeringRoutesResponse()

ListPeeringRoutesResponse(ListPeeringRoutesResponse)

public ListPeeringRoutesResponse(ListPeeringRoutesResponse other)
Parameter
NameDescription
otherListPeeringRoutesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

PeeringRoutes

public RepeatedField<PeeringRoute> PeeringRoutes { get; }

A list of peering routes.

Property Value
TypeDescription
RepeatedFieldPeeringRoute

Methods

GetEnumerator()

public IEnumerator<PeeringRoute> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorPeeringRoute