GetAppConnectionResult

data class GetAppConnectionResult(val applicationEndpoint: GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpointResponse, val connectors: List<String>, val createTime: String, val displayName: String, val gateway: GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGatewayResponse, val labels: Map<String, String>, val name: String, val state: String, val type: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address of the remote application endpoint for the BeyondCorp AppConnection.

Link copied to clipboard

Optional. List of google.cloud.beyondcorp.v1main.Connector.name that are authorised to be associated with this AppConnection.

Link copied to clipboard

Timestamp when the resource was created.

Link copied to clipboard

Optional. An arbitrary user-provided name for the AppConnection. Cannot exceed 64 characters.

Link copied to clipboard

Optional. Gateway used by the AppConnection.

Link copied to clipboard

Optional. Resource labels to represent user provided metadata.

Link copied to clipboard

Unique resource name of the AppConnection. The name is ignored when creating a AppConnection.

Link copied to clipboard

The current state of the AppConnection.

Link copied to clipboard

The type of network connectivity used by the AppConnection.

Link copied to clipboard
val uid: String

A unique identifier for the instance generated by the system.

Link copied to clipboard

Timestamp when the resource was last modified.