public class OrgGeneralSettings extends Resource
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
OrgGeneralSettings.Builder<B extends OrgGeneralSettings.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canPublishCatalogs |
protected Integer |
delayAfterPowerOnSeconds |
protected Integer |
deployedVMQuota |
protected Integer |
storedVmQuota |
protected Boolean |
useServerBootSequence |
| Modifier | Constructor and Description |
|---|---|
protected |
OrgGeneralSettings() |
protected |
OrgGeneralSettings(OrgGeneralSettings.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Boolean canPublishCatalogs
protected Integer deployedVMQuota
protected Integer storedVmQuota
protected Boolean useServerBootSequence
protected Integer delayAfterPowerOnSeconds
protected OrgGeneralSettings()
protected OrgGeneralSettings(OrgGeneralSettings.Builder<?> builder)
public static OrgGeneralSettings.Builder<?> builder()
public OrgGeneralSettings.Builder<?> toBuilder()
public Boolean canPublishCatalogs()
Booleanpublic Integer getDeployedVMQuota()
Integerpublic Integer getStoredVmQuota()
Integerpublic Boolean useServerBootSequence()
Booleanpublic Integer getDelayAfterPowerOnSeconds()
IntegerCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.