InstancePrivateConfig

data class InstancePrivateConfig(val caPool: String, val httpServiceAttachment: String? = null, val isPrivate: Boolean, val sshServiceAttachment: String? = null)

Constructors

Link copied to clipboard
constructor(caPool: String, httpServiceAttachment: String? = null, isPrivate: Boolean, sshServiceAttachment: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CA pool resource, resource must in the format of projects/{project}/locations/{location}/caPools/{ca_pool}.

Link copied to clipboard

(Output) Service Attachment for HTTP, resource is in the format of projects/{project}/regions/{region}/serviceAttachments/{service_attachment}.

Link copied to clipboard

'Indicate if it's private instance.'

Link copied to clipboard

(Output) Service Attachment for SSH, resource is in the format of projects/{project}/regions/{region}/serviceAttachments/{service_attachment}.