VMware Engine v1 API - Class ListPrivateConnectionsResponse (1.3.0)

public sealed class ListPrivateConnectionsResponse : IMessage<ListPrivateConnectionsResponse>, IEquatable<ListPrivateConnectionsResponse>, IDeepCloneable<ListPrivateConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<PrivateConnection>, IEnumerable<PrivateConnection>, IEnumerable

Reference documentation and code samples for the VMware Engine v1 API class ListPrivateConnectionsResponse.

Response message for [VmwareEngine.ListPrivateConnections][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateConnections]

Inheritance

object > ListPrivateConnectionsResponse

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListPrivateConnectionsResponse()

public ListPrivateConnectionsResponse()

ListPrivateConnectionsResponse(ListPrivateConnectionsResponse)

public ListPrivateConnectionsResponse(ListPrivateConnectionsResponse other)
Parameter
NameDescription
otherListPrivateConnectionsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

PrivateConnections

public RepeatedField<PrivateConnection> PrivateConnections { get; }

A list of private connections.

Property Value
TypeDescription
RepeatedFieldPrivateConnection

Unreachable

public RepeatedField<string> Unreachable { get; }

Unreachable resources.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<PrivateConnection> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorPrivateConnection