BeyondCorp v1 API - Class ListAppConnectionsResponse (1.0.0)

public sealed class ListAppConnectionsResponse : IMessage<ListAppConnectionsResponse>, IEquatable<ListAppConnectionsResponse>, IDeepCloneable<ListAppConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<AppConnection>, IEnumerable<AppConnection>, IEnumerable

Reference documentation and code samples for the BeyondCorp v1 API class ListAppConnectionsResponse.

Response message for BeyondCorp.ListAppConnections.

Inheritance

Object > ListAppConnectionsResponse

Namespace

Google.Cloud.BeyondCorp.AppConnections.V1

Assembly

Google.Cloud.BeyondCorp.AppConnections.V1.dll

Constructors

ListAppConnectionsResponse()

public ListAppConnectionsResponse()

ListAppConnectionsResponse(ListAppConnectionsResponse)

public ListAppConnectionsResponse(ListAppConnectionsResponse other)
Parameter
NameDescription
otherListAppConnectionsResponse

Properties

AppConnections

public RepeatedField<AppConnection> AppConnections { get; }

A list of BeyondCorp AppConnections in the project.

Property Value
TypeDescription
RepeatedField<AppConnection>

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

A list of locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<AppConnection> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<AppConnection>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator