peeringMode property

String? peeringMode
getter/setter pair

The network connect mode of the ManagementServer instance.

For this version, only PRIVATE_SERVICE_ACCESS is supported.

Optional. Possible string values are:

  • "PEERING_MODE_UNSPECIFIED" : Peering mode not set.
  • "PRIVATE_SERVICE_ACCESS" : Connect using Private Service Access to the Management Server. Private services access provides an IP address range for multiple Google Cloud services, including Google Cloud Backup and DR.

Implementation

core.String? peeringMode;