ConnectorSubnetArgs

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

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, projectId: Output<String>? = null)

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 projectId: 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.

Functions

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