NodeGroup constructor

NodeGroup({
  1. NodeGroupAutoscalingPolicy? autoscalingPolicy,
  2. String? creationTimestamp,
  3. String? description,
  4. String? fingerprint,
  5. String? id,
  6. String? kind,
  7. String? locationHint,
  8. String? maintenancePolicy,
  9. NodeGroupMaintenanceWindow? maintenanceWindow,
  10. String? name,
  11. String? nodeTemplate,
  12. String? selfLink,
  13. ShareSettings? shareSettings,
  14. int? size,
  15. String? status,
  16. String? zone,
})

Implementation

NodeGroup({
  this.autoscalingPolicy,
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.id,
  this.kind,
  this.locationHint,
  this.maintenancePolicy,
  this.maintenanceWindow,
  this.name,
  this.nodeTemplate,
  this.selfLink,
  this.shareSettings,
  this.size,
  this.status,
  this.zone,
});