Class IngressBackend.Jsii$Proxy

  • All Implemented Interfaces:
    IngressBackend, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    IngressBackend

    @Stability(Stable)
    @Internal
    public static final class IngressBackend.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements IngressBackend
    An implementation for IngressBackend
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getResource

        public final TypedLocalObjectReference getResource()
        Description copied from interface: IngressBackend
        Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object.

        If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service".

        Specified by:
        getResource in interface IngressBackend
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object