Interface Snapshot.UpdateStages.WithOSSettings
-
- All Known Subinterfaces:
Snapshot.Update
- Enclosing interface:
- Snapshot.UpdateStages
public static interface Snapshot.UpdateStages.WithOSSettingsThe stage of the managed snapshot update allowing to specify OS settings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Snapshot.UpdatewithOSType(OperatingSystemTypes osType)Specifies the operating system type.
-
-
-
Method Detail
-
withOSType
Snapshot.Update withOSType(OperatingSystemTypes osType)
Specifies the operating system type.- Parameters:
osType- operating system type- Returns:
- the next stage of the update
-
-