Package org.jclouds.ec2.domain
Class Tag.ResourceType
- java.lang.Object
-
- org.jclouds.ec2.domain.Tag.ResourceType
-
-
Field Summary
Fields Modifier and Type Field Description static StringCUSTOMER_GATEWAYstatic StringDHCP_OPTIONSstatic StringIMAGEstatic StringINSTANCEstatic StringINTERNET_GATEWAYstatic StringNETWORK_ACLstatic StringRESERVED_INSTANCESstatic StringROUTE_TABLEstatic StringSECURITY_GROUPstatic StringSNAPSHOTstatic StringSPOT_INSTANCES_REQUESTstatic StringSUBNETstatic StringVOLUMEstatic StringVPCstatic StringVPN_CONNECTIONstatic StringVPN_GATEWAY
-
-
-
Field Detail
-
CUSTOMER_GATEWAY
public static final String CUSTOMER_GATEWAY
- See Also:
- Constant Field Values
-
DHCP_OPTIONS
public static final String DHCP_OPTIONS
- See Also:
- Constant Field Values
-
IMAGE
public static final String IMAGE
- See Also:
- Constant Field Values
-
INSTANCE
public static final String INSTANCE
- See Also:
- Constant Field Values
-
INTERNET_GATEWAY
public static final String INTERNET_GATEWAY
- See Also:
- Constant Field Values
-
NETWORK_ACL
public static final String NETWORK_ACL
- See Also:
- Constant Field Values
-
RESERVED_INSTANCES
public static final String RESERVED_INSTANCES
- See Also:
- Constant Field Values
-
ROUTE_TABLE
public static final String ROUTE_TABLE
- See Also:
- Constant Field Values
-
SECURITY_GROUP
public static final String SECURITY_GROUP
- See Also:
- Constant Field Values
-
SNAPSHOT
public static final String SNAPSHOT
- See Also:
- Constant Field Values
-
SPOT_INSTANCES_REQUEST
public static final String SPOT_INSTANCES_REQUEST
- See Also:
- Constant Field Values
-
SUBNET
public static final String SUBNET
- See Also:
- Constant Field Values
-
VOLUME
public static final String VOLUME
- See Also:
- Constant Field Values
-
VPC
public static final String VPC
- See Also:
- Constant Field Values
-
VPN_CONNECTION
public static final String VPN_CONNECTION
- See Also:
- Constant Field Values
-
VPN_GATEWAY
public static final String VPN_GATEWAY
- See Also:
- Constant Field Values
-
-