deleteOptions

@JvmName(name = "jmyldsoyqgurnbxh")
suspend fun deleteOptions(value: Output<List<String>>)
@JvmName(name = "qjsjkdywbiohculi")
suspend fun deleteOptions(value: List<String>?)

Parameters

value

List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values: DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.


@JvmName(name = "kdpjhkgjqwibkijr")
suspend fun deleteOptions(vararg values: Output<String>)


@JvmName(name = "whmpvbfwxnpenifr")
suspend fun deleteOptions(values: List<Output<String>>)
@JvmName(name = "yyuyehrfogsenpte")
suspend fun deleteOptions(vararg values: String)

Parameters

values

List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values: DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.