GetConnectionResult

data class GetConnectionResult(val applicationEndpoint: ApplicationEndpointResponse, val connectors: List<String>, val createTime: String, val displayName: String, val gateway: GatewayResponse, 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
fun GetConnectionResult(applicationEndpoint: ApplicationEndpointResponse, connectors: List<String>, createTime: String, displayName: String, gateway: GatewayResponse, labels: Map<String, String>, name: String, state: String, type: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address of the remote application endpoint for the BeyondCorp Connection.

Link copied to clipboard

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

Link copied to clipboard

Timestamp when the resource was created.

Link copied to clipboard

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

Link copied to clipboard

Optional. Gateway used by the connection.

Link copied to clipboard

Optional. Resource labels to represent user provided metadata.

Link copied to clipboard

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

Link copied to clipboard

The current state of the connection.

Link copied to clipboard

The type of network connectivity used by the connection.

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.