Enum Transport.State (1.87.0)

public enum Transport.State extends Enum<Transport.State> implements ProtocolMessageEnum

Represents the status of the underlying connectivity. One of the following states, depending on who has initiated the Transport request.

Protobuf enum google.cloud.networkconnectivity.v1beta.Transport.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The Transport is configured and the underlying connectivity is considered operational.

ACTIVE = 4;

ACTIVE_VALUE

The Transport is configured and the underlying connectivity is considered operational.

ACTIVE = 4;

CREATING

The resource exists locally and is being created / associated with the resource on the remote provider’s end of the underlying connectivity.

CREATING = 1;

CREATING_VALUE

The resource exists locally and is being created / associated with the resource on the remote provider’s end of the underlying connectivity.

CREATING = 1;

DELETING

The Transport is being deleted from GCP. The underlying connectivity is no longer operational.

DELETING = 5;

DELETING_VALUE

The Transport is being deleted from GCP. The underlying connectivity is no longer operational.

DELETING = 5;

DEPROVISIONED

The Transport was deleted on the remote provider's end and is no longer operational. GCP has insufficient information to move the resource back to PENDING_KEY state.

DEPROVISIONED = 6;

DEPROVISIONED_VALUE

The Transport was deleted on the remote provider's end and is no longer operational. GCP has insufficient information to move the resource back to PENDING_KEY state.

DEPROVISIONED = 6;

PENDING_CONFIG

The Transport exists on both sides of the connection, and is waiting for configuration to finalize and be verified as operational.

PENDING_CONFIG = 2;

PENDING_CONFIG_VALUE

The Transport exists on both sides of the connection, and is waiting for configuration to finalize and be verified as operational.

PENDING_CONFIG = 2;

PENDING_KEY

The Transport was created in GCP. Depending on the profile’s key provisioning flow, this is either waiting for an activation key to be input (the key will be validated that it uses remote resources that match the Transport), or for the generated key to be input to the provider for finalizing. The configured bandwidth is not yet guaranteed.

PENDING_KEY = 3;

PENDING_KEY_VALUE

The Transport was created in GCP. Depending on the profile’s key provisioning flow, this is either waiting for an activation key to be input (the key will be validated that it uses remote resources that match the Transport), or for the generated key to be input to the provider for finalizing. The configured bandwidth is not yet guaranteed.

PENDING_KEY = 3;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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()