Interface FlowLogSettings.UpdateStages.WithEnabled
- All Known Subinterfaces:
FlowLogSettings.Update
- Enclosing interface:
- FlowLogSettings.UpdateStages
public static interface FlowLogSettings.UpdateStages.WithEnabled
The stage of the flow log information update allowing to set enable/disable property.
-
Method Summary
Modifier and TypeMethodDescriptionEnable flow logging.Disable flow logging.
-
Method Details
-
withLogging
FlowLogSettings.Update withLogging()Enable flow logging.- Returns:
- the next stage of the flow log information update
-
withoutLogging
FlowLogSettings.Update withoutLogging()Disable flow logging.- Returns:
- the next stage of the flow log information update
-