Class PlacementPolicyUpdateProperties


  • public final class PlacementPolicyUpdateProperties
    extends Object
    The properties of a placement policy resource that may be updated.
    • Constructor Detail

      • PlacementPolicyUpdateProperties

        public PlacementPolicyUpdateProperties()
    • Method Detail

      • state

        public PlacementPolicyState state()
        Get the state property: Whether the placement policy is enabled or disabled.
        Returns:
        the state value.
      • withState

        public PlacementPolicyUpdateProperties withState​(PlacementPolicyState state)
        Set the state property: Whether the placement policy is enabled or disabled.
        Parameters:
        state - the state value to set.
        Returns:
        the PlacementPolicyUpdateProperties object itself.
      • vmMembers

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

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

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

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

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