ComposerEnvironmentConfigNodeConfig constructor

const ComposerEnvironmentConfigNodeConfig({
  1. TfArg<String>? composerInternalIpv4CidrBlock,
  2. TfArg<String>? composerNetworkAttachment,
  3. TfArg<num>? diskSizeGb,
  4. TfArg<bool>? enableIpMasqAgent,
  5. TfArg<String>? machineType,
  6. TfArg<String>? network,
  7. TfArg<List<Object?>>? oauthScopes,
  8. TfArg<String>? serviceAccount,
  9. TfArg<String>? subnetwork,
  10. TfArg<List<Object?>>? tags,
  11. TfArg<String>? zone,
  12. ComposerEnvironmentConfigNodeConfigIpAllocationPolicy? ipAllocationPolicy,
})

Implementation

const ComposerEnvironmentConfigNodeConfig({
  this.composerInternalIpv4CidrBlock,
  this.composerNetworkAttachment,
  this.diskSizeGb,
  this.enableIpMasqAgent,
  this.machineType,
  this.network,
  this.oauthScopes,
  this.serviceAccount,
  this.subnetwork,
  this.tags,
  this.zone,
  this.ipAllocationPolicy,
});