Package Classes (0.4.11)

Summary of entries of Classes for beyondcorpappconnections.

Classes

AppConnectionsServiceAsyncClient

API Overview:

The beyondcorp.googleapis.com service implements the Google Cloud BeyondCorp API.

Data Model:

The AppConnectionsService exposes the following resources:

  • AppConnections, named as follows: projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}.

The AppConnectionsService service provides methods to manage (create/read/update/delete) BeyondCorp AppConnections.

AppConnectionsServiceClient

API Overview:

The beyondcorp.googleapis.com service implements the Google Cloud BeyondCorp API.

Data Model:

The AppConnectionsService exposes the following resources:

  • AppConnections, named as follows: projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}.

The AppConnectionsService service provides methods to manage (create/read/update/delete) BeyondCorp AppConnections.

ListAppConnectionsAsyncPager

A pager for iterating through list_app_connections requests.

This class thinly wraps an initial ListAppConnectionsResponse object, and provides an __aiter__ method to iterate through its app_connections field.

If there are more pages, the __aiter__ method will make additional ListAppConnections requests and continue to iterate through the app_connections field on the corresponding responses.

All the usual ListAppConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAppConnectionsPager

A pager for iterating through list_app_connections requests.

This class thinly wraps an initial ListAppConnectionsResponse object, and provides an __iter__ method to iterate through its app_connections field.

If there are more pages, the __iter__ method will make additional ListAppConnections requests and continue to iterate through the app_connections field on the corresponding responses.

All the usual ListAppConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ResolveAppConnectionsAsyncPager

A pager for iterating through resolve_app_connections requests.

This class thinly wraps an initial ResolveAppConnectionsResponse object, and provides an __aiter__ method to iterate through its app_connection_details field.

If there are more pages, the __aiter__ method will make additional ResolveAppConnections requests and continue to iterate through the app_connection_details field on the corresponding responses.

All the usual ResolveAppConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ResolveAppConnectionsPager

A pager for iterating through resolve_app_connections requests.

This class thinly wraps an initial ResolveAppConnectionsResponse object, and provides an __iter__ method to iterate through its app_connection_details field.

If there are more pages, the __iter__ method will make additional ResolveAppConnections requests and continue to iterate through the app_connection_details field on the corresponding responses.

All the usual ResolveAppConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

AppConnection

A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppConnection. Multiple connectors can be authorised for a single AppConnection.

ApplicationEndpoint

ApplicationEndpoint represents a remote application endpoint.

Gateway

Gateway represents a user facing component that serves as an entrance to enable connectivity.

Type

Enum listing possible gateway hosting options.

LabelsEntry

The abstract base class for a message.

State

Represents the different states of a AppConnection.

Type

Enum containing list of all possible network connectivity options supported by BeyondCorp AppConnection.

AppConnectionOperationMetadata

Represents the metadata of the long-running operation.

CreateAppConnectionRequest

Request message for BeyondCorp.CreateAppConnection.

DeleteAppConnectionRequest

Request message for BeyondCorp.DeleteAppConnection.

GetAppConnectionRequest

Request message for BeyondCorp.GetAppConnection.

ListAppConnectionsRequest

Request message for BeyondCorp.ListAppConnections.

ListAppConnectionsResponse

Response message for BeyondCorp.ListAppConnections.

ResolveAppConnectionsRequest

Request message for BeyondCorp.ResolveAppConnections.

ResolveAppConnectionsResponse

Response message for BeyondCorp.ResolveAppConnections.

AppConnectionDetails

Details of the AppConnection.

UpdateAppConnectionRequest

Request message for BeyondCorp.UpdateAppConnection.

Modules

pagers

API documentation for beyondcorp_appconnections_v1.services.app_connections_service.pagers module.