ComputeEngineTargetDefaultsArgs

fun ComputeEngineTargetDefaultsArgs(additionalLicenses: Output<List<String>>? = null, computeScheduling: Output<ComputeSchedulingArgs>? = null, diskType: Output<ComputeEngineTargetDefaultsDiskType>? = null, hostname: Output<String>? = null, labels: Output<Map<String, String>>? = null, licenseType: Output<ComputeEngineTargetDefaultsLicenseType>? = null, machineType: Output<String>? = null, machineTypeSeries: Output<String>? = null, metadata: Output<Map<String, String>>? = null, networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, networkTags: Output<List<String>>? = null, secureBoot: Output<Boolean>? = null, serviceAccount: Output<String>? = null, targetProject: Output<String>? = null, vmName: Output<String>? = null, zone: Output<String>? = null)