FlowLogSettings.UpdateStages.WithRetentionPolicy Interface

public static interface FlowLogSettings.UpdateStages.WithRetentionPolicy

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

Method Summary

Modifier and Type Method and Description
abstract Update withRetentionPolicyDays(int days)

Set the number of days to store flow log.

abstract Update withRetentionPolicyDisabled()

Disable retention policy.

abstract Update withRetentionPolicyEnabled()

Enable retention policy.

Method Details

withRetentionPolicyDays

public abstract 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

withRetentionPolicyDisabled

public abstract FlowLogSettings.Update withRetentionPolicyDisabled()

Disable retention policy.

Returns:

the next stage of the flow log information update

withRetentionPolicyEnabled

public abstract FlowLogSettings.Update withRetentionPolicyEnabled()

Enable retention policy.

Returns:

the next stage of the flow log information update

Applies to