Storage Properties Response
data class StoragePropertiesResponse(val generation: String? = null, val hardwareType: String? = null, val offeringType: String? = null, val provisioningState: String? = null, val storageBillingProperties: StorageBillingPropertiesResponse? = null, val storageType: String? = null, val workloadType: String? = null)
described the storage properties of the azure baremetalstorage instance
Constructors
Link copied to clipboard
fun StoragePropertiesResponse(generation: String? = null, hardwareType: String? = null, offeringType: String? = null, provisioningState: String? = null, storageBillingProperties: StorageBillingPropertiesResponse? = null, storageType: String? = null, workloadType: String? = null)