FlowLogSettings.UpdateStages.WithRetentionPolicy Interface

public interface WithRetentionPolicy

The stage of the flow log information update allowing to configure retention policy.

Method Summary

Modifier and Type Method and Description
FlowLogSettings.Update withRetentionPolicyDays(int days)

Set the number of days to store flow log.

FlowLogSettings.Update withRetentionPolicyDisabled()

Disable retention policy.

FlowLogSettings.Update withRetentionPolicyEnabled()

Enable retention policy.

Method Details

withRetentionPolicyDays

public 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

withRetentionPolicyDisabled

public Update withRetentionPolicyDisabled()

Disable retention policy.

Returns:

the next stage of the flow log information update

withRetentionPolicyEnabled

public Update withRetentionPolicyEnabled()

Enable retention policy.

Returns:

the next stage of the flow log information update

Applies to