StoragePropertiesResponse

data class StoragePropertiesResponse(val generation: String? = null, val hardwareType: String? = null, val offeringType: String? = null, val provisioningState: String, val storageBillingProperties: StorageBillingPropertiesResponse? = null, val storageType: String? = null, val workloadType: String? = null)

described the storage properties of the azure large storage instance

Constructors

Link copied to clipboard
constructor(generation: String? = null, hardwareType: String? = null, offeringType: String? = null, provisioningState: String, storageBillingProperties: StorageBillingPropertiesResponse? = null, storageType: String? = null, workloadType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val generation: String? = null

the kind of storage instance

Link copied to clipboard
val hardwareType: String? = null

the hardware type of the storage instance

Link copied to clipboard
val offeringType: String? = null

the offering type for which the resource is getting provisioned

Link copied to clipboard

State of provisioning of the AzureLargeStorageInstance

Link copied to clipboard

the billing related information for the resource

Link copied to clipboard
val storageType: String? = null

the storage protocol for which the resource is getting provisioned

Link copied to clipboard
val workloadType: String? = null

the workload for which the resource is getting provisioned