org.jclouds.vcloud.director.v1_5.domain.org
Class OrgGeneralSettings

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.org.OrgGeneralSettings

public class OrgGeneralSettings
extends Resource

Defines general org settings.

 <complexType name="OrgGeneralSettings">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}ResourceType">
       <sequence>
         <element name="CanPublishCatalogs" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DeployedVMQuota" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="StoredVmQuota" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UseServerBootSequence" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DelayAfterPowerOnSeconds" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class OrgGeneralSettings.Builder<B extends OrgGeneralSettings.Builder<B>>
           
 
Field Summary
protected  Boolean canPublishCatalogs
           
protected  Integer delayAfterPowerOnSeconds
           
protected  Integer deployedVMQuota
           
protected  Integer storedVmQuota
           
protected  Boolean useServerBootSequence
           
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
protected OrgGeneralSettings()
           
protected OrgGeneralSettings(OrgGeneralSettings.Builder<?> builder)
           
 
Method Summary
static OrgGeneralSettings.Builder<?> builder()
           
 Boolean canPublishCatalogs()
          Gets the value of the canPublishCatalogs property.
 boolean equals(Object o)
           
 Integer getDelayAfterPowerOnSeconds()
          Gets the value of the delayAfterPowerOnSeconds property.
 Integer getDeployedVMQuota()
          Gets the value of the deployedVMQuota property.
 Integer getStoredVmQuota()
          Gets the value of the storedVmQuota property.
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 OrgGeneralSettings.Builder<?> toBuilder()
           
 Boolean useServerBootSequence()
          Gets the value of the useServerBootSequence property.
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
clone, getHref, getLinks, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

canPublishCatalogs

protected Boolean canPublishCatalogs

deployedVMQuota

protected Integer deployedVMQuota

storedVmQuota

protected Integer storedVmQuota

useServerBootSequence

protected Boolean useServerBootSequence

delayAfterPowerOnSeconds

protected Integer delayAfterPowerOnSeconds
Constructor Detail

OrgGeneralSettings

protected OrgGeneralSettings()

OrgGeneralSettings

protected OrgGeneralSettings(OrgGeneralSettings.Builder<?> builder)
Method Detail

builder

public static OrgGeneralSettings.Builder<?> builder()

toBuilder

public OrgGeneralSettings.Builder<?> toBuilder()
Overrides:
toBuilder in class Resource

canPublishCatalogs

public Boolean canPublishCatalogs()
Gets the value of the canPublishCatalogs property.

Returns:
possible object is Boolean

getDeployedVMQuota

public Integer getDeployedVMQuota()
Gets the value of the deployedVMQuota property.

Returns:
possible object is Integer

getStoredVmQuota

public Integer getStoredVmQuota()
Gets the value of the storedVmQuota property.

Returns:
possible object is Integer

useServerBootSequence

public Boolean useServerBootSequence()
Gets the value of the useServerBootSequence property.

Returns:
possible object is Boolean

getDelayAfterPowerOnSeconds

public Integer getDelayAfterPowerOnSeconds()
Gets the value of the delayAfterPowerOnSeconds property.

Returns:
possible object is Integer

equals

public boolean equals(Object o)
Overrides:
equals in class Resource

hashCode

public int hashCode()
Overrides:
hashCode in class Resource

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class Resource


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