type property
Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
Output only. Possible string values are:
- "TYPE_UNSPECIFIED" : The default value. This value should never be used.
- "INTRANET" : VPC network that will be peered with a consumer VPC network or the intranet VPC of another VMware Engine network. Access a private cloud through Compute Engine VMs on a peered VPC network or an on-premises resource connected to a peered consumer VPC network.
- "INTERNET" : VPC network used for internet access to and from a private cloud.
- "GOOGLE_CLOUD" : VPC network used for access to Google Cloud services like Cloud Storage.
Implementation
core.String? type;