Modifier and Type | Field and Description |
---|---|
protected AllocationState |
allocationState |
protected Host.ClusterType |
clusterType |
protected String |
hypervisor |
protected String |
id |
protected Cluster.ManagedState |
managedState |
protected String |
name |
protected String |
podId |
protected String |
podName |
protected String |
zoneId |
protected String |
zoneName |
Constructor and Description |
---|
Cluster.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
allocationState(AllocationState allocationState) |
Cluster |
build() |
T |
clusterType(Host.ClusterType clusterType) |
T |
fromCluster(Cluster in) |
T |
hypervisor(String hypervisor) |
T |
id(String id) |
T |
managedState(Cluster.ManagedState managedState) |
T |
name(String name) |
T |
podId(String podId) |
T |
podName(String podName) |
protected abstract T |
self() |
T |
zoneId(String zoneId) |
T |
zoneName(String zoneName) |
protected String id
protected AllocationState allocationState
protected Host.ClusterType clusterType
protected String hypervisor
protected Cluster.ManagedState managedState
protected String name
protected String podId
protected String podName
protected String zoneId
protected String zoneName
protected abstract T self()
public T id(String id)
Cluster.getId()
public T allocationState(AllocationState allocationState)
Cluster.getAllocationState()
public T clusterType(Host.ClusterType clusterType)
Cluster.getClusterType()
public T hypervisor(String hypervisor)
Cluster.getHypervisor()
public T managedState(Cluster.ManagedState managedState)
Cluster.getManagedState()
public T name(String name)
Cluster.getName()
public T podId(String podId)
Cluster.getPodId()
public T podName(String podName)
Cluster.getPodName()
public T zoneId(String zoneId)
Cluster.getZoneId()
public T zoneName(String zoneName)
Cluster.getZoneName()
public Cluster build()
Copyright © 2009-2013 jclouds. All Rights Reserved.