public enum RemoteTransportProfile.KeyProvisioningFlow extends Enum<RemoteTransportProfile.KeyProvisioningFlow> implements ProtocolMessageEnumType of provisioning flows supported.
Protobuf enum
google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.KeyProvisioningFlow
Implements
ProtocolMessageEnumStatic 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_VALUE |
The activationKey field on the Transport must be included in a create or patch request to establish connectivity. |
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_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. |
KEY_PROVISIONING_FLOW_UNSPECIFIED |
Unspecified key provisioning flow. |
KEY_PROVISIONING_FLOW_UNSPECIFIED_VALUE |
Unspecified key provisioning flow. |
OUTPUT_ONLY |
The generatedActivationKey field is populated and must be read from the resource and passed into the other provider. |
OUTPUT_ONLY_VALUE |
The generatedActivationKey field is populated and must be read from the resource and passed into the other provider. |
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() |
|