org.jclouds.cloudstack.options
Class CreateTemplateOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.CreateTemplateOptions.Builder
Enclosing class:
CreateTemplateOptions

public static class CreateTemplateOptions.Builder
extends Object


Constructor Summary
CreateTemplateOptions.Builder()
           
 
Method Summary
static CreateTemplateOptions bits(int bits)
           
static CreateTemplateOptions isFeatured(boolean isFeatured)
           
static CreateTemplateOptions isPublic(boolean isPublic)
           
static CreateTemplateOptions passwordEnabled(boolean passwordEnabled)
           
static CreateTemplateOptions requiresHVM(boolean requiresHVM)
           
static CreateTemplateOptions snapshotId(long snapshotId)
           
static CreateTemplateOptions volumeId(long volumeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTemplateOptions.Builder

public CreateTemplateOptions.Builder()
Method Detail

bits

public static CreateTemplateOptions bits(int bits)

isFeatured

public static CreateTemplateOptions isFeatured(boolean isFeatured)

isPublic

public static CreateTemplateOptions isPublic(boolean isPublic)

passwordEnabled

public static CreateTemplateOptions passwordEnabled(boolean passwordEnabled)

requiresHVM

public static CreateTemplateOptions requiresHVM(boolean requiresHVM)

snapshotId

public static CreateTemplateOptions snapshotId(long snapshotId)

volumeId

public static CreateTemplateOptions volumeId(long volumeId)


Copyright © 2009-2012 jclouds. All Rights Reserved.