Class NovaConstants

    • Field Detail

      • 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
      • 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