FlowLogSettings.UpdateStages.WithEnabled Interface

public static interface FlowLogSettings.UpdateStages.WithEnabled

The stage of the flow log information update allowing to set enable/disable property.

Method Summary

Modifier and Type Method and Description
abstract Update withLogging()

Enable flow logging.

abstract Update withoutLogging()

Disable flow logging.

Method Details

withLogging

public abstract FlowLogSettings.Update withLogging()

Enable flow logging.

Returns:

the next stage of the flow log information update

withoutLogging

public abstract FlowLogSettings.Update withoutLogging()

Disable flow logging.

Returns:

the next stage of the flow log information update

Applies to