Region Per Instance Config Preserved State Disk
data class RegionPerInstanceConfigPreservedStateDisk(val deleteRule: String? = null, val deviceName: String, val mode: String? = null, val source: String)
Properties
Link copied to clipboard
A value that prescribes what should happen to the stateful disk when the VM instance is deleted. The available options are NEVER and ON_PERMANENT_INSTANCE_DELETION. NEVER - detach the disk when the VM is deleted, but do not delete the disk. ON_PERMANENT_INSTANCE_DELETION will delete the stateful disk when the VM is permanently deleted from the instance group. Default value is NEVER. Possible values are: NEVER, ON_PERMANENT_INSTANCE_DELETION.
Link copied to clipboard
A unique device name that is reflected into the /dev/ tree of a Linux operating system running within the instance.