connectionType property

String? connectionType
getter/setter pair

Indicates the user requested specifc connection type between Tenant and Customer projects.

You cannot set networking connection type in public IP environment.

Optional. Possible string values are:

  • "CONNECTION_TYPE_UNSPECIFIED" : No specific connection type was requested, so the environment uses the default value corresponding to the rest of its configuration.
  • "VPC_PEERING" : Requests the use of VPC peerings for connecting the Customer and Tenant projects.
  • "PRIVATE_SERVICE_CONNECT" : Requests the use of Private Service Connect for connecting the Customer and Tenant projects.

Implementation

core.String? connectionType;