PrivateLinkServiceConnectionProvisioningState

enum PrivateLinkServiceConnectionProvisioningState : Enum<PrivateLinkServiceConnectionProvisioningState> , ConvertibleToJava<PrivateLinkServiceConnectionProvisioningState>

The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete

Entries

Link copied to clipboard

The private link service connection is in the process of being created along with other resources for it to be fully functional.

Link copied to clipboard

The private link service connection is in the process of being deleted.

Link copied to clipboard

The private link service connection has failed to be provisioned or deleted.

Link copied to clipboard

The private link service connection has finished provisioning and is ready for approval.

Link copied to clipboard

Provisioning request for the private link service connection resource has been accepted but the process of creation has not commenced yet.

Link copied to clipboard

Provisioning request for the private link service connection resource has been canceled

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: PrivateLinkServiceConnectionProvisioningState
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): PrivateLinkServiceConnectionProvisioningState
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.