Package org.cdk8s.plus24.k8s
Class ServiceReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.ServiceReference.Jsii$Proxy
-
- All Implemented Interfaces:
ServiceReference
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ServiceReference
@Stability(Stable) @Internal public static final class ServiceReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServiceReference
An implementation forServiceReference
-
-
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.k8s.ServiceReference
ServiceReference.Builder, ServiceReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(ServiceReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theServiceReference.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)
String
getName()
`name` is the name of the service.String
getNamespace()
`namespace` is the namespace of the service.String
getPath()
`path` is an optional URL path which will be sent in any request to this service.Number
getPort()
If specified, the port on the service that hosting webhook.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(ServiceReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theServiceReference.Builder
.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ServiceReference
`name` is the name of the service.Required
- Specified by:
getName
in interfaceServiceReference
-
getNamespace
public final String getNamespace()
Description copied from interface:ServiceReference
`namespace` is the namespace of the service.Required
- Specified by:
getNamespace
in interfaceServiceReference
-
getPath
public final String getPath()
Description copied from interface:ServiceReference
`path` is an optional URL path which will be sent in any request to this service.- Specified by:
getPath
in interfaceServiceReference
-
getPort
public final Number getPort()
Description copied from interface:ServiceReference
If specified, the port on the service that hosting webhook.Default to 443 for backward compatibility.
port
should be a valid port number (1-65535, inclusive).Default: 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).
- Specified by:
getPort
in interfaceServiceReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-