Package org.cdk8s.plus25.k8s
Class GrpcAction.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.GrpcAction
GrpcAction.Builder, GrpcAction.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GrpcAction.Builder builder)Constructor that initializes the object based on literal property values passed by theGrpcAction.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()Port number of the gRPC service.StringgetService()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).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(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:GrpcActionPort number of the gRPC service.Number must be in the range 1 to 65535.
- Specified by:
getPortin interfaceGrpcAction
-
getService
public final String getService()
Description copied from interface:GrpcActionService 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:
getServicein interfaceGrpcAction
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-