Class VmPlacementPolicyProperties

    • Constructor Detail

      • VmPlacementPolicyProperties

        public VmPlacementPolicyProperties()
    • Method Detail

      • vmMembers

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

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

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

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