GetClientConnectorServiceResult

data class GetClientConnectorServiceResult(val createTime: String, val displayName: String, val egress: EgressResponse, val ingress: IngressResponse, val name: String, val state: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetClientConnectorServiceResult(createTime: String, displayName: String, egress: EgressResponse, ingress: IngressResponse, name: String, state: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output only Create time stamp.

Link copied to clipboard

Optional. User-provided name. The display name should follow certain format. * Must be 6 to 30 characters in length. * Can only contain lowercase letters, numbers, and hyphens. * Must start with a letter.

Link copied to clipboard

The details of the egress settings.

Link copied to clipboard

The details of the ingress settings.

Link copied to clipboard

Name of resource. The name is ignored during creation.

Link copied to clipboard

The operational state of the ClientConnectorService.

Link copied to clipboard

Output only Update time stamp.