org.jclouds.cloudstack.domain
Class Account.Builder
java.lang.Object
org.jclouds.cloudstack.domain.Account.Builder
- Enclosing class:
- Account
public static class Account.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Account.Builder
public Account.Builder()
id
public Account.Builder id(long id)
type
public Account.Builder type(Account.Type type)
networkDomain
public Account.Builder networkDomain(String networkDomain)
domain
public Account.Builder domain(String domain)
domainId
public Account.Builder domainId(long domainId)
IPsAvailable
public Account.Builder IPsAvailable(Long IPsAvailable)
IPLimit
public Account.Builder IPLimit(Long IPLimit)
IPs
public Account.Builder IPs(long IPs)
cleanupRequired
public Account.Builder cleanupRequired(boolean cleanupRequired)
name
public Account.Builder name(String name)
receivedBytes
public Account.Builder receivedBytes(long receivedBytes)
sentBytes
public Account.Builder sentBytes(long sentBytes)
snapshotsAvailable
public Account.Builder snapshotsAvailable(Long snapshotsAvailable)
snapshotLimit
public Account.Builder snapshotLimit(Long snapshotLimit)
snapshots
public Account.Builder snapshots(long snapshots)
state
public Account.Builder state(Account.State state)
templatesAvailable
public Account.Builder templatesAvailable(Long templatesAvailable)
templateLimit
public Account.Builder templateLimit(Long templateLimit)
templates
public Account.Builder templates(long templates)
VMsAvailable
public Account.Builder VMsAvailable(Long VMsAvailable)
VMLimit
public Account.Builder VMLimit(Long VMLimit)
VMsRunning
public Account.Builder VMsRunning(long VMsRunning)
VMsStopped
public Account.Builder VMsStopped(long VMsStopped)
VMs
public Account.Builder VMs(long VMs)
volumesAvailable
public Account.Builder volumesAvailable(Long volumesAvailable)
volumeLimit
public Account.Builder volumeLimit(Long volumeLimit)
volumes
public Account.Builder volumes(long volumes)
users
public Account.Builder users(Set<User> users)
build
public Account build()
Copyright © 2009-2012 jclouds. All Rights Reserved.