Class SchedulingPolicyContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
-
- org.ovirt.engine.sdk4.internal.containers.SchedulingPolicyContainer
-
- All Implemented Interfaces:
Identified
,SchedulingPolicy
public class SchedulingPolicyContainer extends IdentifiedContainer implements SchedulingPolicy
-
-
Constructor Summary
Constructors Constructor Description SchedulingPolicyContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Balance>
balances()
void
balances(List<Balance> newBalances)
boolean
balancesPresent()
boolean
defaultPolicy()
void
defaultPolicy(boolean newDefaultPolicy)
void
defaultPolicy(Boolean newDefaultPolicy)
boolean
defaultPolicyPresent()
List<Filter>
filters()
void
filters(List<Filter> newFilters)
boolean
filtersPresent()
boolean
locked()
void
locked(boolean newLocked)
void
locked(Boolean newLocked)
boolean
lockedPresent()
List<Property>
properties()
void
properties(List<Property> newProperties)
boolean
propertiesPresent()
List<Weight>
weight()
void
weight(List<Weight> newWeight)
boolean
weightPresent()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ovirt.engine.sdk4.types.Identified
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
-
-
-
-
Method Detail
-
defaultPolicy
public boolean defaultPolicy()
- Specified by:
defaultPolicy
in interfaceSchedulingPolicy
-
defaultPolicy
public void defaultPolicy(boolean newDefaultPolicy)
-
defaultPolicy
public void defaultPolicy(Boolean newDefaultPolicy)
-
defaultPolicyPresent
public boolean defaultPolicyPresent()
- Specified by:
defaultPolicyPresent
in interfaceSchedulingPolicy
-
locked
public boolean locked()
- Specified by:
locked
in interfaceSchedulingPolicy
-
locked
public void locked(boolean newLocked)
-
locked
public void locked(Boolean newLocked)
-
lockedPresent
public boolean lockedPresent()
- Specified by:
lockedPresent
in interfaceSchedulingPolicy
-
properties
public List<Property> properties()
- Specified by:
properties
in interfaceSchedulingPolicy
-
propertiesPresent
public boolean propertiesPresent()
- Specified by:
propertiesPresent
in interfaceSchedulingPolicy
-
balances
public List<Balance> balances()
- Specified by:
balances
in interfaceSchedulingPolicy
-
balancesPresent
public boolean balancesPresent()
- Specified by:
balancesPresent
in interfaceSchedulingPolicy
-
filters
public List<Filter> filters()
- Specified by:
filters
in interfaceSchedulingPolicy
-
filtersPresent
public boolean filtersPresent()
- Specified by:
filtersPresent
in interfaceSchedulingPolicy
-
weight
public List<Weight> weight()
- Specified by:
weight
in interfaceSchedulingPolicy
-
weightPresent
public boolean weightPresent()
- Specified by:
weightPresent
in interfaceSchedulingPolicy
-
-