operations
suspend fun operations(value: Output<List<ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs>>)
suspend fun operations(value: List<ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs>?)
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<ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs>)
suspend fun operations(values: List<Output<ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs>>)
suspend fun operations(vararg values: ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs)
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 ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgsBuilder.() -> Unit>)
suspend fun operations(vararg argument: suspend ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgsBuilder.() -> Unit)
suspend fun operations(argument: suspend ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgsBuilder.() -> 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.