Class PropertyUpdatesInProgress


  • public final class PropertyUpdatesInProgress
    extends Object
    Properties of the disk for which update is pending.
    • Constructor Detail

      • PropertyUpdatesInProgress

        public PropertyUpdatesInProgress()
    • Method Detail

      • targetTier

        public String targetTier()
        Get the targetTier property: The target performance tier of the disk if a tier change operation is in progress.
        Returns:
        the targetTier value.
      • withTargetTier

        public PropertyUpdatesInProgress withTargetTier​(String targetTier)
        Set the targetTier property: The target performance tier of the disk if a tier change operation is in progress.
        Parameters:
        targetTier - the targetTier value to set.
        Returns:
        the PropertyUpdatesInProgress object itself.
      • validate

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