GetServiceTemplateVpcAccess

data class GetServiceTemplateVpcAccess(val connector: String, val egress: String, val networkInterfaces: List<GetServiceTemplateVpcAccessNetworkInterface>)

Constructors

Link copied to clipboard
constructor(connector: String, egress: String, networkInterfaces: List<GetServiceTemplateVpcAccessNetworkInterface>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Traffic VPC egress settings. Possible values: "ALL_TRAFFIC", "PRIVATE_RANGES_ONLY"

Link copied to clipboard

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