Network Connectivity V1BETA API - Module Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile::KeyProvisioningFlow (v0.1.0)

Reference documentation and code samples for the Network Connectivity V1BETA API module Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile::KeyProvisioningFlow.

Type of provisioning flows supported.

Constants

KEY_PROVISIONING_FLOW_UNSPECIFIED

value: 0
Unspecified key provisioning flow.

INPUT_ONLY

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

OUTPUT_ONLY

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

INPUT_OR_OUTPUT

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