Storage Properties Args
data class StoragePropertiesArgs(val generation: Output<String>? = null, val hardwareType: Output<String>? = null, val offeringType: Output<String>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val storageBillingProperties: Output<StorageBillingPropertiesArgs>? = null, val storageType: Output<String>? = null, val workloadType: Output<String>? = null) : ConvertibleToJava<StoragePropertiesArgs>
described the storage properties of the azure baremetalstorage instance
Constructors
Link copied to clipboard
fun StoragePropertiesArgs(generation: Output<String>? = null, hardwareType: Output<String>? = null, offeringType: Output<String>? = null, provisioningState: Output<Either<String, ProvisioningState>>? = null, storageBillingProperties: Output<StorageBillingPropertiesArgs>? = null, storageType: Output<String>? = null, workloadType: Output<String>? = null)