NodeGroup constructor
NodeGroup({
- NodeGroupAutoscalingPolicy? autoscalingPolicy,
- String? creationTimestamp,
- String? description,
- String? fingerprint,
- String? id,
- String? kind,
- String? locationHint,
- String? maintenanceInterval,
- String? maintenancePolicy,
- NodeGroupMaintenanceWindow? maintenanceWindow,
- String? name,
- String? nodeTemplate,
- String? selfLink,
- int? size,
- String? status,
- String? zone,
Implementation
NodeGroup({
this.autoscalingPolicy,
this.creationTimestamp,
this.description,
this.fingerprint,
this.id,
this.kind,
this.locationHint,
this.maintenanceInterval,
this.maintenancePolicy,
this.maintenanceWindow,
this.name,
this.nodeTemplate,
this.selfLink,
this.shareSettings,
this.size,
this.status,
this.zone,
});