NodeConfig constructor

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

Implementation

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