Interface Snapshot.UpdateStages.WithOSSettings
- All Known Subinterfaces:
Snapshot.Update
- Enclosing interface:
- Snapshot.UpdateStages
public static interface Snapshot.UpdateStages.WithOSSettings
The stage of the managed snapshot update allowing to specify OS settings.
-
Method Summary
Modifier and TypeMethodDescriptionwithOSType
(OperatingSystemTypes osType) Specifies the operating system type.
-
Method Details
-
withOSType
Specifies the operating system type.- Parameters:
osType
- operating system type- Returns:
- the next stage of the update
-