SAPDiskConfigurationResponse

data class SAPDiskConfigurationResponse(val recommendedConfiguration: DiskVolumeConfigurationResponse? = null, val supportedConfigurations: List<DiskDetailsResponse>? = null)

The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type.

Constructors

Link copied to clipboard
constructor(recommendedConfiguration: DiskVolumeConfigurationResponse? = null, supportedConfigurations: List<DiskDetailsResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The recommended disk details for a given VM Sku.

Link copied to clipboard

The list of supported disks for a given VM Sku.