Class ReestablishReplicationRequest

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

public final class ReestablishReplicationRequest extends Object
Re-establish request object supplied in the body of the operation.
  • Constructor Details

    • ReestablishReplicationRequest

      public ReestablishReplicationRequest()
  • Method Details

    • sourceVolumeId

      public String sourceVolumeId()
      Get the sourceVolumeId property: Resource id of the source volume for the replication.
      Returns:
      the sourceVolumeId value.
    • withSourceVolumeId

      public ReestablishReplicationRequest withSourceVolumeId(String sourceVolumeId)
      Set the sourceVolumeId property: Resource id of the source volume for the replication.
      Parameters:
      sourceVolumeId - the sourceVolumeId value to set.
      Returns:
      the ReestablishReplicationRequest object itself.
    • validate

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