Get Client Connector Service Result
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
constructor(createTime: String, displayName: String, egress: EgressResponse, ingress: IngressResponse, name: String, state: String, updateTime: String)
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
Output only Update time stamp.