Network Connectivity v1 API - Class ListInternalRangesResponse (2.11.0)

public sealed class ListInternalRangesResponse : IMessage<ListInternalRangesResponse>, IEquatable<ListInternalRangesResponse>, IDeepCloneable<ListInternalRangesResponse>, IBufferMessage, IMessage, IPageResponse<InternalRange>, IEnumerable<InternalRange>, IEnumerable

Reference documentation and code samples for the Network Connectivity v1 API class ListInternalRangesResponse.

Response for InternalRange.ListInternalRanges

Inheritance

object > ListInternalRangesResponse

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListInternalRangesResponse()

public ListInternalRangesResponse()

ListInternalRangesResponse(ListInternalRangesResponse)

public ListInternalRangesResponse(ListInternalRangesResponse other)
Parameter
Name Description
other ListInternalRangesResponse

Properties

InternalRanges

public RepeatedField<InternalRange> InternalRanges { get; }

Internal ranges to be returned.

Property Value
Type Description
RepeatedFieldInternalRange

NextPageToken

public string NextPageToken { get; set; }

The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<InternalRange> GetEnumerator()

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

Returns
Type Description
IEnumeratorInternalRange