Uses of Class
org.jclouds.joyent.cloudapi.v6_5.domain.Machine.Type

Packages that use Machine.Type
org.jclouds.joyent.cloudapi.v6_5.domain   
 

Uses of Machine.Type in org.jclouds.joyent.cloudapi.v6_5.domain
 

Fields in org.jclouds.joyent.cloudapi.v6_5.domain declared as Machine.Type
protected  Machine.Type Machine.type
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.domain that return Machine.Type
static Machine.Type Machine.Type.fromValue(String type)
           
 Machine.Type Machine.getType()
          Whether this is a smartmachine or virtualmachine
 Machine.Type Dataset.getType()
          Whether this is a smartmachine or virtualmachine dataset
static Machine.Type Machine.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Machine.Type[] Machine.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.joyent.cloudapi.v6_5.domain with parameters of type Machine.Type
 Machine.Builder Machine.Builder.type(Machine.Type type)
           
 Dataset.Builder Dataset.Builder.type(Machine.Type type)
           
 

Constructors in org.jclouds.joyent.cloudapi.v6_5.domain with parameters of type Machine.Type
Dataset(String id, String urn, String name, String os, Machine.Type type, String description, boolean isDefault, Map<String,org.jclouds.domain.JsonBall> requirements, String version, Date created)
           
Machine(String id, String name, Machine.Type type, Machine.State state, String dataset, int memorySizeMb, int diskSizeGb, Set<String> ips, Date created, Date updated, Map<String,org.jclouds.domain.JsonBall> metadata)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.