Interface FlowLogSettings.UpdateStages.WithEnabled
-
- All Known Subinterfaces:
FlowLogSettings.Update
- Enclosing interface:
- FlowLogSettings.UpdateStages
public static interface FlowLogSettings.UpdateStages.WithEnabledThe stage of the flow log information update allowing to set enable/disable property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowLogSettings.UpdatewithLogging()Enable flow logging.FlowLogSettings.UpdatewithoutLogging()Disable flow logging.
-
-
-
Method Detail
-
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
-
-