public class AffinityGroupContainer extends IdentifiedContainer implements AffinityGroup
Constructor and Description |
---|
AffinityGroupContainer() |
Modifier and Type | Method and Description |
---|---|
Cluster |
cluster() |
void |
cluster(Cluster newCluster) |
boolean |
clusterPresent() |
boolean |
enforcing() |
void |
enforcing(boolean newEnforcing) |
void |
enforcing(Boolean newEnforcing) |
boolean |
enforcingPresent() |
boolean |
positive() |
void |
positive(boolean newPositive) |
void |
positive(Boolean newPositive) |
boolean |
positivePresent() |
List<Vm> |
vms() |
void |
vms(List<Vm> newVms) |
boolean |
vmsPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public boolean enforcing()
enforcing
in interface AffinityGroup
public void enforcing(boolean newEnforcing)
public void enforcing(Boolean newEnforcing)
public boolean enforcingPresent()
enforcingPresent
in interface AffinityGroup
public boolean positive()
positive
in interface AffinityGroup
public void positive(boolean newPositive)
public void positive(Boolean newPositive)
public boolean positivePresent()
positivePresent
in interface AffinityGroup
public Cluster cluster()
cluster
in interface AffinityGroup
public void cluster(Cluster newCluster)
public boolean clusterPresent()
clusterPresent
in interface AffinityGroup
public List<Vm> vms()
vms
in interface AffinityGroup
public boolean vmsPresent()
vmsPresent
in interface AffinityGroup
Copyright © 2016. All rights reserved.