ServiceTemplateVpcAccessNetworkInterfaceArgs

data class ServiceTemplateVpcAccessNetworkInterfaceArgs(val network: Output<String>? = null, val subnetwork: Output<String>? = null, val tags: Output<List<String>>? = null) : ConvertibleToJava<ServiceTemplateVpcAccessNetworkInterfaceArgs>

Constructors

constructor(network: Output<String>? = null, subnetwork: Output<String>? = null, tags: Output<List<String>>? = null)

Properties

Link copied to clipboard
val network: Output<String>? = null

The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.

Link copied to clipboard
val subnetwork: Output<String>? = null

The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.

Link copied to clipboard
val tags: Output<List<String>>? = null

Network tags applied to this Cloud Run service.

Functions

Link copied to clipboard
open override fun toJava(): ServiceTemplateVpcAccessNetworkInterfaceArgs