SubnetArgs

data class SubnetArgs(val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<SubnetArgs>

The subnet in which to house the connector

Constructors

Link copied to clipboard
fun SubnetArgs(name: Output<String>? = null, project: Output<String>? = null)

Functions

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

Properties

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

Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the correct input for this field would be {subnetName}

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

Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.