InstanceArgs

fun InstanceArgs(hyperthreadingEnabled: Output<Boolean>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, logicalInterfaces: Output<List<GoogleCloudBaremetalsolutionV2LogicalInterfaceArgs>>? = null, luns: Output<List<LunArgs>>? = null, machineType: Output<String>? = null, name: Output<String>? = null, networkTemplate: Output<String>? = null, osImage: Output<String>? = null, pod: Output<String>? = null, project: Output<String>? = null, volumes: Output<List<VolumeArgs>>? = null, workloadProfile: Output<InstanceWorkloadProfile>? = null)