Class Constants
- java.lang.Object
-
- com.elastisys.scale.cloudpool.openstack.driver.Constants
-
public class Constants extends java.lang.ObjectVarious constants for theOpenStackCloudClient.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLOUD_POOL_TAGThe server meta data tag used to hold the pool membership on Openstack server instances.static java.lang.StringMEMBERSHIP_STATUS_TAGThe server meta data tag used to store the membership status for pool members.static java.lang.StringSERVICE_STATE_TAGThe server meta data tag used to store the service state for pool members.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
CLOUD_POOL_TAG
public static final java.lang.String CLOUD_POOL_TAG
The server meta data tag used to hold the pool membership on Openstack server instances.- See Also:
- Constant Field Values
-
SERVICE_STATE_TAG
public static final java.lang.String SERVICE_STATE_TAG
The server meta data tag used to store the service state for pool members.- See Also:
- Constant Field Values
-
MEMBERSHIP_STATUS_TAG
public static final java.lang.String MEMBERSHIP_STATUS_TAG
The server meta data tag used to store the membership status for pool members.- See Also:
- Constant Field Values
-
-