ComposerEnvironmentConfigNodeConfig constructor
const
ComposerEnvironmentConfigNodeConfig({
- TfArg<
String> ? composerInternalIpv4CidrBlock, - TfArg<
String> ? composerNetworkAttachment, - TfArg<
num> ? diskSizeGb, - TfArg<
bool> ? enableIpMasqAgent, - TfArg<
String> ? machineType, - TfArg<
String> ? network, - TfArg<
List< ? oauthScopes,Object?> > - TfArg<
String> ? serviceAccount, - TfArg<
String> ? subnetwork, - TfArg<
List< ? tags,Object?> > - TfArg<
String> ? zone, - 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,
});