ComputeHealthCheckGrpcHealthCheckConfig class
grpc_health_check block. Probes via the gRPC Health Checking
Protocol (grpc.health.v1.Health/Check).
- Annotations
-
- @immutable
Constructors
-
ComputeHealthCheckGrpcHealthCheckConfig({TfArg<
int> ? port, TfArg<String> ? portName, HealthCheckPortSpecification? portSpecification, TfArg<String> ? grpcServiceName}) -
const
Properties
-
grpcServiceName
→ TfArg<
String> ? -
gRPC service name passed in the
servicefield of the Check RPC. Empty means "report aggregate server health"; a non-empty name scopes the check to a specific registered service. ASCII only.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
port
→ TfArg<
int> ? -
Port number. Must be set if
port_specificationis HealthCheckPortSpecification.useFixedPort andportNameis unset. Valid 1-65535.final -
portName
→ TfArg<
String> ? -
final
- portSpecification → HealthCheckPortSpecification?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArgMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited