allowedFlexVolumes

@JvmName(name = "lknqfflodgvlxvmk")
suspend fun allowedFlexVolumes(value: Output<List<AllowedFlexVolumePatchArgs>>)
@JvmName(name = "fjjqovqxvisyymou")
suspend fun allowedFlexVolumes(value: List<AllowedFlexVolumePatchArgs>?)

Parameters

value

allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field.


@JvmName(name = "ifrgcgxbsykgindv")
suspend fun allowedFlexVolumes(vararg values: Output<AllowedFlexVolumePatchArgs>)


@JvmName(name = "gwiktqaxkrwfjvqk")
suspend fun allowedFlexVolumes(values: List<Output<AllowedFlexVolumePatchArgs>>)
@JvmName(name = "bmilhugceasywsov")
suspend fun allowedFlexVolumes(vararg values: AllowedFlexVolumePatchArgs)

Parameters

values

allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field.


@JvmName(name = "yhompmeukfhjnvrd")
suspend fun allowedFlexVolumes(argument: List<suspend AllowedFlexVolumePatchArgsBuilder.() -> Unit>)
@JvmName(name = "wwqbuupebnjwcdek")
suspend fun allowedFlexVolumes(vararg argument: suspend AllowedFlexVolumePatchArgsBuilder.() -> Unit)
@JvmName(name = "xqfpvrvmnyhmujiv")
suspend fun allowedFlexVolumes(argument: suspend AllowedFlexVolumePatchArgsBuilder.() -> Unit)

Parameters

argument

allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field.