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

java.lang.Object
  extended by 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

Nested Class Summary
static class UndeployVAppParams.Builder
           
static class UndeployVAppParams.PowerAction
           
 
Field Summary
static String MEDIA_TYPE
           
protected  UndeployVAppParams.PowerAction undeployPowerAction
           
 
Method Summary
static UndeployVAppParams.Builder builder()
           
 boolean equals(Object o)
           
 UndeployVAppParams.PowerAction getUndeployPowerAction()
          The specified action is applied to all VMs in the vApp.
 int hashCode()
           
 UndeployVAppParams.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MEDIA_TYPE

public static final String MEDIA_TYPE
See Also:
Constant Field Values

undeployPowerAction

protected UndeployVAppParams.PowerAction undeployPowerAction
Method Detail

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.