Scaling Configuration Data Disk
data class ScalingConfigurationDataDisk(val autoSnapshotPolicyId: String? = null, val category: String? = null, val deleteWithInstance: Boolean? = null, val description: String? = null, val device: String? = null, val encrypted: Boolean? = null, val kmsKeyId: String? = null, val name: String? = null, val performanceLevel: String? = null, val size: Int? = null, val snapshotId: String? = null)
Constructors
Link copied to clipboard
fun ScalingConfigurationDataDisk(autoSnapshotPolicyId: String? = null, category: String? = null, deleteWithInstance: Boolean? = null, description: String? = null, device: String? = null, encrypted: Boolean? = null, kmsKeyId: String? = null, name: String? = null, performanceLevel: String? = null, size: Int? = null, snapshotId: String? = null)