ConnectorSubnet

data class ConnectorSubnet(val name: String? = null, val projectId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: 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: 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.