type property

String? type
getter/setter pair

VMware Engine network type.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : The default value. This value should never be used.
  • "LEGACY" : Network type used by private clouds created in projects without a network of type STANDARD. This network type is no longer used for new VMware Engine private cloud deployments.
  • "STANDARD" : Standard network type used for private cloud connectivity.

Implementation

core.String? type;