Modifier and Type | Class and Description |
---|---|
static class |
Vdc.Builder<B extends Vdc.Builder<B>> |
Modifier and Type | Field and Description |
---|---|
protected Set<Reference> |
availableNetworks |
Modifier | Constructor and Description |
---|---|
protected |
Vdc() |
|
Vdc(Vdc.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
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() |
clone, getDescription, getId, getName, getTasks, setDescription, setName
protected Vdc()
public Vdc(Vdc.Builder<?> builder)
public static Vdc.Builder<?> builder()
public Vdc.Builder<?> toBuilder()
public 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()
Copyright © 2009-2013 jclouds. All Rights Reserved.