Virtual Machine Storage Configuration
data class VirtualMachineStorageConfiguration(val dataSettings: VirtualMachineStorageConfigurationDataSettings? = null, val diskType: String, val logSettings: VirtualMachineStorageConfigurationLogSettings? = null, val storageWorkloadType: String, val systemDbOnDataDiskEnabled: Boolean? = null, val tempDbSettings: VirtualMachineStorageConfigurationTempDbSettings? = null)
Constructors
Link copied to clipboard
constructor(dataSettings: VirtualMachineStorageConfigurationDataSettings? = null, diskType: String, logSettings: VirtualMachineStorageConfigurationLogSettings? = null, storageWorkloadType: String, systemDbOnDataDiskEnabled: Boolean? = null, tempDbSettings: VirtualMachineStorageConfigurationTempDbSettings? = null)
Properties
Link copied to clipboard
A storage_settings
block as defined below.
Link copied to clipboard
A storage_settings
block as defined below.
Link copied to clipboard
The type of storage workload. Valid values include GENERAL
, OLTP
, or DW
.
Link copied to clipboard
Specifies whether to set system databases (except tempDb) location to newly created data storage. Possible values are true
and false
. Defaults to false
.
Link copied to clipboard
An temp_db_settings
block as defined below.