Package org.cdk8s.plus25.k8s
Interface GrpcAction
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GrpcAction.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.545Z") @Stability(Stable) public interface GrpcAction extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGrpcAction.BuilderA builder forGrpcActionstatic classGrpcAction.Jsii$ProxyAn implementation forGrpcAction
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GrpcAction.Builderbuilder()NumbergetPort()Port number of the gRPC service.default 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).
-
-
-
Method Detail
-
getPort
@Stability(Stable) @NotNull Number getPort()
Port number of the gRPC service.Number must be in the range 1 to 65535.
-
getService
@Stability(Stable) @Nullable default 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).If this is not specified, the default behavior is defined by gRPC.
-
builder
@Stability(Stable) static GrpcAction.Builder builder()
- Returns:
- a
GrpcAction.BuilderofGrpcAction
-
-