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 Details

    • NOVA_SUBSYSTEM_FLAVORS

      public static final String NOVA_SUBSYSTEM_FLAVORS
      See Also:
    • NOVA_SUBSYSTEM_SERVERS

      public static final String NOVA_SUBSYSTEM_SERVERS
      See Also:
    • NOVA_SUBSYSTEM_KEYPAIRS

      public static final String NOVA_SUBSYSTEM_KEYPAIRS
      See Also:
    • FLAVOR_ID

      @Metadata(label="flavor server", description="ID of the flavor.", javaType="String") public static final String FLAVOR_ID
      See Also:
    • RAM

      @Metadata(label="flavor", description="Size of RAM.", javaType="Integer") public static final String RAM
      See Also:
    • VCPU

      @Metadata(label="flavor", description="The number of flavor VCPU.", javaType="Integer") public static final String VCPU
      See Also:
    • DISK

      @Metadata(label="flavor", description="Size of disk.", javaType="Integer") public static final String DISK
      See Also:
    • SWAP

      @Metadata(label="flavor", description="Size of swap.", javaType="Integer") public static final String SWAP
      See Also:
    • RXTXFACTOR

      @Metadata(label="flavor", description="Rxtx Factor.", javaType="Integer") public static final String RXTXFACTOR
      See Also:
    • ADMIN_PASSWORD

      @Metadata(label="server", description="Admin password of the new server.", javaType="String") public static final String ADMIN_PASSWORD
      See Also:
    • IMAGE_ID

      @Metadata(label="server", description="The Image ID.", javaType="String") public static final String IMAGE_ID
      See Also:
    • KEYPAIR_NAME

      @Metadata(label="server", description="The Keypair name.", javaType="String") public static final String KEYPAIR_NAME
      See Also:
    • NETWORK

      @Metadata(label="server", description="The list of networks (by id).", javaType="List<String>") public static final String NETWORK
      See Also:
    • CREATE_SNAPSHOT

      public static final String CREATE_SNAPSHOT
      See Also:
    • ACTION

      @Metadata(label="server", description="An action to perform.", javaType="org.openstack4j.model.compute.Action") public static final String ACTION
      See Also: