type property

String? type
getter/setter pair

The type of this network, either Client or Private. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified value.
  • "CLIENT" : Client network, that is a network peered to a GCP VPC.
  • "PRIVATE" : Private network, that is a network local to the BMS POD.

Implementation

core.String? type;