VmwareNodePool constructor
VmwareNodePool({
- Map<
String, String> ? annotations, - VmwareNodeConfig? config,
- String? createTime,
- String? deleteTime,
- String? displayName,
- String? etag,
- String? name,
- VmwareNodePoolAutoscalingConfig? nodePoolAutoscaling,
- String? onPremVersion,
- bool? reconciling,
- String? state,
- ResourceStatus? status,
- String? uid,
- 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,
});