type property

String? type
getter/setter pair

The type of this network. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified value.
  • "CLIENT" : Client network, a network peered to a Google Cloud VPC.
  • "PRIVATE" : Private network, a network local to the Bare Metal Solution environment.

Implementation

core.String? type;