org.jclouds.vcloud.director.v1_5.domain.params
Class UndeployVAppParams
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.params.UndeployVAppParams
public class UndeployVAppParams
- extends Object
Represents vApp/VM undeployment parameters.
- Since:
- 0.9
- Author:
- grkvlt@apache.org
- See Also:
-
vCloud REST API - UndeployVAppParamsType
MEDIA_TYPE
public static final String MEDIA_TYPE
- See Also:
- Constant Field Values
undeployPowerAction
protected UndeployVAppParams.PowerAction undeployPowerAction
builder
public static UndeployVAppParams.Builder builder()
toBuilder
public UndeployVAppParams.Builder toBuilder()
getUndeployPowerAction
public UndeployVAppParams.PowerAction getUndeployPowerAction()
- The specified action is applied to all VMs in the vApp.
All values other than
default ignore actions, order, and delay specified in the StartupSection. One of:
Failures in undeploying the VM or associated networks are ignored. All references to the vApp and its VMs are
removed from the database), default (Use the actions, order, and delay specified in the StartupSection).
- Since:
- 1.5
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.