Instance Private Config
data class InstancePrivateConfig(val caPool: String, val httpServiceAttachment: String? = null, val isPrivate: Boolean, val sshServiceAttachment: String? = null)
Properties
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
(Output) Service Attachment for SSH, resource is in the format of projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
.