NodeArgs

fun NodeArgs(acceleratorType: Output<String>? = null, cidrBlock: Output<String>? = null, description: Output<String>? = null, health: Output<NodeHealth>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, network: Output<String>? = null, nodeId: Output<String>? = null, project: Output<String>? = null, schedulingConfig: Output<SchedulingConfigArgs>? = null, tensorflowVersion: Output<String>? = null, useServiceNetworking: Output<Boolean>? = null)