Enum NetworkingConfig.ConnectionType (1.41.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
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 = 0;

CONNECTION_TYPE_UNSPECIFIED_VALUE

No specific connection type was requested, so the environment uses the default value corresponding to the rest of its configuration.

CONNECTION_TYPE_UNSPECIFIED = 0;

PRIVATE_SERVICE_CONNECT

Requests the use of Private Service Connect for connecting the Customer and Tenant projects.

PRIVATE_SERVICE_CONNECT = 2;

PRIVATE_SERVICE_CONNECT_VALUE

Requests the use of Private Service Connect for connecting the Customer and Tenant projects.

PRIVATE_SERVICE_CONNECT = 2;

UNRECOGNIZED
VPC_PEERING

Requests the use of VPC peerings for connecting the Customer and Tenant projects.

VPC_PEERING = 1;

VPC_PEERING_VALUE

Requests the use of VPC peerings for connecting the Customer and Tenant projects.

VPC_PEERING = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()