Uses of Enum Class
org.jclouds.cloudstack.domain.Template.Status
Packages that use Template.Status
-
Uses of Template.Status in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Template.StatusMethods in org.jclouds.cloudstack.domain that return Template.StatusModifier and TypeMethodDescriptionstatic Template.Status
Template.getStatus()
Retrieve the status of the template.static Template.Status
Returns the enum constant of this class with the specified name.static Template.Status[]
Template.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type Template.StatusConstructors in org.jclouds.cloudstack.domain with parameters of type Template.StatusModifierConstructorDescriptionprotected
Template
(String id, String displayText, String domain, String domainId, String account, String accountId, String zone, String zoneId, String OSType, String OSTypeId, String name, Template.Type type, Template.Status status, Template.Format format, String hypervisor, Long size, Date created, Date removed, boolean crossZones, boolean bootable, boolean extractable, boolean featured, boolean ispublic, boolean ready, boolean passwordEnabled, String jobId, String jobStatus, String checksum, String hostId, String hostName, String sourceTemplateId, String templateTag, Set<Tag> tags)