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