Package org.cdk8s.plus24
Class ServiceIngressBackendOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.ServiceIngressBackendOptions.Jsii$Proxy
-
- All Implemented Interfaces:
ServiceIngressBackendOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ServiceIngressBackendOptions
@Stability(Stable) @Internal public static final class ServiceIngressBackendOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServiceIngressBackendOptions
An implementation forServiceIngressBackendOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.ServiceIngressBackendOptions
ServiceIngressBackendOptions.Builder, ServiceIngressBackendOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(ServiceIngressBackendOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theServiceIngressBackendOptions.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
Number
getPort()
The port to use to access the service.int
hashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(ServiceIngressBackendOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theServiceIngressBackendOptions.Builder
.
-
-
Method Detail
-
getPort
public final Number getPort()
Description copied from interface:ServiceIngressBackendOptions
The port to use to access the service.- This option will fail if the service does not expose any ports.
- If the service exposes multiple ports, this option must be specified.
- If the service exposes a single port, this option is optional and if specified, it must be the same port exposed by the service.
Default: - if the service exposes a single port, this port will be used.
- Specified by:
getPort
in interfaceServiceIngressBackendOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-