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.
Implements
IMessageListConnectivityTestsResponse, IEquatableListConnectivityTestsResponse, IDeepCloneableListConnectivityTestsResponse, IBufferMessage, IMessage, IPageResponseConnectivityTest, IEnumerableConnectivityTest, IEnumerableNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
ListConnectivityTestsResponse()
public ListConnectivityTestsResponse()
ListConnectivityTestsResponse(ListConnectivityTestsResponse)
public ListConnectivityTestsResponse(ListConnectivityTestsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListConnectivityTestsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Page token to fetch the next set of Connectivity Tests.
Property Value | |
---|---|
Type | Description |
string |
Resources
public RepeatedField<ConnectivityTest> Resources { get; }
List of Connectivity Tests.
Property Value | |
---|---|
Type | Description |
RepeatedFieldConnectivityTest |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached (when querying all locations with -
).
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<ConnectivityTest> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorConnectivityTest |