Class VolumeRelocationProperties

java.lang.Object
com.azure.resourcemanager.netapp.models.VolumeRelocationProperties

public final class VolumeRelocationProperties extends Object
Volume relocation properties.
  • Constructor Details

    • VolumeRelocationProperties

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

    • relocationRequested

      public Boolean relocationRequested()
      Get the relocationRequested property: Has relocation been requested for this volume.
      Returns:
      the relocationRequested value.
    • withRelocationRequested

      public VolumeRelocationProperties withRelocationRequested(Boolean relocationRequested)
      Set the relocationRequested property: Has relocation been requested for this volume.
      Parameters:
      relocationRequested - the relocationRequested value to set.
      Returns:
      the VolumeRelocationProperties object itself.
    • readyToBeFinalized

      public Boolean readyToBeFinalized()
      Get the readyToBeFinalized property: Has relocation finished and is ready to be cleaned up.
      Returns:
      the readyToBeFinalized value.
    • validate

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