InstanceTemplateDisk

constructor(architecture: String? = null, autoDelete: Boolean? = null, boot: Boolean? = null, deviceName: String? = null, diskEncryptionKey: InstanceTemplateDiskDiskEncryptionKey? = null, diskName: String? = null, diskSizeGb: Int? = null, diskType: String? = null, guestOsFeatures: List<String>? = null, interface: String? = null, labels: Map<String, String>? = null, mode: String? = null, provisionedIops: Int? = null, provisionedThroughput: Int? = null, resourceManagerTags: Map<String, String>? = null, resourcePolicies: String? = null, source: String? = null, sourceImage: String? = null, sourceImageEncryptionKey: InstanceTemplateDiskSourceImageEncryptionKey? = null, sourceSnapshot: String? = null, sourceSnapshotEncryptionKey: InstanceTemplateDiskSourceSnapshotEncryptionKey? = null, type: String? = null)