Network Services v1 API - Class ListTcpRoutesResponse (1.0.0-beta01)

public sealed class ListTcpRoutesResponse : IPageResponse<TcpRoute>, IEnumerable<TcpRoute>, IEnumerable, IMessage<ListTcpRoutesResponse>, IEquatable<ListTcpRoutesResponse>, IDeepCloneable<ListTcpRoutesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Services v1 API class ListTcpRoutesResponse.

Response returned by the ListTcpRoutes method.

Inheritance

object > ListTcpRoutesResponse

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

ListTcpRoutesResponse()

public ListTcpRoutesResponse()

ListTcpRoutesResponse(ListTcpRoutesResponse)

public ListTcpRoutesResponse(ListTcpRoutesResponse other)
Parameter
Name Description
other ListTcpRoutesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Property Value
Type Description
string

TcpRoutes

public RepeatedField<TcpRoute> TcpRoutes { get; }

List of TcpRoute resources.

Property Value
Type Description
RepeatedFieldTcpRoute

Methods

GetEnumerator()

public IEnumerator<TcpRoute> GetEnumerator()

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

Returns
Type Description
IEnumeratorTcpRoute