GetClientGatewayResult

data class GetClientGatewayResult(val clientConnectorService: String, val createTime: String, val name: String, val state: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetClientGatewayResult(clientConnectorService: String, createTime: String, name: String, state: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client connector service name that the client gateway is associated to. Client Connector Services, named as follows: projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}.

Link copied to clipboard

Output only Create time stamp.

Link copied to clipboard

name of resource. The name is ignored during creation.

Link copied to clipboard

The operational state of the gateway.

Link copied to clipboard

Output only Update time stamp.