org.jclouds.cloudstack.domain
Class Cluster.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.domain.Cluster.Builder
Enclosing class:
Cluster

public static class Cluster.Builder
extends Object


Constructor Summary
Cluster.Builder()
           
 
Method Summary
 Cluster.Builder allocationState(AllocationState allocationState)
           
 Cluster build()
           
 Cluster.Builder clusterType(Host.ClusterType clusterType)
           
 Cluster.Builder hypervisor(String hypervisor)
           
 Cluster.Builder id(long id)
           
 Cluster.Builder managedState(Cluster.ManagedState managedState)
           
 Cluster.Builder name(String name)
           
 Cluster.Builder podId(long podId)
           
 Cluster.Builder podName(String podName)
           
 Cluster.Builder zoneId(long zoneId)
           
 Cluster.Builder zoneName(String zoneName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cluster.Builder

public Cluster.Builder()
Method Detail

id

public Cluster.Builder id(long id)

allocationState

public Cluster.Builder allocationState(AllocationState allocationState)

clusterType

public Cluster.Builder clusterType(Host.ClusterType clusterType)

hypervisor

public Cluster.Builder hypervisor(String hypervisor)

managedState

public Cluster.Builder managedState(Cluster.ManagedState managedState)

name

public Cluster.Builder name(String name)

podId

public Cluster.Builder podId(long podId)

podName

public Cluster.Builder podName(String podName)

zoneId

public Cluster.Builder zoneId(long zoneId)

zoneName

public Cluster.Builder zoneName(String zoneName)

build

public Cluster build()


Copyright © 2009-2012 jclouds. All Rights Reserved.