Uses of Class
org.jclouds.cloudstack.domain.Template.Type

Packages that use Template.Type
org.jclouds.cloudstack.domain   
 

Uses of Template.Type in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Template.Type
static Template.Type Template.Type.fromValue(String type)
           
 Template.Type Template.getType()
           
static Template.Type Template.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Template.Type[] Template.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudstack.domain with parameters of type Template.Type
 Template.Builder Template.Builder.type(Template.Type type)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Template.Type
Template(long id, String displayText, String domain, long domainId, String account, long accountId, String zone, long zoneId, String oSType, long oSTypeId, String name, Template.Type type, String 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, Long jobId, String jobStatus, String checksum, Long hostId, String hostName, Long sourceTemplateId, String templateTag)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.