Service Perimeter Spec Ingress Policy Args
data class ServicePerimeterSpecIngressPolicyArgs(val ingressFrom: Output<ServicePerimeterSpecIngressPolicyIngressFromArgs>? = null, val ingressTo: Output<ServicePerimeterSpecIngressPolicyIngressToArgs>? = null, val title: Output<String>? = null) : ConvertibleToJava<ServicePerimeterSpecIngressPolicyArgs>
Constructors
Link copied to clipboard
constructor(ingressFrom: Output<ServicePerimeterSpecIngressPolicyIngressFromArgs>? = null, ingressTo: Output<ServicePerimeterSpecIngressPolicyIngressToArgs>? = null, title: Output<String>? = 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.