Interface Lab.UpdateStages.WithAutoShutdownProfile

All Known Subinterfaces:
Lab.Update
Enclosing interface:
Lab.UpdateStages

public static interface Lab.UpdateStages.WithAutoShutdownProfile
The stage of the Lab update allowing to specify autoShutdownProfile.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the autoShutdownProfile property: The resource auto shutdown configuration for the lab.
  • Method Details

    • withAutoShutdownProfile

      Lab.Update withAutoShutdownProfile(AutoShutdownProfile autoShutdownProfile)
      Specifies the autoShutdownProfile property: The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle..
      Parameters:
      autoShutdownProfile - The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle.
      Returns:
      the next definition stage.