Class NovaConstants
- java.lang.Object
-
- org.apache.camel.component.openstack.common.OpenstackConstants
-
- org.apache.camel.component.openstack.nova.NovaConstants
-
public final class NovaConstants extends OpenstackConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIONstatic StringADMIN_PASSWORDstatic StringCREATE_SNAPSHOTstatic StringDISKstatic StringFLAVOR_IDstatic StringIMAGE_IDstatic StringKEYPAIR_NAMEstatic StringNETWORKstatic StringNOVA_SUBSYSTEM_FLAVORSstatic StringNOVA_SUBSYSTEM_KEYPAIRSstatic StringNOVA_SUBSYSTEM_SERVERSstatic StringRAMstatic StringRXTXFACTORstatic StringSWAPstatic StringVCPU-
Fields inherited from class org.apache.camel.component.openstack.common.OpenstackConstants
CREATE, DELETE, DESCRIPTION, GET, GET_ALL, ID, NAME, OPERATION, PROPERTIES, SCHEME_CINDER, SCHEME_GLANCE, SCHEME_KEYSTONE, SCHEME_NEUTRON, SCHEME_NOVA, SCHEME_SWIFT, UPDATE
-
-
-
-
Field Detail
-
NOVA_SUBSYSTEM_FLAVORS
public static final String NOVA_SUBSYSTEM_FLAVORS
- See Also:
- Constant Field Values
-
NOVA_SUBSYSTEM_SERVERS
public static final String NOVA_SUBSYSTEM_SERVERS
- See Also:
- Constant Field Values
-
NOVA_SUBSYSTEM_KEYPAIRS
public static final String NOVA_SUBSYSTEM_KEYPAIRS
- See Also:
- Constant Field Values
-
FLAVOR_ID
@Metadata(label="flavor server", description="ID of the flavor.", javaType="String") public static final String FLAVOR_ID- See Also:
- Constant Field Values
-
RAM
@Metadata(label="flavor", description="Size of RAM.", javaType="Integer") public static final String RAM- See Also:
- Constant Field Values
-
VCPU
@Metadata(label="flavor", description="The number of flavor VCPU.", javaType="Integer") public static final String VCPU- See Also:
- Constant Field Values
-
DISK
@Metadata(label="flavor", description="Size of disk.", javaType="Integer") public static final String DISK- See Also:
- Constant Field Values
-
SWAP
@Metadata(label="flavor", description="Size of swap.", javaType="Integer") public static final String SWAP- See Also:
- Constant Field Values
-
RXTXFACTOR
@Metadata(label="flavor", description="Rxtx Factor.", javaType="Integer") public static final String RXTXFACTOR- See Also:
- Constant Field Values
-
ADMIN_PASSWORD
@Metadata(label="server", description="Admin password of the new server.", javaType="String") public static final String ADMIN_PASSWORD- See Also:
- Constant Field Values
-
IMAGE_ID
@Metadata(label="server", description="The Image ID.", javaType="String") public static final String IMAGE_ID- See Also:
- Constant Field Values
-
KEYPAIR_NAME
@Metadata(label="server", description="The Keypair name.", javaType="String") public static final String KEYPAIR_NAME- See Also:
- Constant Field Values
-
NETWORK
@Metadata(label="server", description="The list of networks (by id).", javaType="List<String>") public static final String NETWORK- See Also:
- Constant Field Values
-
CREATE_SNAPSHOT
public static final String CREATE_SNAPSHOT
- See Also:
- Constant Field Values
-
ACTION
@Metadata(label="server", description="An action to perform.", javaType="org.openstack4j.model.compute.Action") public static final String ACTION- See Also:
- Constant Field Values
-
-