Interface NetworkingConfigOrBuilder (1.41.0)

public interface NetworkingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionType()

public abstract NetworkingConfig.ConnectionType getConnectionType()

Optional. Indicates the user requested specifc connection type between Tenant and Customer projects. You cannot set networking connection type in public IP environment.

.google.cloud.orchestration.airflow.service.v1beta1.NetworkingConfig.ConnectionType connection_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
NetworkingConfig.ConnectionType

The connectionType.

getConnectionTypeValue()

public abstract int getConnectionTypeValue()

Optional. Indicates the user requested specifc connection type between Tenant and Customer projects. You cannot set networking connection type in public IP environment.

.google.cloud.orchestration.airflow.service.v1beta1.NetworkingConfig.ConnectionType connection_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for connectionType.