@Generated public enum NccPrivateEndpointRulePrivateLinkConnectionState extends Enum<NccPrivateEndpointRulePrivateLinkConnectionState>
| Enum Constant and Description |
|---|
DISCONNECTED |
ESTABLISHED |
EXPIRED |
PENDING |
REJECTED |
| Modifier and Type | Method and Description |
|---|---|
static NccPrivateEndpointRulePrivateLinkConnectionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NccPrivateEndpointRulePrivateLinkConnectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NccPrivateEndpointRulePrivateLinkConnectionState DISCONNECTED
public static final NccPrivateEndpointRulePrivateLinkConnectionState ESTABLISHED
public static final NccPrivateEndpointRulePrivateLinkConnectionState EXPIRED
public static final NccPrivateEndpointRulePrivateLinkConnectionState PENDING
public static final NccPrivateEndpointRulePrivateLinkConnectionState REJECTED
public static NccPrivateEndpointRulePrivateLinkConnectionState[] values()
for (NccPrivateEndpointRulePrivateLinkConnectionState c : NccPrivateEndpointRulePrivateLinkConnectionState.values()) System.out.println(c);
public static NccPrivateEndpointRulePrivateLinkConnectionState 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 © 2025. All rights reserved.