networkType property

String? networkType
getter/setter pair

Type of 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? networkType;