networkConfig property

String? networkConfig
getter/setter pair

The type of network configuration on the instance. Possible string values are:

  • "NETWORKCONFIG_UNSPECIFIED" : The unspecified network configuration.
  • "SINGLE_VLAN" : Instance part of single client network and single private network.
  • "MULTI_VLAN" : Instance part of multiple (or single) client networks and private networks.

Implementation

core.String? networkConfig;