InstanceGroupManagerStatefulDiskArgs

data class InstanceGroupManagerStatefulDiskArgs(val deleteRule: Output<String>? = null, val deviceName: Output<String>) : ConvertibleToJava<InstanceGroupManagerStatefulDiskArgs>

Constructors

Link copied to clipboard
constructor(deleteRule: Output<String>? = null, deviceName: Output<String>)

Properties

Link copied to clipboard
val deleteRule: Output<String>? = null

, 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. The default is NEVER.

Link copied to clipboard
val deviceName: Output<String>

, The device name of the disk to be attached.

Functions

Link copied to clipboard
open override fun toJava(): InstanceGroupManagerStatefulDiskArgs