org.jclouds.trmk.vcloud_0_8.domain
Class CustomizationParameters

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.domain.CustomizationParameters

public class CustomizationParameters
extends Object

The response lists which customization options are supported for this particular vApp. The possible customization options are Network and Password.

Author:
Adrian Cole
See Also:
Terremark documentation

Constructor Summary
CustomizationParameters(boolean customizeNetwork, boolean customizePassword, boolean customizeSSH)
           
 
Method Summary
 boolean canCustomizeNetwork()
           
 boolean canCustomizePassword()
           
 boolean canCustomizeSSH()
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomizationParameters

public CustomizationParameters(boolean customizeNetwork,
                               boolean customizePassword,
                               boolean customizeSSH)
Method Detail

canCustomizeNetwork

public boolean canCustomizeNetwork()

canCustomizePassword

public boolean canCustomizePassword()

canCustomizeSSH

public boolean canCustomizeSSH()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.