Uses of Class
org.jclouds.vcloud.director.v1_5.domain.params.UndeployVAppParams.PowerAction

Packages that use UndeployVAppParams.PowerAction
org.jclouds.vcloud.director.v1_5.domain.params   
 

Uses of UndeployVAppParams.PowerAction in org.jclouds.vcloud.director.v1_5.domain.params
 

Fields in org.jclouds.vcloud.director.v1_5.domain.params declared as UndeployVAppParams.PowerAction
protected  UndeployVAppParams.PowerAction UndeployVAppParams.undeployPowerAction
           
 

Fields in org.jclouds.vcloud.director.v1_5.domain.params with type parameters of type UndeployVAppParams.PowerAction
static List<UndeployVAppParams.PowerAction> UndeployVAppParams.PowerAction.ALL
           
protected static Map<String,UndeployVAppParams.PowerAction> UndeployVAppParams.PowerAction.POWER_ACTION_BY_ID
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.params that return UndeployVAppParams.PowerAction
static UndeployVAppParams.PowerAction UndeployVAppParams.PowerAction.fromValue(String value)
           
 UndeployVAppParams.PowerAction UndeployVAppParams.getUndeployPowerAction()
          The specified action is applied to all VMs in the vApp.
static UndeployVAppParams.PowerAction UndeployVAppParams.PowerAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UndeployVAppParams.PowerAction[] UndeployVAppParams.PowerAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.params with parameters of type UndeployVAppParams.PowerAction
 UndeployVAppParams.Builder UndeployVAppParams.Builder.undeployPowerAction(UndeployVAppParams.PowerAction undeployPowerAction)
           
 



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