VirtualMachinePlacementHintResponse

data class VirtualMachinePlacementHintResponse(val hintType: String, val resourceId: String, val schedulingExecution: String, val scope: String)

Constructors

Link copied to clipboard
constructor(hintType: String, resourceId: String, schedulingExecution: String, scope: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The specification of whether this hint supports affinity or anti-affinity with the referenced resources.

Link copied to clipboard

The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.

Link copied to clipboard

The indicator of whether the hint is a hard or soft requirement during scheduling.

Link copied to clipboard

The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.