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