SettingsClustersSoftwareExportSpec

The Software.ExportSpec structure contains information describing how a software specification or image should be exported.


Properties

boolean
export_iso_image Required

Whether to export ISO image.


boolean
export_offline_bundle Required

Whether to export offline bundle.


boolean
export_software_spec Required

Whether to export software specification document.

JSON Example

{
	"export_iso_image": false,
	"export_offline_bundle": false,
	"export_software_spec": false
}

Feedback

Was this page helpful?