public class OrgLeaseSettings extends Resource
<complexType name="OrgLeaseSettings">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}ResourceType">
<sequence>
<element name="DeleteOnStorageLeaseExpiration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DeploymentLeaseSeconds" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="StorageLeaseSeconds" 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 |
OrgLeaseSettings.Builder<B extends OrgLeaseSettings.Builder<B>> |
| Modifier | Constructor and Description |
|---|---|
protected |
OrgLeaseSettings() |
protected |
OrgLeaseSettings(OrgLeaseSettings.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static OrgLeaseSettings.Builder<?> |
builder() |
Boolean |
deleteOnStorageLeaseExpiration()
Gets the value of the deleteOnStorageLeaseExpiration property.
|
boolean |
equals(Object o) |
Integer |
getDeploymentLeaseSeconds()
Gets the value of the deploymentLeaseSeconds property.
|
Integer |
getStorageLeaseSeconds()
Gets the value of the storageLeaseSeconds property.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
OrgLeaseSettings.Builder<?> |
toBuilder() |
protected OrgLeaseSettings()
protected OrgLeaseSettings(OrgLeaseSettings.Builder<?> builder)
public static OrgLeaseSettings.Builder<?> builder()
public OrgLeaseSettings.Builder<?> toBuilder()
public Boolean deleteOnStorageLeaseExpiration()
Booleanpublic Integer getDeploymentLeaseSeconds()
Integerpublic Integer getStorageLeaseSeconds()
IntegerCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.