NodePoolAutoConfig constructor

NodePoolAutoConfig({
  1. NetworkTags? networkTags,
  2. ResourceManagerTags? resourceManagerTags,
})

Implementation

NodePoolAutoConfig({
  this.networkTags,
  this.resourceManagerTags,
});