org.jclouds.openstack.nova.v2_0.extensions
Interface ExtensionNamespaces


public interface ExtensionNamespaces

Extension namespaces

Author:
Adrian Cole
See Also:

Field Summary
static String ADMIN_ACTIONS
          Admin Action extension
static String AGGREGATES
          Aggregates extension
static String CREATESERVEREXT
          Extended support to the Create Server v1.1 API
static String DISK_CONFIG
          Disk Config extension
static String EXTENDED_STATUS
          Extended Server Status extension
static String FLAVOR_EXTRA_DATA
          Provide additional data for flavors
static String FLAVOR_EXTRA_SPECS
          Instance type (flavor) extra specs
static String FLOATING_IPS
          Floating IPs support
static String HOSTS
          Host administration
static String KEYPAIRS
          Keypair Support
static String MULTINIC
          Multiple network support
static String QUOTA_CLASSES
          Quota Classes extension
static String QUOTAS
          Quotas management support
static String RESCUE
          Instance rescue mode
static String SECURITY_GROUPS
          Security group support
static String SIMPLE_TENANT_USAGE
          Simple tenant usage extension
static String VIRTUAL_INTERFACES
          Virtual interface support
static String VOLUME_TYPES
          Volume types support
static String VOLUMES
          Volumes support
static String VSA
          Virtual Storage Arrays support
 

Field Detail

KEYPAIRS

static final String KEYPAIRS
Keypair Support

See Also:
Constant Field Values

VOLUMES

static final String VOLUMES
Volumes support

See Also:
Constant Field Values

VOLUME_TYPES

static final String VOLUME_TYPES
Volume types support

See Also:
Constant Field Values

SECURITY_GROUPS

static final String SECURITY_GROUPS
Security group support

See Also:
Constant Field Values

FLOATING_IPS

static final String FLOATING_IPS
Floating IPs support

See Also:
Constant Field Values

MULTINIC

static final String MULTINIC
Multiple network support

See Also:
Constant Field Values

HOSTS

static final String HOSTS
Host administration

See Also:
Constant Field Values

QUOTAS

static final String QUOTAS
Quotas management support

See Also:
Constant Field Values

FLAVOR_EXTRA_SPECS

static final String FLAVOR_EXTRA_SPECS
Instance type (flavor) extra specs

See Also:
Constant Field Values

FLAVOR_EXTRA_DATA

static final String FLAVOR_EXTRA_DATA
Provide additional data for flavors

See Also:
Constant Field Values

VIRTUAL_INTERFACES

static final String VIRTUAL_INTERFACES
Virtual interface support

See Also:
Constant Field Values

CREATESERVEREXT

static final String CREATESERVEREXT
Extended support to the Create Server v1.1 API

See Also:
Constant Field Values

VSA

static final String VSA
Virtual Storage Arrays support

See Also:
Constant Field Values

SIMPLE_TENANT_USAGE

static final String SIMPLE_TENANT_USAGE
Simple tenant usage extension

See Also:
Constant Field Values

RESCUE

static final String RESCUE
Instance rescue mode

See Also:
Constant Field Values

ADMIN_ACTIONS

static final String ADMIN_ACTIONS
Admin Action extension

See Also:
Constant Field Values

EXTENDED_STATUS

static final String EXTENDED_STATUS
Extended Server Status extension

See Also:
Constant Field Values

QUOTA_CLASSES

static final String QUOTA_CLASSES
Quota Classes extension

See Also:
Constant Field Values

DISK_CONFIG

static final String DISK_CONFIG
Disk Config extension

See Also:
Constant Field Values

AGGREGATES

static final String AGGREGATES
Aggregates extension

See Also:
Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.