operations
suspend fun operations(value: Output<List<ServicePerimetersServicePerimeterStatusIngressPolicyIngressToOperationArgs>>)
suspend fun operations(value: List<ServicePerimetersServicePerimeterStatusIngressPolicyIngressToOperationArgs>?)
Parameters
value
A list of ApiOperations
the sources specified in corresponding IngressFrom
are allowed to perform in this ServicePerimeter
. Structure is documented below.
suspend fun operations(vararg values: Output<ServicePerimetersServicePerimeterStatusIngressPolicyIngressToOperationArgs>)
suspend fun operations(values: List<Output<ServicePerimetersServicePerimeterStatusIngressPolicyIngressToOperationArgs>>)
suspend fun operations(vararg values: ServicePerimetersServicePerimeterStatusIngressPolicyIngressToOperationArgs)
Parameters
values
A list of ApiOperations
the sources specified in corresponding IngressFrom
are allowed to perform in this ServicePerimeter
. Structure is documented below.
suspend fun operations(argument: List<suspend ServicePerimetersServicePerimeterStatusIngressPolicyIngressToOperationArgsBuilder.() -> Unit>)
suspend fun operations(vararg argument: suspend ServicePerimetersServicePerimeterStatusIngressPolicyIngressToOperationArgsBuilder.() -> Unit)
suspend fun operations(argument: suspend ServicePerimetersServicePerimeterStatusIngressPolicyIngressToOperationArgsBuilder.() -> Unit)
Parameters
argument
A list of ApiOperations
the sources specified in corresponding IngressFrom
are allowed to perform in this ServicePerimeter
. Structure is documented below.