Vm Host Placement Policy Properties Args
data class VmHostPlacementPolicyPropertiesArgs(val affinityStrength: Output<Either<String, AffinityStrength>>? = null, val affinityType: Output<Either<String, AffinityType>>, val azureHybridBenefitType: Output<Either<String, AzureHybridBenefitType>>? = null, val displayName: Output<String>? = null, val hostMembers: Output<List<String>>, val state: Output<Either<String, PlacementPolicyState>>? = null, val type: Output<String>, val vmMembers: Output<List<String>>) : ConvertibleToJava<VmHostPlacementPolicyPropertiesArgs>
VM-Host placement policy properties
Constructors
Link copied to clipboard
constructor(affinityStrength: Output<Either<String, AffinityStrength>>? = null, affinityType: Output<Either<String, AffinityType>>, azureHybridBenefitType: Output<Either<String, AzureHybridBenefitType>>? = null, displayName: Output<String>? = null, hostMembers: Output<List<String>>, state: Output<Either<String, PlacementPolicyState>>? = null, type: Output<String>, vmMembers: Output<List<String>>)
Properties
Link copied to clipboard
vm-host placement policy affinity strength (should/must)
Link copied to clipboard
placement policy affinity type
Link copied to clipboard
placement policy azure hybrid benefit opt-in type
Link copied to clipboard
Display name of the placement policy
Link copied to clipboard
Host members list
Link copied to clipboard
Whether the placement policy is enabled or disabled