HealthCheck constructor
HealthCheck({
- int? checkIntervalSec,
- String? creationTimestamp,
- String? description,
- GRPCHealthCheck? grpcHealthCheck,
- int? healthyThreshold,
- HTTP2HealthCheck? http2HealthCheck,
- HTTPHealthCheck? httpHealthCheck,
- HTTPSHealthCheck? httpsHealthCheck,
- String? id,
- String? kind,
- HealthCheckLogConfig? logConfig,
- String? name,
- String? region,
- String? selfLink,
- SSLHealthCheck? sslHealthCheck,
- TCPHealthCheck? tcpHealthCheck,
- int? timeoutSec,
- String? type,
- int? unhealthyThreshold,
Implementation
HealthCheck({
this.checkIntervalSec,
this.creationTimestamp,
this.description,
this.grpcHealthCheck,
this.healthyThreshold,
this.http2HealthCheck,
this.httpHealthCheck,
this.httpsHealthCheck,
this.id,
this.kind,
this.logConfig,
this.name,
this.region,
this.selfLink,
this.sslHealthCheck,
this.tcpHealthCheck,
this.timeoutSec,
this.type,
this.unhealthyThreshold,
});