Modifier and Type | Field and Description |
---|---|
protected boolean |
cleanupRequired |
protected String |
domain |
protected String |
domainId |
protected String |
id |
protected Long |
IPLimit |
protected long |
IPs |
protected Long |
IPsAvailable |
protected String |
name |
protected String |
networkDomain |
protected long |
receivedBytes |
protected long |
sentBytes |
protected Long |
snapshotLimit |
protected long |
snapshots |
protected Long |
snapshotsAvailable |
protected Account.State |
state |
protected Long |
templateLimit |
protected long |
templates |
protected Long |
templatesAvailable |
protected Account.Type |
type |
protected Set<User> |
users |
protected Long |
VMLimit |
protected long |
VMs |
protected Long |
VMsAvailable |
protected long |
VMsRunning |
protected long |
VMsStopped |
protected Long |
volumeLimit |
protected long |
volumes |
protected Long |
volumesAvailable |
Constructor and Description |
---|
Account.Builder() |
Modifier and Type | Method and Description |
---|---|
Account |
build() |
T |
cleanupRequired(boolean cleanupRequired) |
T |
domain(String domain) |
T |
domainId(String domainId) |
T |
fromAccount(Account in) |
T |
id(String id) |
T |
IPLimit(Long IPLimit) |
T |
IPs(long IPs) |
T |
IPsAvailable(Long IPsAvailable) |
T |
name(String name) |
T |
networkDomain(String networkDomain) |
T |
receivedBytes(long receivedBytes) |
protected abstract T |
self() |
T |
sentBytes(long sentBytes) |
T |
snapshotLimit(Long snapshotLimit) |
T |
snapshots(long snapshots) |
T |
snapshotsAvailable(Long snapshotsAvailable) |
T |
state(Account.State state) |
T |
templateLimit(Long templateLimit) |
T |
templates(long templates) |
T |
templatesAvailable(Long templatesAvailable) |
T |
type(Account.Type type) |
T |
users(Set<User> users) |
T |
users(User... in) |
T |
VMLimit(Long VMLimit) |
T |
VMs(long VMs) |
T |
VMsAvailable(Long VMsAvailable) |
T |
VMsRunning(long VMsRunning) |
T |
VMsStopped(long VMsStopped) |
T |
volumeLimit(Long volumeLimit) |
T |
volumes(long volumes) |
T |
volumesAvailable(Long volumesAvailable) |
protected String id
protected Account.Type type
protected String networkDomain
protected String domain
protected String domainId
protected Long IPsAvailable
protected Long IPLimit
protected long IPs
protected boolean cleanupRequired
protected String name
protected long receivedBytes
protected long sentBytes
protected Long snapshotsAvailable
protected Long snapshotLimit
protected long snapshots
protected Account.State state
protected Long templatesAvailable
protected Long templateLimit
protected long templates
protected Long VMsAvailable
protected Long VMLimit
protected long VMsRunning
protected long VMsStopped
protected long VMs
protected Long volumesAvailable
protected Long volumeLimit
protected long volumes
protected abstract T self()
public T id(String id)
Account.getId()
public T type(Account.Type type)
Account.getType()
public T networkDomain(String networkDomain)
Account.getNetworkDomain()
public T domain(String domain)
Account.getDomain()
public T domainId(String domainId)
Account.getDomainId()
public T IPsAvailable(Long IPsAvailable)
Account.getIPsAvailable()
public T IPLimit(Long IPLimit)
Account.getIPLimit()
public T IPs(long IPs)
Account.getIPs()
public T cleanupRequired(boolean cleanupRequired)
Account.isCleanupRequired()
public T name(String name)
Account.getName()
public T receivedBytes(long receivedBytes)
Account.getReceivedBytes()
public T sentBytes(long sentBytes)
Account.getSentBytes()
public T snapshotsAvailable(Long snapshotsAvailable)
Account.getSnapshotsAvailable()
public T snapshotLimit(Long snapshotLimit)
Account.getSnapshotLimit()
public T snapshots(long snapshots)
Account.getSnapshots()
public T state(Account.State state)
Account.getState()
public T templatesAvailable(Long templatesAvailable)
Account.getTemplatesAvailable()
public T templateLimit(Long templateLimit)
Account.getTemplateLimit()
public T templates(long templates)
Account.getTemplates()
public T VMsAvailable(Long VMsAvailable)
Account.getVMsAvailable()
public T VMLimit(Long VMLimit)
Account.getVMLimit()
public T VMsRunning(long VMsRunning)
Account.getVMsRunning()
public T VMsStopped(long VMsStopped)
Account.getVMsStopped()
public T VMs(long VMs)
Account.getVMs()
public T volumesAvailable(Long volumesAvailable)
Account.getVolumesAvailable()
public T volumeLimit(Long volumeLimit)
Account.getVolumeLimit()
public T volumes(long volumes)
Account.getVolumes()
public T users(Set<User> users)
Account.getUsers()
public Account build()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.