Package com.xensource.xenapi
Enum Class Types.PoolAllowedOperations
- All Implemented Interfaces:
Serializable
,Comparable<Types.PoolAllowedOperations>
,Constable
- Enclosing class:
- Types
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIndicates this pool is in the process of applying updatesA certificate refresh and distribution is in progressIndicates this pool is in the process of creating a clusterIndicates this pool is in the process of configuring repositoriesIndicates the primary host is sending its certificates to another hostIndicates this pool is in the process of changing masterIndicates this pool is exchanging ca certificates with a new joinerIndicates this pool is exchanging internal certificates with a new joinerIndicates this pool is in the process of getting updatesIndicates this pool is in the process of disabling HAIndicates this pool is in the process of enabling HAIndicates this pool is in the process of syncing updatesIndicates this pool is in the process of enabling TLS verificationThe value does not belong to this enumeration -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static Types.PoolAllowedOperations
Returns the enum constant of this class with the specified name.static Types.PoolAllowedOperations[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNRECOGNIZED
The value does not belong to this enumeration -
HA_ENABLE
Indicates this pool is in the process of enabling HA -
HA_DISABLE
Indicates this pool is in the process of disabling HA -
CLUSTER_CREATE
Indicates this pool is in the process of creating a cluster -
DESIGNATE_NEW_MASTER
Indicates this pool is in the process of changing master -
CONFIGURE_REPOSITORIES
Indicates this pool is in the process of configuring repositories -
SYNC_UPDATES
Indicates this pool is in the process of syncing updates -
GET_UPDATES
Indicates this pool is in the process of getting updates -
APPLY_UPDATES
Indicates this pool is in the process of applying updates -
TLS_VERIFICATION_ENABLE
Indicates this pool is in the process of enabling TLS verification -
CERT_REFRESH
A certificate refresh and distribution is in progress -
EXCHANGE_CERTIFICATES_ON_JOIN
Indicates this pool is exchanging internal certificates with a new joiner -
EXCHANGE_CA_CERTIFICATES_ON_JOIN
Indicates this pool is exchanging ca certificates with a new joiner -
COPY_PRIMARY_HOST_CERTS
Indicates the primary host is sending its certificates to another host
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<Types.PoolAllowedOperations>
-