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