Class V1GRPCAction
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1GRPCAction
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1GRPCAction
extends Object
V1GRPCAction
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getPort()
Port number of the gRPC service.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()
Set port in a chainable fashion.Set service in a chainable fashion.void
Set the port property valuevoid
setService
(String service) Set the service property valuetoString()
-
Field Details
-
JSON_PROPERTY_PORT
- See Also:
-
JSON_PROPERTY_SERVICE
- See Also:
-
-
Constructor Details
-
V1GRPCAction
-
-
Method Details
-
getPort
Port number of the gRPC service. Number must be in the range 1 to 65535.- Returns:
- the port property value
-
setPort
Set the port property value -
port
Set port in a chainable fashion.- Returns:
- The same instance of V1GRPCAction for chaining.
-
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.- Returns:
- the service property value
-
setService
Set the service property value -
service
Set service in a chainable fashion.- Returns:
- The same instance of V1GRPCAction for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-