Node Config Args
constructor(diskSizeGb: Output<Int>? = null, enableIpMasqAgent: Output<Boolean>? = null, ipAllocationPolicy: Output<IPAllocationPolicyArgs>? = null, location: Output<String>? = null, machineType: Output<String>? = null, network: Output<String>? = null, oauthScopes: Output<List<String>>? = null, serviceAccount: Output<String>? = null, subnetwork: Output<String>? = null, tags: Output<List<String>>? = null)