statefulDisks

@JvmName(name = "hrmwdaaexajgbxqy")
suspend fun statefulDisks(value: Output<List<RegionInstanceGroupManagerStatefulDiskArgs>>)
@JvmName(name = "nmyjypxjfwfnsxux")
suspend fun statefulDisks(value: List<RegionInstanceGroupManagerStatefulDiskArgs>?)

Parameters

value

Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the official documentation. Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the update_policy.


@JvmName(name = "ijadhckvddrwjvif")
suspend fun statefulDisks(vararg values: Output<RegionInstanceGroupManagerStatefulDiskArgs>)


@JvmName(name = "pxynxeidpmmamddr")
suspend fun statefulDisks(values: List<Output<RegionInstanceGroupManagerStatefulDiskArgs>>)
@JvmName(name = "tprfwbyosudicacm")
suspend fun statefulDisks(vararg values: RegionInstanceGroupManagerStatefulDiskArgs)

Parameters

values

Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the official documentation. Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the update_policy.


@JvmName(name = "rvvfbcdlyxammtgk")
suspend fun statefulDisks(argument: List<suspend RegionInstanceGroupManagerStatefulDiskArgsBuilder.() -> Unit>)
@JvmName(name = "lelcwyfbkjmdodwg")
suspend fun statefulDisks(vararg argument: suspend RegionInstanceGroupManagerStatefulDiskArgsBuilder.() -> Unit)
@JvmName(name = "vdmkneocbmimialc")
suspend fun statefulDisks(argument: suspend RegionInstanceGroupManagerStatefulDiskArgsBuilder.() -> Unit)

Parameters

argument

Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the official documentation. Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the update_policy.