Instance Data Disk
data class InstanceDataDisk(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, val snapshotId: String? = null)
Constructors
Link copied to clipboard
fun InstanceDataDisk(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, snapshotId: String? = null)