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

public sealed class ListTlsRoutesResponse : IPageResponse<TlsRoute>, IEnumerable<TlsRoute>, IEnumerable, IMessage<ListTlsRoutesResponse>, IEquatable<ListTlsRoutesResponse>, IDeepCloneable<ListTlsRoutesResponse>, IBufferMessage, IMessage

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

Response returned by the ListTlsRoutes method.

Inheritance

object > ListTlsRoutesResponse

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

ListTlsRoutesResponse()

public ListTlsRoutesResponse()

ListTlsRoutesResponse(ListTlsRoutesResponse)

public ListTlsRoutesResponse(ListTlsRoutesResponse other)
Parameter
Name Description
other ListTlsRoutesResponse

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

TlsRoutes

public RepeatedField<TlsRoute> TlsRoutes { get; }

List of TlsRoute resources.

Property Value
Type Description
RepeatedFieldTlsRoute

Methods

GetEnumerator()

public IEnumerator<TlsRoute> GetEnumerator()

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

Returns
Type Description
IEnumeratorTlsRoute