org.jclouds.vcloud.director.v1_5.domain.params
Class UndeployVAppParams.Builder

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.params.UndeployVAppParams.Builder
Enclosing class:
UndeployVAppParams

public static class UndeployVAppParams.Builder
extends Object


Constructor Summary
UndeployVAppParams.Builder()
           
 
Method Summary
 UndeployVAppParams build()
           
 UndeployVAppParams.Builder fromUndeployVAppParams(UndeployVAppParams in)
           
 UndeployVAppParams.Builder undeployPowerAction(String undeployPowerAction)
           
 UndeployVAppParams.Builder undeployPowerAction(UndeployVAppParams.PowerAction undeployPowerAction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndeployVAppParams.Builder

public UndeployVAppParams.Builder()
Method Detail

undeployPowerAction

public UndeployVAppParams.Builder undeployPowerAction(UndeployVAppParams.PowerAction undeployPowerAction)
See Also:
UndeployVAppParams.getUndeployPowerAction()

undeployPowerAction

public UndeployVAppParams.Builder undeployPowerAction(String undeployPowerAction)
See Also:
UndeployVAppParams.getUndeployPowerAction()

build

public UndeployVAppParams build()

fromUndeployVAppParams

public UndeployVAppParams.Builder fromUndeployVAppParams(UndeployVAppParams in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.