ServicePerimeterStatusIngressPolicyArgs

data class ServicePerimeterStatusIngressPolicyArgs(val ingressFrom: Output<ServicePerimeterStatusIngressPolicyIngressFromArgs>? = null, val ingressTo: Output<ServicePerimeterStatusIngressPolicyIngressToArgs>? = null) : ConvertibleToJava<ServicePerimeterStatusIngressPolicyArgs>

Constructors

Link copied to clipboard
constructor(ingressFrom: Output<ServicePerimeterStatusIngressPolicyIngressFromArgs>? = null, ingressTo: Output<ServicePerimeterStatusIngressPolicyIngressToArgs>? = null)

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.

Functions

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