Interface Remediation.UpdateStages.WithParallelDeployments

  • All Known Subinterfaces:
    Remediation.Update
    Enclosing interface:
    Remediation.UpdateStages

    public static interface Remediation.UpdateStages.WithParallelDeployments
    The stage of the Remediation update allowing to specify parallelDeployments.
    • Method Detail

      • withParallelDeployments

        Remediation.Update withParallelDeployments​(Integer parallelDeployments)
        Specifies the parallelDeployments property: Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used..
        Parameters:
        parallelDeployments - Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.
        Returns:
        the next definition stage.