ServicePerimeterSpecIngressPolicyArgs

data class ServicePerimeterSpecIngressPolicyArgs(val ingressFrom: Output<ServicePerimeterSpecIngressPolicyIngressFromArgs>? = null, val ingressTo: Output<ServicePerimeterSpecIngressPolicyIngressToArgs>? = null) : ConvertibleToJava<ServicePerimeterSpecIngressPolicyArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): ServicePerimeterSpecIngressPolicyArgs

Properties

Link copied to clipboard

Defines the conditions on the source of a request causing this IngressPolicy to apply. Structure is documented below.

Link copied to clipboard

Defines the conditions on the ApiOperation and request destination that cause this IngressPolicy to apply. Structure is documented below.