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. BigInt? id,
  11. String? kind,
  12. HealthCheckLogConfig? logConfig,
  13. String? name,
  14. String? region,
  15. String? selfLink,
  16. List<String> sourceRegions = const [],
  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 = const [],
  this.sslHealthCheck,
  this.tcpHealthCheck,
  this.timeoutSec,
  this.type,
  this.unhealthyThreshold,
}) : super(fullyQualifiedName);