Interface Runbook.DefinitionStages.WithLogVerbose

All Known Subinterfaces:
Runbook.Definition, Runbook.DefinitionStages.WithCreate
Enclosing interface:
Runbook.DefinitionStages

public static interface Runbook.DefinitionStages.WithLogVerbose
The stage of the Runbook definition allowing to specify logVerbose.
  • Method Details

    • withLogVerbose

      Runbook.DefinitionStages.WithCreate withLogVerbose(Boolean logVerbose)
      Specifies the logVerbose property: Gets or sets verbose log option..
      Parameters:
      logVerbose - Gets or sets verbose log option.
      Returns:
      the next definition stage.