Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
caa_record_does_not_allow_ca
public static final APIErrorCode caa_record_does_not_allow_ca
ca_too_many_authorizations_failed_recently
public static final APIErrorCode ca_too_many_authorizations_failed_recently
ca_too_many_certificates_issued_for_registered_domain
public static final APIErrorCode ca_too_many_certificates_issued_for_registered_domain
ca_too_many_duplicate_certificates
public static final APIErrorCode ca_too_many_duplicate_certificates
could_not_verify_domain_delegated_to_zone
public static final APIErrorCode could_not_verify_domain_delegated_to_zone
dns_zone_is_secondary_zone
incompatible_network_type
firewall_resource_not_found
public static final APIErrorCode firewall_resource_not_found
firewall_managed_by_label_selector
public static final APIErrorCode firewall_managed_by_label_selector
cloud_resource_ip_not_allowed
public static final APIErrorCode cloud_resource_ip_not_allowed
load_balancer_not_attached_to_network
public static final APIErrorCode load_balancer_not_attached_to_network
server_not_attached_to_network
public static final APIErrorCode server_not_attached_to_network
load_balancer_already_attached
public static final APIErrorCode load_balancer_already_attached
invalid_load_balancer_type
targets_without_use_private_ip
public static final APIErrorCode targets_without_use_private_ip
primary_ip_already_assigned
public static final APIErrorCode primary_ip_already_assigned
server_is_load_balancer_target
public static final APIErrorCode server_is_load_balancer_target
primary_ip_datacenter_mismatch
public static final APIErrorCode primary_ip_datacenter_mismatch
primary_ip_version_mismatch
public static final APIErrorCode primary_ip_version_mismatch
no_space_left_in_location
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
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.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null