VMAttributesResponse

constructor(acceleratorCount: VMAttributeMinMaxIntegerResponse? = null, acceleratorManufacturers: List<String>? = null, acceleratorSupport: String? = null, acceleratorTypes: List<String>? = null, architectureTypes: List<String>? = null, burstableSupport: String? = null, cpuManufacturers: List<String>? = null, dataDiskCount: VMAttributeMinMaxIntegerResponse? = null, excludedVMSizes: List<String>? = null, localStorageDiskTypes: List<String>? = null, localStorageInGiB: VMAttributeMinMaxDoubleResponse? = null, localStorageSupport: String? = null, memoryInGiB: VMAttributeMinMaxDoubleResponse, memoryInGiBPerVCpu: VMAttributeMinMaxDoubleResponse? = null, networkBandwidthInMbps: VMAttributeMinMaxDoubleResponse? = null, networkInterfaceCount: VMAttributeMinMaxIntegerResponse? = null, rdmaNetworkInterfaceCount: VMAttributeMinMaxIntegerResponse? = null, rdmaSupport: String? = null, vCpuCount: VMAttributeMinMaxIntegerResponse, vmCategories: List<String>? = null)