HealthCheck constructor

HealthCheck({
  1. int? checkIntervalSec,
  2. String? creationTimestamp,
  3. String? description,
  4. GRPCHealthCheck? grpcHealthCheck,
  5. GRPCTLSHealthCheck? grpcTlsHealthCheck,
  6. int? healthyThreshold,
  7. HTTP2HealthCheck? http2HealthCheck,
  8. HTTPHealthCheck? httpHealthCheck,
  9. HTTPSHealthCheck? httpsHealthCheck,
  10. String? id,
  11. String? kind,
  12. HealthCheckLogConfig? logConfig,
  13. String? name,
  14. String? region,
  15. String? selfLink,
  16. List<String>? sourceRegions,
  17. SSLHealthCheck? sslHealthCheck,
  18. TCPHealthCheck? tcpHealthCheck,
  19. int? timeoutSec,
  20. String? type,
  21. int? unhealthyThreshold,
})

Implementation

HealthCheck({
  this.checkIntervalSec,
  this.creationTimestamp,
  this.description,
  this.grpcHealthCheck,
  this.grpcTlsHealthCheck,
  this.healthyThreshold,
  this.http2HealthCheck,
  this.httpHealthCheck,
  this.httpsHealthCheck,
  this.id,
  this.kind,
  this.logConfig,
  this.name,
  this.region,
  this.selfLink,
  this.sourceRegions,
  this.sslHealthCheck,
  this.tcpHealthCheck,
  this.timeoutSec,
  this.type,
  this.unhealthyThreshold,
});