public abstract static class Vdc.Builder<B extends Vdc.Builder<B>> extends Entity.Builder<B>
| Constructor and Description |
|---|
Vdc.Builder() |
| Modifier and Type | Method and Description |
|---|---|
B |
allocationModel(String allocationModel) |
B |
availableNetworks(Set<Reference> availableNetworks) |
Vdc |
build() |
B |
capabilities(Capabilities capabilities) |
B |
computeCapacity(ComputeCapacity computeCapacity) |
B |
fromVdc(Vdc in) |
B |
isEnabled(Boolean isEnabled) |
B |
network(Reference availableNetwork) |
B |
networkQuota(Integer networkQuota) |
B |
nicQuota(Integer nicQuota) |
B |
resourceEntities(Set<Reference> resourceEntities) |
B |
resourceEntity(Reference resourceEntity) |
B |
status(Integer status) |
B |
storageCapacity(CapacityWithUsage storageCapacity) |
B |
vmQuota(Integer vmQuota) |
description, fromEntityType, id, name, task, tasksfromResource, href, link, links, self, typepublic B allocationModel(String allocationModel)
Vdc.getAllocationModel()public B storageCapacity(CapacityWithUsage storageCapacity)
Vdc.getStorageCapacity()public B computeCapacity(ComputeCapacity computeCapacity)
Vdc.getComputeCapacity()public B resourceEntities(Set<Reference> resourceEntities)
Vdc.getResourceEntities()public B resourceEntity(Reference resourceEntity)
Vdc.getResourceEntities()public B availableNetworks(Set<Reference> availableNetworks)
Vdc.getAvailableNetworks()public B network(Reference availableNetwork)
Vdc.getAvailableNetworks()public B capabilities(Capabilities capabilities)
Vdc.getCapabilities()public B nicQuota(Integer nicQuota)
Vdc.getNicQuota()public B networkQuota(Integer networkQuota)
Vdc.getNetworkQuota()public B vmQuota(Integer vmQuota)
Vdc.getVmQuota()public B isEnabled(Boolean isEnabled)
Vdc.isEnabled()public B status(Integer status)
Vdc.getStatus()public Vdc build()
build in class Entity.Builder<B extends Vdc.Builder<B>>Copyright © 2009-2013 jclouds. All Rights Reserved.