ServiceTemplateVpcAccess

data class ServiceTemplateVpcAccess(val connector: String? = null, val egress: String? = null, val networkInterfaces: List<ServiceTemplateVpcAccessNetworkInterface>? = null)

Constructors

Link copied to clipboard
constructor(connector: String? = null, egress: String? = null, networkInterfaces: List<ServiceTemplateVpcAccessNetworkInterface>? = 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, PRIVATE_RANGES_ONLY.

Link copied to clipboard

Direct VPC egress settings. Currently only single network interface is supported. Structure is documented below.