SubnetResponse

data class SubnetResponse(val name: String, val project: String)

The subnet in which to house the connector

Constructors

Link copied to clipboard
fun SubnetResponse(name: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.