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
 

Fields in org.jclouds.cloudstack.domain declared as Template.Type
protected  Template.Type Template.Builder.type
           
 

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
 T Template.Builder.type(Template.Type type)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Template.Type
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)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.