org.jclouds.ec2.domain
Interface Tag.ResourceType

Enclosing class:
Tag

public static interface Tag.ResourceType

Describes the well-known resource types that can be tagged.


Field Summary
static String CUSTOMER_GATEWAY
           
static String DHCP_OPTIONS
           
static String IMAGE
           
static String INSTANCE
           
static String INTERNET_GATEWAY
           
static String NETWORK_ACL
           
static String RESERVED_INSTANCES
           
static String ROUTE_TABLE
           
static String SECURITY_GROUP
           
static String SNAPSHOT
           
static String SPOT_INSTANCES_REQUEST
           
static String SUBNET
           
static String VOLUME
           
static String VPC
           
static String VPN_CONNECTION
           
static String VPN_GATEWAY
           
 

Field Detail

CUSTOMER_GATEWAY

static final String CUSTOMER_GATEWAY
See Also:
Constant Field Values

DHCP_OPTIONS

static final String DHCP_OPTIONS
See Also:
Constant Field Values

IMAGE

static final String IMAGE
See Also:
Constant Field Values

INSTANCE

static final String INSTANCE
See Also:
Constant Field Values

INTERNET_GATEWAY

static final String INTERNET_GATEWAY
See Also:
Constant Field Values

NETWORK_ACL

static final String NETWORK_ACL
See Also:
Constant Field Values

RESERVED_INSTANCES

static final String RESERVED_INSTANCES
See Also:
Constant Field Values

ROUTE_TABLE

static final String ROUTE_TABLE
See Also:
Constant Field Values

SECURITY_GROUP

static final String SECURITY_GROUP
See Also:
Constant Field Values

SNAPSHOT

static final String SNAPSHOT
See Also:
Constant Field Values

SPOT_INSTANCES_REQUEST

static final String SPOT_INSTANCES_REQUEST
See Also:
Constant Field Values

SUBNET

static final String SUBNET
See Also:
Constant Field Values

VOLUME

static final String VOLUME
See Also:
Constant Field Values

VPC

static final String VPC
See Also:
Constant Field Values

VPN_CONNECTION

static final String VPN_CONNECTION
See Also:
Constant Field Values

VPN_GATEWAY

static final String VPN_GATEWAY
See Also:
Constant Field Values


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.