NodeConfig constructor

NodeConfig({
  1. int? diskSizeGb,
  2. bool? enableIpMasqAgent,
  3. IPAllocationPolicy? ipAllocationPolicy,
  4. String? location,
  5. String? machineType,
  6. String? network,
  7. List<String>? oauthScopes,
  8. String? serviceAccount,
  9. String? subnetwork,
  10. List<String>? tags,
})

Implementation

NodeConfig({
  this.diskSizeGb,
  this.enableIpMasqAgent,
  this.ipAllocationPolicy,
  this.location,
  this.machineType,
  this.network,
  this.oauthScopes,
  this.serviceAccount,
  this.subnetwork,
  this.tags,
});