VMAttributesArgs

constructor(acceleratorCount: Output<VMAttributeMinMaxIntegerArgs>? = null, acceleratorManufacturers: Output<List<Either<String, AcceleratorManufacturer>>>? = null, acceleratorSupport: Output<Either<String, VMAttributeSupport>>? = null, acceleratorTypes: Output<List<Either<String, AcceleratorType>>>? = null, architectureTypes: Output<List<Either<String, ArchitectureType>>>? = null, burstableSupport: Output<Either<String, VMAttributeSupport>>? = null, cpuManufacturers: Output<List<Either<String, CpuManufacturer>>>? = null, dataDiskCount: Output<VMAttributeMinMaxIntegerArgs>? = null, excludedVMSizes: Output<List<String>>? = null, localStorageDiskTypes: Output<List<Either<String, LocalStorageDiskType>>>? = null, localStorageInGiB: Output<VMAttributeMinMaxDoubleArgs>? = null, localStorageSupport: Output<Either<String, VMAttributeSupport>>? = null, memoryInGiB: Output<VMAttributeMinMaxDoubleArgs>, memoryInGiBPerVCpu: Output<VMAttributeMinMaxDoubleArgs>? = null, networkBandwidthInMbps: Output<VMAttributeMinMaxDoubleArgs>? = null, networkInterfaceCount: Output<VMAttributeMinMaxIntegerArgs>? = null, rdmaNetworkInterfaceCount: Output<VMAttributeMinMaxIntegerArgs>? = null, rdmaSupport: Output<Either<String, VMAttributeSupport>>? = null, vCpuCount: Output<VMAttributeMinMaxIntegerArgs>, vmCategories: Output<List<Either<String, VMCategory>>>? = null)