Get Bundles Bundle
data class GetBundlesBundle(val bundleId: String, val bundleName: String, val bundleType: String, val description: String, val desktopType: String, val desktopTypeAttributes: List<GetBundlesBundleDesktopTypeAttribute>, val disks: List<GetBundlesBundleDisk>, val id: String, val imageId: String, val osType: String)
Properties
Link copied to clipboard
The name of the bundle.
Link copied to clipboard
The bundle type of the bundle. Valid values: SYSTEM
,CUSTOM
.
Link copied to clipboard
The description of the bundle.
Link copied to clipboard
The desktop type of the bundle.
Link copied to clipboard
The desktop type attribute of the bundle.
Link copied to clipboard
The disks of the bundle.