Class ListRecoveryPointsRecommendedForMoveRequest

java.lang.Object
com.azure.resourcemanager.recoveryservicesbackup.models.ListRecoveryPointsRecommendedForMoveRequest

public final class ListRecoveryPointsRecommendedForMoveRequest extends Object
ListRecoveryPointsRecommendedForMoveRequest Request.
  • Constructor Details

    • ListRecoveryPointsRecommendedForMoveRequest

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

    • objectType

      public String objectType()
      Get the objectType property: Gets the class type.
      Returns:
      the objectType value.
    • withObjectType

      public ListRecoveryPointsRecommendedForMoveRequest withObjectType(String objectType)
      Set the objectType property: Gets the class type.
      Parameters:
      objectType - the objectType value to set.
      Returns:
      the ListRecoveryPointsRecommendedForMoveRequest object itself.
    • excludedRPList

      public List<String> excludedRPList()
      Get the excludedRPList property: List of Recovery Points excluded from Move.
      Returns:
      the excludedRPList value.
    • withExcludedRPList

      public ListRecoveryPointsRecommendedForMoveRequest withExcludedRPList(List<String> excludedRPList)
      Set the excludedRPList property: List of Recovery Points excluded from Move.
      Parameters:
      excludedRPList - the excludedRPList value to set.
      Returns:
      the ListRecoveryPointsRecommendedForMoveRequest object itself.
    • validate

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