Enum RemoteTransportProfile.KeyProvisioningFlow (1.87.0)

public enum RemoteTransportProfile.KeyProvisioningFlow extends Enum<RemoteTransportProfile.KeyProvisioningFlow> implements ProtocolMessageEnum

Type of provisioning flows supported.

Protobuf enum google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.KeyProvisioningFlow

Implements

ProtocolMessageEnum

Static Fields

Name Description
INPUT_ONLY

The activationKey field on the Transport must be included in a create or patch request to establish connectivity.

INPUT_ONLY = 1;

INPUT_ONLY_VALUE

The activationKey field on the Transport must be included in a create or patch request to establish connectivity.

INPUT_ONLY = 1;

INPUT_OR_OUTPUT

Both activation key fields are allowed for establishing connectivity. If a key is input, the generated key is still present after provisioning is finished.

INPUT_OR_OUTPUT = 3;

INPUT_OR_OUTPUT_VALUE

Both activation key fields are allowed for establishing connectivity. If a key is input, the generated key is still present after provisioning is finished.

INPUT_OR_OUTPUT = 3;

KEY_PROVISIONING_FLOW_UNSPECIFIED

Unspecified key provisioning flow.

KEY_PROVISIONING_FLOW_UNSPECIFIED = 0;

KEY_PROVISIONING_FLOW_UNSPECIFIED_VALUE

Unspecified key provisioning flow.

KEY_PROVISIONING_FLOW_UNSPECIFIED = 0;

OUTPUT_ONLY

The generatedActivationKey field is populated and must be read from the resource and passed into the other provider.

OUTPUT_ONLY = 2;

OUTPUT_ONLY_VALUE

The generatedActivationKey field is populated and must be read from the resource and passed into the other provider.

OUTPUT_ONLY = 2;

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