Package org.cdk8s.plus24.k8s
Class GrpcAction.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.GrpcAction.Jsii$Proxy
-
- All Implemented Interfaces:
GrpcAction
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GrpcAction
@Stability(Stable) @Internal public static final class GrpcAction.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GrpcAction
An implementation forGrpcAction
-
-
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.GrpcAction
GrpcAction.Builder, GrpcAction.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(GrpcAction.Builder builder)
Constructor that initializes the object based on literal property values passed by theGrpcAction.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()
Port number of the gRPC service.String
getService()
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).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(GrpcAction.Builder builder)
Constructor that initializes the object based on literal property values passed by theGrpcAction.Builder
.
-
-
Method Detail
-
getPort
public final Number getPort()
Description copied from interface:GrpcAction
Port number of the gRPC service.Number must be in the range 1 to 65535.
- Specified by:
getPort
in interfaceGrpcAction
-
getService
public final String getService()
Description copied from interface:GrpcAction
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).If this is not specified, the default behavior is defined by gRPC.
- Specified by:
getService
in interfaceGrpcAction
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-