Class VmAffinityRuleUpdateRequest
java.lang.Object
com.iland.core.web.rest.request.vm.VmAffinityRuleUpdateRequest
- All Implemented Interfaces:
Serializable
Vm Affinity Rule Update Request.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VmAffinityRuleUpdateRequest
-
-
Method Details
-
getUuid
The vm affinity rule's uuid.- Returns:
Stringrule uuid
-
getName
The vm affinity rule's name- Returns:
Stringname
-
isEnabled
Whether the vm affinity rule is enabled.- Returns:
- is enabled
-
getVmUuids
Get the set of vm uuids. -
isMandatory
Whether the rule is mandatory.You can make an affinity rule mandatory to provide a hint to the system that the deployment should fail unless the specified placement objective can be achieved. When a virtual machine is the subject of a mandatory affinity rule, placement requirements dictated by the rule override any placement changes that might be initiated by vSphere services such as High Availability and Storage DRS.
- Returns:
Booleanis mandatory
-