Class InstantItemRecoveryTarget

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

public final class InstantItemRecoveryTarget extends Object
Target details for file / folder restore.
  • Constructor Details

    • InstantItemRecoveryTarget

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

    • clientScripts

      public List<ClientScriptForConnect> clientScripts()
      Get the clientScripts property: List of client scripts.
      Returns:
      the clientScripts value.
    • withClientScripts

      public InstantItemRecoveryTarget withClientScripts(List<ClientScriptForConnect> clientScripts)
      Set the clientScripts property: List of client scripts.
      Parameters:
      clientScripts - the clientScripts value to set.
      Returns:
      the InstantItemRecoveryTarget object itself.
    • validate

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