Class ListConnectivityTestsResponse (2.2.0)

public sealed class ListConnectivityTestsResponse : IMessage<ListConnectivityTestsResponse>, IEquatable<ListConnectivityTestsResponse>, IDeepCloneable<ListConnectivityTestsResponse>, IBufferMessage, IMessage, IPageResponse<ConnectivityTest>, IEnumerable<ConnectivityTest>, IEnumerable

Response for the ListConnectivityTests method.

Inheritance

Object > ListConnectivityTestsResponse

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

ListConnectivityTestsResponse()

public ListConnectivityTestsResponse()

ListConnectivityTestsResponse(ListConnectivityTestsResponse)

public ListConnectivityTestsResponse(ListConnectivityTestsResponse other)
Parameter
NameDescription
otherListConnectivityTestsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Page token to fetch the next set of Connectivity Tests.

Property Value
TypeDescription
String

Resources

public RepeatedField<ConnectivityTest> Resources { get; }

List of Connectivity Tests.

Property Value
TypeDescription
RepeatedField<ConnectivityTest>

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached (when querying all locations with -).

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<ConnectivityTest> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<ConnectivityTest>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator