Uses of Class
com.vmware.vcloud.sdk.constants.UndeployPowerActionType

Packages that use UndeployPowerActionType
com.vmware.vcloud.sdk   
com.vmware.vcloud.sdk.constants   
 

Uses of UndeployPowerActionType in com.vmware.vcloud.sdk
 

Methods in com.vmware.vcloud.sdk with parameters of type UndeployPowerActionType
 Task AbstractVapp.undeploy(UndeployPowerActionType undeployPowerAction)
          Undeploys the vApp/VM
static Task AbstractVapp.undeploy(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref, UndeployPowerActionType undeployPowerAction)
          Undeploys the vApp/VM
 

Uses of UndeployPowerActionType in com.vmware.vcloud.sdk.constants
 

Methods in com.vmware.vcloud.sdk.constants that return UndeployPowerActionType
static UndeployPowerActionType UndeployPowerActionType.fromValue(String value)
           
static UndeployPowerActionType UndeployPowerActionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UndeployPowerActionType[] UndeployPowerActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2016. All Rights Reserved.