Class RelocateVolumeRequest

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

public final class RelocateVolumeRequest extends Object
Relocate volume request.
  • Constructor Details

    • RelocateVolumeRequest

      public RelocateVolumeRequest()
  • Method Details

    • creationToken

      public String creationToken()
      Get the creationToken property: New creation token for the volume that controls the mount point name.
      Returns:
      the creationToken value.
    • withCreationToken

      public RelocateVolumeRequest withCreationToken(String creationToken)
      Set the creationToken property: New creation token for the volume that controls the mount point name.
      Parameters:
      creationToken - the creationToken value to set.
      Returns:
      the RelocateVolumeRequest object itself.
    • validate

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