public enum NetworkingConfig.ConnectionType extends Enum<NetworkingConfig.ConnectionType> implements ProtocolMessageEnum
Represents connection type between Composer environment in Customer Project and the corresponding Tenant project, from a predefined list of available connection modes.
Protobuf enum
google.cloud.orchestration.airflow.service.v1beta1.NetworkingConfig.ConnectionType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONNECTION_TYPE_UNSPECIFIED |
No specific connection type was requested, so the environment uses the default value corresponding to the rest of its configuration. |
CONNECTION_TYPE_UNSPECIFIED_VALUE |
No specific connection type was requested, so the environment uses the default value corresponding to the rest of its configuration. |
PRIVATE_SERVICE_CONNECT |
Requests the use of Private Service Connect for connecting the Customer and Tenant projects. |
PRIVATE_SERVICE_CONNECT_VALUE |
Requests the use of Private Service Connect for connecting the Customer and Tenant projects. |
UNRECOGNIZED |
|
VPC_PEERING |
Requests the use of VPC peerings for connecting the Customer and Tenant projects. |
VPC_PEERING_VALUE |
Requests the use of VPC peerings for connecting the Customer and Tenant projects. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |