Operations at BootCdBuilderManagement
This page describes the backend methods at this endpoint.
| Signature | Description |
|---|---|
| BackgroundJobInfo GetBuildingIsoJobInfo() | Gets information about ISO image building task |
| String GetDefaultOutputPath() | Gets the default path were resulting ISO image will be put if output path was not specified explicitly. |
| String GetUltraVncExecutableFilePath(BootCdBuilderRequest request) | Gets the path where UltraVNC executable files exist. |
| BackgroundJobInfo StartBuildingIso(BootCdBuilderRequest request) | Starts new ISO image building task. |
| DriverPackageValidationResponse ValidateDriverPackages(DriverPackageValidationRequest request) | Performs validation of specified driver packages. |
| Void VerifyBuildingIsoParameters(BootCdBuilderParams bootCdBuilderParams) | Verifies that ISO parameters are built properly. |
| Void VerifyNetworkAdapterConfiguration(BootCdBuilderRequest request) | Validates the network adapter configuration before building ISO |
| Boolean VerifyPeimgSupportCurrentWindowsVersion() | Verifies that PeImg support current Windows version. |
| Boolean VerifyUltraVncExecutableFile(BootCdBuilderRequest request) | Verifies that UltraVNC executable file of supported version exist. |