Node Args
fun NodeArgs(acceleratorConfig: Output<AcceleratorConfigArgs>? = null, acceleratorType: Output<String>? = null, cidrBlock: Output<String>? = null, dataDisks: Output<List<AttachedDiskArgs>>? = null, description: Output<String>? = null, health: Output<NodeHealth>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, metadata: Output<Map<String, String>>? = null, networkConfig: Output<NetworkConfigArgs>? = null, nodeId: Output<String>? = null, project: Output<String>? = null, runtimeVersion: Output<String>? = null, schedulingConfig: Output<SchedulingConfigArgs>? = null, serviceAccount: Output<ServiceAccountArgs>? = null, shieldedInstanceConfig: Output<ShieldedInstanceConfigArgs>? = null, tags: Output<List<String>>? = null)