Class VmHostPlacementPolicyProperties

java.lang.Object
com.azure.resourcemanager.avs.models.PlacementPolicyProperties
com.azure.resourcemanager.avs.models.VmHostPlacementPolicyProperties

public final class VmHostPlacementPolicyProperties extends PlacementPolicyProperties
VM-Host placement policy properties.
  • Constructor Details

    • VmHostPlacementPolicyProperties

      public VmHostPlacementPolicyProperties()
      Creates an instance of VmHostPlacementPolicyProperties class.
  • Method Details

    • vmMembers

      public List<String> vmMembers()
      Get the vmMembers property: Virtual machine members list.
      Returns:
      the vmMembers value.
    • withVmMembers

      public VmHostPlacementPolicyProperties withVmMembers(List<String> vmMembers)
      Set the vmMembers property: Virtual machine members list.
      Parameters:
      vmMembers - the vmMembers value to set.
      Returns:
      the VmHostPlacementPolicyProperties object itself.
    • hostMembers

      public List<String> hostMembers()
      Get the hostMembers property: Host members list.
      Returns:
      the hostMembers value.
    • withHostMembers

      public VmHostPlacementPolicyProperties withHostMembers(List<String> hostMembers)
      Set the hostMembers property: Host members list.
      Parameters:
      hostMembers - the hostMembers value to set.
      Returns:
      the VmHostPlacementPolicyProperties object itself.
    • affinityType

      public AffinityType affinityType()
      Get the affinityType property: placement policy affinity type.
      Returns:
      the affinityType value.
    • withAffinityType

      public VmHostPlacementPolicyProperties withAffinityType(AffinityType affinityType)
      Set the affinityType property: placement policy affinity type.
      Parameters:
      affinityType - the affinityType value to set.
      Returns:
      the VmHostPlacementPolicyProperties object itself.
    • affinityStrength

      public AffinityStrength affinityStrength()
      Get the affinityStrength property: vm-host placement policy affinity strength (should/must).
      Returns:
      the affinityStrength value.
    • withAffinityStrength

      public VmHostPlacementPolicyProperties withAffinityStrength(AffinityStrength affinityStrength)
      Set the affinityStrength property: vm-host placement policy affinity strength (should/must).
      Parameters:
      affinityStrength - the affinityStrength value to set.
      Returns:
      the VmHostPlacementPolicyProperties object itself.
    • azureHybridBenefitType

      public AzureHybridBenefitType azureHybridBenefitType()
      Get the azureHybridBenefitType property: placement policy azure hybrid benefit opt-in type.
      Returns:
      the azureHybridBenefitType value.
    • withAzureHybridBenefitType

      public VmHostPlacementPolicyProperties withAzureHybridBenefitType(AzureHybridBenefitType azureHybridBenefitType)
      Set the azureHybridBenefitType property: placement policy azure hybrid benefit opt-in type.
      Parameters:
      azureHybridBenefitType - the azureHybridBenefitType value to set.
      Returns:
      the VmHostPlacementPolicyProperties object itself.
    • withState

      Set the state property: Whether the placement policy is enabled or disabled.
      Overrides:
      withState in class PlacementPolicyProperties
      Parameters:
      state - the state value to set.
      Returns:
      the PlacementPolicyProperties object itself.
    • withDisplayName

      public VmHostPlacementPolicyProperties withDisplayName(String displayName)
      Set the displayName property: Display name of the placement policy.
      Overrides:
      withDisplayName in class PlacementPolicyProperties
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the PlacementPolicyProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class PlacementPolicyProperties
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.