ServiceTemplateVpcAccess

data class ServiceTemplateVpcAccess(val connector: String? = null, val egress: String? = null)

Constructors

Link copied to clipboard
fun ServiceTemplateVpcAccess(connector: String? = null, egress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connector: String? = null

VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.

Link copied to clipboard
val egress: String? = null

Traffic VPC egress settings. Possible values are ALL_TRAFFIC and PRIVATE_RANGES_ONLY.