Interface FlowLogSettings.UpdateStages.WithRetentionPolicy

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

    public static interface FlowLogSettings.UpdateStages.WithRetentionPolicy
    The stage of the flow log information update allowing to configure retention policy.
    • Method Detail

      • withRetentionPolicyEnabled

        FlowLogSettings.Update withRetentionPolicyEnabled()
        Enable retention policy.
        Returns:
        the next stage of the flow log information update
      • withRetentionPolicyDisabled

        FlowLogSettings.Update withRetentionPolicyDisabled()
        Disable retention policy.
        Returns:
        the next stage of the flow log information update
      • withRetentionPolicyDays

        FlowLogSettings.Update withRetentionPolicyDays​(int days)
        Set the number of days to store flow log.
        Parameters:
        days - the number of days
        Returns:
        the next stage of the flow log information update