Package org.jclouds.cloudstack.domain
Enum Class TemplateFilter
- All Implemented Interfaces:
Serializable,Comparable<TemplateFilter>,Constable
- See Also:
-
TemplateApi#listTemplates
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAll templatestemplates that are publicall templates that can be used to deploy a new VMtemplates that are featured and are publictemplates that have been registered/created by the ownertemplates that have been registered/created by the owner that can be used to deploy a new VMtemplates that have been registered/created by the owner that can be used to deploy a new VM - 3.x filter value.templates that have been granted to the calling user by another user -
Method Summary
Modifier and TypeMethodDescriptiontoString()static TemplateFilterReturns the enum constant of this class with the specified name.static TemplateFilter[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FEATURED
templates that are featured and are public -
SELF
templates that have been registered/created by the owner -
SELF_EXECUTABLE
templates that have been registered/created by the owner that can be used to deploy a new VM -
SELFEXECUTABLE
templates that have been registered/created by the owner that can be used to deploy a new VM - 3.x filter value. -
SHAREDEXECUTABLE
templates that have been granted to the calling user by another user -
EXECUTABLE
all templates that can be used to deploy a new VM -
COMMUNITY
templates that are public -
ALL
All templates
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<TemplateFilter>
-