operations
suspend fun operations(value: Output<List<ServicePerimetersServicePerimeterStatusEgressPolicyEgressToOperationArgs>>)
suspend fun operations(value: List<ServicePerimetersServicePerimeterStatusEgressPolicyEgressToOperationArgs>?)
Parameters
value
A list of ApiOperations
that this egress rule applies to. A request matches if it contains an operation/service in this list. Structure is documented below.
suspend fun operations(vararg values: Output<ServicePerimetersServicePerimeterStatusEgressPolicyEgressToOperationArgs>)
suspend fun operations(values: List<Output<ServicePerimetersServicePerimeterStatusEgressPolicyEgressToOperationArgs>>)
suspend fun operations(vararg values: ServicePerimetersServicePerimeterStatusEgressPolicyEgressToOperationArgs)
Parameters
values
A list of ApiOperations
that this egress rule applies to. A request matches if it contains an operation/service in this list. Structure is documented below.
suspend fun operations(argument: List<suspend ServicePerimetersServicePerimeterStatusEgressPolicyEgressToOperationArgsBuilder.() -> Unit>)
suspend fun operations(vararg argument: suspend ServicePerimetersServicePerimeterStatusEgressPolicyEgressToOperationArgsBuilder.() -> Unit)
suspend fun operations(argument: suspend ServicePerimetersServicePerimeterStatusEgressPolicyEgressToOperationArgsBuilder.() -> Unit)
Parameters
argument
A list of ApiOperations
that this egress rule applies to. A request matches if it contains an operation/service in this list. Structure is documented below.