@Generated public enum NccAzurePrivateEndpointRuleConnectionState extends Enum<NccAzurePrivateEndpointRuleConnectionState>
The possible values are: - INIT: (deprecated) The endpoint has been created and pending approval. - PENDING: The endpoint has been created and pending approval. - ESTABLISHED: The endpoint has been approved and is ready to use in your serverless compute resources. - REJECTED: Connection was rejected by the private link resource owner. - DISCONNECTED: Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean-up.
Enum Constant and Description |
---|
DISCONNECTED |
ESTABLISHED |
INIT |
PENDING |
REJECTED |
Modifier and Type | Method and Description |
---|---|
static NccAzurePrivateEndpointRuleConnectionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NccAzurePrivateEndpointRuleConnectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NccAzurePrivateEndpointRuleConnectionState DISCONNECTED
public static final NccAzurePrivateEndpointRuleConnectionState ESTABLISHED
public static final NccAzurePrivateEndpointRuleConnectionState INIT
public static final NccAzurePrivateEndpointRuleConnectionState PENDING
public static final NccAzurePrivateEndpointRuleConnectionState REJECTED
public static NccAzurePrivateEndpointRuleConnectionState[] values()
for (NccAzurePrivateEndpointRuleConnectionState c : NccAzurePrivateEndpointRuleConnectionState.values()) System.out.println(c);
public static NccAzurePrivateEndpointRuleConnectionState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023. All rights reserved.