Network Management v1 API - Class ListConnectivityTestsResponse (2.9.0)

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

Reference documentation and code samples for the Network Management v1 API class ListConnectivityTestsResponse.

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
RepeatedFieldConnectivityTest

Unreachable

public RepeatedField<string> Unreachable { get; }

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

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ConnectivityTest> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorConnectivityTest