Interface Image.DefinitionStages.WithEnabledState

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

public static interface Image.DefinitionStages.WithEnabledState
The stage of the Image definition allowing to specify enabledState.
  • Method Details

    • withEnabledState

      Image.DefinitionStages.WithCreate withEnabledState(EnableState enabledState)
      Specifies the enabledState property: Is the image enabled.
      Parameters:
      enabledState - Is the image enabled.
      Returns:
      the next definition stage.