Uses of Class
org.jclouds.joyent.cloudapi.v6_5.options.CreateMachineOptions

Packages that use CreateMachineOptions
org.jclouds.joyent.cloudapi.v6_5.features   
org.jclouds.joyent.cloudapi.v6_5.options   
 

Uses of CreateMachineOptions in org.jclouds.joyent.cloudapi.v6_5.features
 

Methods in org.jclouds.joyent.cloudapi.v6_5.features with parameters of type CreateMachineOptions
 com.google.common.util.concurrent.ListenableFuture<Machine> MachineAsyncApi.createWithDataset(String datasetURN, CreateMachineOptions options)
           
 Machine MachineApi.createWithDataset(String datasetURN, CreateMachineOptions options)
          Allows you to provision a machine.
 

Uses of CreateMachineOptions in org.jclouds.joyent.cloudapi.v6_5.options
 

Methods in org.jclouds.joyent.cloudapi.v6_5.options that return CreateMachineOptions
 CreateMachineOptions CreateMachineOptions.metadata(Map<String,String> metadata)
          An arbitrary set of metadata key/value pairs.
static CreateMachineOptions CreateMachineOptions.Builder.metadata(Map<String,String> metadata)
           
 CreateMachineOptions CreateMachineOptions.name(String name)
          friendly name for this machine; default is a randomly generated name
static CreateMachineOptions CreateMachineOptions.Builder.name(String name)
           
 CreateMachineOptions CreateMachineOptions.packageName(String packageName)
          Name of the package to use on provisioning; default is indicated in PackageApi.list()
static CreateMachineOptions CreateMachineOptions.Builder.packageName(String packageName)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.