stateful Disks
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.
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.
suspend fun statefulDisks(argument: List<suspend InstanceGroupManagerStatefulDiskArgsBuilder.() -> Unit>)
suspend fun statefulDisks(vararg argument: suspend InstanceGroupManagerStatefulDiskArgsBuilder.() -> 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.