Instance Template Disk
data class InstanceTemplateDisk(val autoDelete: Boolean? = null, val boot: Boolean? = null, val deviceName: String? = null, val diskEncryptionKey: InstanceTemplateDiskDiskEncryptionKey? = null, val diskName: String? = null, val diskSizeGb: Int? = null, val diskType: String? = null, val interface: String? = null, val labels: Map<String, String>? = null, val mode: String? = null, val resourcePolicies: String? = null, val source: String? = null, val sourceImage: String? = null, val sourceImageEncryptionKey: InstanceTemplateDiskSourceImageEncryptionKey? = null, val sourceSnapshot: String? = null, val sourceSnapshotEncryptionKey: InstanceTemplateDiskSourceSnapshotEncryptionKey? = null, val type: String? = null)
Constructors
Link copied to clipboard
fun InstanceTemplateDisk(autoDelete: Boolean? = null, boot: Boolean? = null, deviceName: String? = null, diskEncryptionKey: InstanceTemplateDiskDiskEncryptionKey? = null, diskName: String? = null, diskSizeGb: Int? = null, diskType: String? = null, interface: String? = null, labels: Map<String, String>? = null, mode: String? = null, resourcePolicies: String? = null, source: String? = null, sourceImage: String? = null, sourceImageEncryptionKey: InstanceTemplateDiskSourceImageEncryptionKey? = null, sourceSnapshot: String? = null, sourceSnapshotEncryptionKey: InstanceTemplateDiskSourceSnapshotEncryptionKey? = null, type: String? = null)
Types
Properties
Link copied to clipboard
The image from which to initialize this disk. This can be one of: the image's self_link
, projects/{project}/global/images/{image}
, projects/{project}/global/images/family/{family}
, global/images/{image}
, global/images/family/{family}
, family/{family}
, {project}/{family}
, {project}/{image}
, {family}
, or {image}
.
Link copied to clipboard