Interface Instance.DefinitionStages.WithEnableDiagnostics

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

public static interface Instance.DefinitionStages.WithEnableDiagnostics
The stage of the Instance definition allowing to specify enableDiagnostics.
  • Method Details

    • withEnableDiagnostics

      Instance.DefinitionStages.WithCreate withEnableDiagnostics(Boolean enableDiagnostics)
      Specifies the enableDiagnostics property: Enables or Disables the diagnostic logs collection.
      Parameters:
      enableDiagnostics - Enables or Disables the diagnostic logs collection.
      Returns:
      the next definition stage.