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

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.Entity
          extended by org.jclouds.vcloud.director.v1_5.domain.Vdc
              extended by org.jclouds.vcloud.director.v1_5.domain.AdminVdc

public class AdminVdc
extends Vdc

Provides an administrative view of a vDC. Includes all members of the Vdc element, and adds several elements that can be viewed and modified only by administrators.

 <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>
 


Nested Class Summary
static class AdminVdc.Builder<T extends AdminVdc.Builder<T>>
           
 
Field Summary
protected  Boolean isThinProvision
           
protected  Reference networkPoolReference
           
protected  Reference providerVdcReference
           
protected  Double resourceGuaranteedCpu
           
protected  Double resourceGuaranteedMemory
           
protected  Boolean usesFastProvisioning
           
protected  Long vCpuInMhz
           
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Vdc
availableNetworks
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
AdminVdc(AdminVdc.Builder<?> b)
           
 
Method Summary
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.
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Vdc
getAllocationModel, getAvailableNetworks, getCapabilities, getComputeCapacity, getNetworkQuota, getNicQuota, getResourceEntities, getStatus, getStorageCapacity, getVmQuota, isEnabled, toBuilder
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Entity
clone, getDescription, getId, getName, getTasks, setDescription, setName
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
getHref, getLinks, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

resourceGuaranteedMemory

protected Double resourceGuaranteedMemory

resourceGuaranteedCpu

protected Double resourceGuaranteedCpu

vCpuInMhz

protected Long vCpuInMhz

isThinProvision

protected Boolean isThinProvision

networkPoolReference

protected Reference networkPoolReference

providerVdcReference

protected Reference providerVdcReference

usesFastProvisioning

protected Boolean usesFastProvisioning
Constructor Detail

AdminVdc

public AdminVdc(AdminVdc.Builder<?> b)
Method Detail

builder

public static AdminVdc.Builder<?> builder()

getResourceGuaranteedMemory

public Double getResourceGuaranteedMemory()
Gets the value of the resourceGuaranteedMemory property.

Returns:
possible object is Double

getResourceGuaranteedCpu

public Double getResourceGuaranteedCpu()
Gets the value of the resourceGuaranteedCpu property.

Returns:
possible object is Double

getVCpuInMhz

public Long getVCpuInMhz()
Gets the value of the vCpuInMhz property.

Returns:
possible object is Long

isThinProvision

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

Returns:
possible object is Boolean

getNetworkPoolReference

public Reference getNetworkPoolReference()
Gets the value of the networkPoolReference property.

Returns:
possible object is Reference

getProviderVdcReference

public Reference getProviderVdcReference()
Gets the value of the providerVdcReference property.

Returns:
possible object is Reference

usesFastProvisioning

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

Returns:
possible object is Boolean

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Vdc

string

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


Copyright © 2009-2012 jclouds. All Rights Reserved.