VmwareNodePool constructor

VmwareNodePool({
  1. Map<String, String>? annotations,
  2. VmwareNodeConfig? config,
  3. String? createTime,
  4. String? deleteTime,
  5. String? displayName,
  6. String? etag,
  7. String? name,
  8. VmwareNodePoolAutoscalingConfig? nodePoolAutoscaling,
  9. String? onPremVersion,
  10. bool? reconciling,
  11. String? state,
  12. ResourceStatus? status,
  13. String? uid,
  14. String? updateTime,
})

Implementation

VmwareNodePool({
  this.annotations,
  this.config,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.etag,
  this.name,
  this.nodePoolAutoscaling,
  this.onPremVersion,
  this.reconciling,
  this.state,
  this.status,
  this.uid,
  this.updateTime,
});