public class AffinityLabelContainer extends IdentifiedContainer implements AffinityLabel
Constructor and Description |
---|
AffinityLabelContainer() |
Modifier and Type | Method and Description |
---|---|
List<Host> |
hosts() |
void |
hosts(List<Host> newHosts) |
boolean |
hostsPresent() |
boolean |
readOnly() |
void |
readOnly(boolean newReadOnly) |
void |
readOnly(Boolean newReadOnly) |
boolean |
readOnlyPresent() |
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 readOnly()
readOnly
in interface AffinityLabel
public void readOnly(boolean newReadOnly)
public void readOnly(Boolean newReadOnly)
public boolean readOnlyPresent()
readOnlyPresent
in interface AffinityLabel
public List<Host> hosts()
hosts
in interface AffinityLabel
public boolean hostsPresent()
hostsPresent
in interface AffinityLabel
public List<Vm> vms()
vms
in interface AffinityLabel
public boolean vmsPresent()
vmsPresent
in interface AffinityLabel
Copyright © 2016. All rights reserved.