matchesStorageClasses

@JvmName(name = "duuconbdkbblhnsk")
suspend fun matchesStorageClasses(value: Output<List<String>>)
@JvmName(name = "wlktvfkbesvgviym")
suspend fun matchesStorageClasses(value: List<String>?)

Parameters

value

Storage Class of objects to satisfy this condition. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, DURABLE_REDUCED_AVAILABILITY.


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


@JvmName(name = "yhlownvnojufpixl")
suspend fun matchesStorageClasses(values: List<Output<String>>)
@JvmName(name = "qlhvyrcysaelicjd")
suspend fun matchesStorageClasses(vararg values: String)

Parameters

values

Storage Class of objects to satisfy this condition. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, DURABLE_REDUCED_AVAILABILITY.