Instance Private Config Args
data class InstancePrivateConfigArgs(val caPool: Output<String>, val httpServiceAttachment: Output<String>? = null, val isPrivate: Output<Boolean>, val sshServiceAttachment: Output<String>? = null) : ConvertibleToJava<InstancePrivateConfigArgs>
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}
.