Interface ManagementPolicy.UpdateStages.Rule

    • Method Detail

      • updateRule

        PolicyRule.Update updateRule​(String name)
        The function that updates a rule whose name is the inputted parameter name.
        Parameters:
        name - the name of the rule to be updated.
        Returns:
        the next stage of the management policy rule update.
      • withoutRule

        ManagementPolicy.Update withoutRule​(String name)
        The function that removes a rule whose name is the inputted parameter name.
        Parameters:
        name - the name of the rule to be removed.
        Returns:
        the next stage of the management policy update.