public class AdminVdc extends Vdc
<complexType name="AdminVdc">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VdcType">
<sequence>
<element name="ResourceGuaranteedMemory" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ResourceGuaranteedCpu" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="VCpuInMhz" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="IsThinProvision" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="NetworkPoolReference" type="{http://www.vmware.com/vcloud/v1.5}ReferenceType" minOccurs="0"/>
<element name="ProviderVdcReference" type="{http://www.vmware.com/vcloud/v1.5}ReferenceType" minOccurs="0"/>
<element name="UsesFastProvisioning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminVdc.Builder<T extends AdminVdc.Builder<T>> |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isThinProvision |
protected Reference |
networkPoolReference |
protected Reference |
providerVdcReference |
protected Double |
resourceGuaranteedCpu |
protected Double |
resourceGuaranteedMemory |
protected Boolean |
usesFastProvisioning |
protected Long |
vCpuInMhz |
availableNetworks| Constructor and Description |
|---|
AdminVdc(AdminVdc.Builder<?> b) |
| Modifier and Type | Method and Description |
|---|---|
static AdminVdc.Builder<?> |
builder() |
boolean |
equals(Object o) |
Reference |
getNetworkPoolReference()
Gets the value of the networkPoolReference property.
|
Reference |
getProviderVdcReference()
Gets the value of the providerVdcReference property.
|
Double |
getResourceGuaranteedCpu()
Gets the value of the resourceGuaranteedCpu property.
|
Double |
getResourceGuaranteedMemory()
Gets the value of the resourceGuaranteedMemory property.
|
Long |
getVCpuInMhz()
Gets the value of the vCpuInMhz property.
|
int |
hashCode() |
Boolean |
isThinProvision()
Gets the value of the isThinProvision property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
Boolean |
usesFastProvisioning()
Gets the value of the usesFastProvisioning property.
|
getAllocationModel, getAvailableNetworks, getCapabilities, getComputeCapacity, getNetworkQuota, getNicQuota, getResourceEntities, getStatus, getStorageCapacity, getVmQuota, isEnabled, toBuilderclone, getDescription, getId, getName, getTasks, setDescription, setNameprotected Double resourceGuaranteedMemory
protected Double resourceGuaranteedCpu
protected Long vCpuInMhz
protected Boolean isThinProvision
protected Reference networkPoolReference
protected Reference providerVdcReference
protected Boolean usesFastProvisioning
public AdminVdc(AdminVdc.Builder<?> b)
public static AdminVdc.Builder<?> builder()
public Double getResourceGuaranteedMemory()
Doublepublic Double getResourceGuaranteedCpu()
Doublepublic Long getVCpuInMhz()
Longpublic Boolean isThinProvision()
Booleanpublic Reference getNetworkPoolReference()
Referencepublic Reference getProviderVdcReference()
Referencepublic Boolean usesFastProvisioning()
BooleanCopyright © 2009-2013 jclouds. All Rights Reserved.