|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.Resource
org.jclouds.vcloud.director.v1_5.domain.Entity
org.jclouds.vcloud.director.v1_5.domain.Vdc
public class Vdc
Represents a virtual data center (vDC).
<complexType name="Vdc" />
| Nested Class Summary | |
|---|---|
static class |
Vdc.Builder<B extends Vdc.Builder<B>>
|
| Field Summary | |
|---|---|
protected Set<Reference> |
availableNetworks
|
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
|---|
logger |
| Constructor Summary | |
|---|---|
protected |
Vdc()
|
|
Vdc(Vdc.Builder<?> builder)
|
| Method Summary | |
|---|---|
static Vdc.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
String |
getAllocationModel()
Gets the value of the allocationModel property. |
Set<Reference> |
getAvailableNetworks()
Gets the value of the availableNetworks property. |
Capabilities |
getCapabilities()
Gets the value of the capabilities property. |
ComputeCapacity |
getComputeCapacity()
Gets the value of the computeCapacity property. |
Integer |
getNetworkQuota()
Gets the value of the networkQuota property. |
Integer |
getNicQuota()
Gets the value of the nicQuota property. |
Set<Reference> |
getResourceEntities()
Gets the value of the resourceEntities property. |
Integer |
getStatus()
Gets the value of the status property. |
CapacityWithUsage |
getStorageCapacity()
Gets the value of the storageCapacity property. |
Integer |
getVmQuota()
Gets the value of the vmQuota property. |
int |
hashCode()
|
Boolean |
isEnabled()
Gets the value of the isEnabled property. |
com.google.common.base.Objects.ToStringHelper |
string()
|
Vdc.Builder<?> |
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 |
|---|
protected Set<Reference> availableNetworks
| Constructor Detail |
|---|
protected Vdc()
public Vdc(Vdc.Builder<?> builder)
| Method Detail |
|---|
public static Vdc.Builder<?> builder()
public Vdc.Builder<?> toBuilder()
toBuilder in class Entitypublic String getAllocationModel()
public CapacityWithUsage getStorageCapacity()
public ComputeCapacity getComputeCapacity()
public Set<Reference> getResourceEntities()
public Set<Reference> getAvailableNetworks()
public Capabilities getCapabilities()
public Integer getNicQuota()
public Integer getNetworkQuota()
public Integer getVmQuota()
public Boolean isEnabled()
public Integer getStatus()
public boolean equals(Object o)
equals in class Entitypublic int hashCode()
hashCode in class Entitypublic com.google.common.base.Objects.ToStringHelper string()
string in class Entity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||