NetworkVpcNetwork

data class NetworkVpcNetwork(val network: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(network: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val network: String? = null

(Output) The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network

Link copied to clipboard
val type: String? = null

VMware Engine network type. Possible values are: LEGACY, STANDARD.