public sealed class ListConnectivityTestsResponse : IMessage<ListConnectivityTestsResponse>, IEquatable<ListConnectivityTestsResponse>, IDeepCloneable<ListConnectivityTestsResponse>, IBufferMessage, IMessage, IPageResponse<ConnectivityTest>, IEnumerable<ConnectivityTest>, IEnumerable
Response for the ListConnectivityTests
method.
Implements
IMessage<ListConnectivityTestsResponse>, IEquatable<ListConnectivityTestsResponse>, IDeepCloneable<ListConnectivityTestsResponse>, IBufferMessage, IMessage, IPageResponse<ConnectivityTest>, IEnumerable<ConnectivityTest>, 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 |
RepeatedField<ConnectivityTest> |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached (when querying all locations with -
).
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<ConnectivityTest> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<ConnectivityTest> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |