PolicyNetworkResponse

data class PolicyNetworkResponse(val kind: String, val networkUrl: String)

Constructors

Link copied to clipboard
fun PolicyNetworkResponse(kind: String, networkUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}