Package org.cdk8s.plus25
Class ServiceIngressBackendOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.ServiceIngressBackendOptions
ServiceIngressBackendOptions.Builder, ServiceIngressBackendOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ServiceIngressBackendOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theServiceIngressBackendOptions.Builder.protectedJsii$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()booleanequals(Object o)NumbergetPort()The port to use to access the service.inthashCode()
-
-
-
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:ServiceIngressBackendOptionsThe 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:
getPortin interfaceServiceIngressBackendOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-