Package types (0.4.9)

API documentation for beyondcorp_appconnectors_v1.types package.

Classes

AppConnector

A BeyondCorp connector resource that represents an application facing component deployed proximal to and with direct access to the application instances. It is used to establish connectivity between the remote enterprise environment and GCP. It initiates connections to the applications and can proxy the data from users over the connection.

AppConnectorInstanceConfig

AppConnectorInstanceConfig defines the instance config of a AppConnector.

AppConnectorOperationMetadata

Represents the metadata of the long-running operation.

CreateAppConnectorRequest

Request message for BeyondCorp.CreateAppConnector.

DeleteAppConnectorRequest

Request message for BeyondCorp.DeleteAppConnector.

GetAppConnectorRequest

Request message for BeyondCorp.GetAppConnector.

HealthStatus

HealthStatus represents the health status.

Values: HEALTH_STATUS_UNSPECIFIED (0): Health status is unknown: not initialized or failed to retrieve. HEALTHY (1): The resource is healthy. UNHEALTHY (2): The resource is unhealthy. UNRESPONSIVE (3): The resource is unresponsive. DEGRADED (4): Some sub-resources are UNHEALTHY.

ImageConfig

ImageConfig defines the control plane images to run.

ListAppConnectorsRequest

Request message for BeyondCorp.ListAppConnectors.

ListAppConnectorsResponse

Response message for BeyondCorp.ListAppConnectors.

NotificationConfig

NotificationConfig defines the mechanisms to notify instance agent.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

ReportStatusRequest

Request report the connector status.

ResourceInfo

ResourceInfo represents the information/status of an app connector resource. Such as:

  • remote_agent

    • container

      • runtime
      • appgateway

        • appconnector

          • appconnection

            • tunnel
        • logagent

UpdateAppConnectorRequest

Request message for BeyondCorp.UpdateAppConnector.