TargetPool constructor

TargetPool({
  1. String? backupPool,
  2. String? creationTimestamp,
  3. String? description,
  4. double? failoverRatio,
  5. List<String> healthChecks = const [],
  6. BigInt? id,
  7. List<String> instances = const [],
  8. String? kind,
  9. String? name,
  10. String? region,
  11. String? securityPolicy,
  12. String? selfLink,
  13. String? sessionAffinity,
})

Implementation

TargetPool({
  this.backupPool,
  this.creationTimestamp,
  this.description,
  this.failoverRatio,
  this.healthChecks = const [],
  this.id,
  this.instances = const [],
  this.kind,
  this.name,
  this.region,
  this.securityPolicy,
  this.selfLink,
  this.sessionAffinity,
}) : super(fullyQualifiedName);