@Stability(value=Experimental) public static final class IngressProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IngressProps
IngressPropssoftware.amazon.jsii.JsiiObject.InitializationModeIngressProps.Builder, IngressProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IngressBackend |
getDefaultBackend()
(experimental) The default backend services requests that do not match any rule.
|
ApiObjectMetadata |
getMetadata()
(experimental) Metadata that all persisted resources must have, which includes all objects users must create.
|
List<IngressRule> |
getRules()
(experimental) Routing rules for this ingress.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public IngressBackend getDefaultBackend()
IngressProps
Using this option or the addDefaultBackend() method is equivalent to
adding a rule with both path and host undefined.
getDefaultBackend in interface IngressPropspublic List<IngressRule> getRules()
IngressProps
Each rule must define an IngressBackend that will receive the requests
that match this rule. If both host and path are not specifiec, this
backend will be used as the default backend of the ingress.
You can also add rules later using addRule(), addHostRule(),
addDefaultBackend() and addHostDefaultBackend().
getRules in interface IngressPropspublic ApiObjectMetadata getMetadata()
ResourcePropsgetMetadata in interface ResourcePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.