org.jclouds.vcloud.director.v1_5.domain.org
Class OrgGeneralSettings
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Resource
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>
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
logger |
canPublishCatalogs
protected Boolean canPublishCatalogs
deployedVMQuota
protected Integer deployedVMQuota
storedVmQuota
protected Integer storedVmQuota
useServerBootSequence
protected Boolean useServerBootSequence
delayAfterPowerOnSeconds
protected Integer delayAfterPowerOnSeconds
OrgGeneralSettings
protected OrgGeneralSettings()
OrgGeneralSettings
protected OrgGeneralSettings(OrgGeneralSettings.Builder<?> builder)
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.