FlowLogSettings.UpdateStages.WithEnabled Interface

public interface WithEnabled

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

Method Summary

Modifier and Type Method and Description
FlowLogSettings.Update withLogging()

Enable flow logging.

FlowLogSettings.Update withoutLogging()

Disable flow logging.

Method Details

withLogging

public Update withLogging()

Enable flow logging.

Returns:

the next stage of the flow log information update

withoutLogging

public Update withoutLogging()

Disable flow logging.

Returns:

the next stage of the flow log information update

Applies to