ServicePerimeterStatusIngressPolicyArgs

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

Constructors

Functions

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

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.