VMware Engine v1 API - Class ListPrivateConnectionPeeringRoutesResponse (1.3.0)

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

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

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

Inheritance

object > ListPrivateConnectionPeeringRoutesResponse

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListPrivateConnectionPeeringRoutesResponse()

public ListPrivateConnectionPeeringRoutesResponse()

ListPrivateConnectionPeeringRoutesResponse(ListPrivateConnectionPeeringRoutesResponse)

public ListPrivateConnectionPeeringRoutesResponse(ListPrivateConnectionPeeringRoutesResponse other)
Parameter
NameDescription
otherListPrivateConnectionPeeringRoutesResponse

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