Network Connectivity v1beta API - Enum RemoteTransportProfile.Types.KeyProvisioningFlow (1.0.0-beta01)

public enum RemoteTransportProfile.Types.KeyProvisioningFlow

Reference documentation and code samples for the Network Connectivity v1beta API enum RemoteTransportProfile.Types.KeyProvisioningFlow.

Type of provisioning flows supported.

Namespace

Google.Cloud.NetworkConnectivity.V1Beta

Assembly

Google.Cloud.NetworkConnectivity.V1Beta.dll

Fields

Name Description
InputOnly

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

InputOrOutput

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

OutputOnly

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

Unspecified

Unspecified key provisioning flow.