connectionType property
Type of connection for establishing private IP connectivity between the Data Fusion customer project VPC and the corresponding tenant project from a predefined list of available connection modes.
If this field is unspecified for a private instance, VPC peering is used.
Optional. Possible string values are:
- "CONNECTION_TYPE_UNSPECIFIED" : No specific connection type was requested, the default value of VPC_PEERING is chosen.
- "VPC_PEERING" : Requests the use of VPC peerings for connecting the consumer and tenant projects.
- "PRIVATE_SERVICE_CONNECT_INTERFACES" : Requests the use of Private Service Connect Interfaces for connecting the consumer and tenant projects.
Implementation
core.String? connectionType;