NodeConfig constructor
NodeConfig({
- String? composerInternalIpv4CidrBlock,
- String? composerNetworkAttachment,
- int? diskSizeGb,
- bool? enableIpMasqAgent,
- IPAllocationPolicy? ipAllocationPolicy,
- String? location,
- String? machineType,
- String? network,
- List<
String> ? oauthScopes, - String? serviceAccount,
- String? subnetwork,
- 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,
});