Uses of Class
com.oracle.bmc.cloudbridge.model.GpuDevice
-
Packages that use GpuDevice Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of GpuDevice in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return GpuDevice Modifier and Type Method Description GpuDevice
GpuDevice.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type GpuDevice Modifier and Type Method Description List<GpuDevice>
ComputeProperties. getGpuDevices()
List of GPU devices attached to a virtual machine.Methods in com.oracle.bmc.cloudbridge.model with parameters of type GpuDevice Modifier and Type Method Description GpuDevice.Builder
GpuDevice.Builder. copy(GpuDevice model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type GpuDevice Modifier and Type Method Description ComputeProperties.Builder
ComputeProperties.Builder. gpuDevices(List<GpuDevice> gpuDevices)
List of GPU devices attached to a virtual machine.Constructor parameters in com.oracle.bmc.cloudbridge.model with type arguments of type GpuDevice Constructor Description ComputeProperties(String primaryIp, String dnsName, String description, Integer coresCount, String cpuModel, Integer gpuDevicesCount, List<GpuDevice> gpuDevices, Integer threadsPerCoreCount, Long memoryInMBs, Boolean isPmemEnabled, Long pmemInMBs, String operatingSystem, String operatingSystemVersion, String hostName, String powerState, String guestState, Boolean isTpmEnabled, Integer connectedNetworks, Integer nicsCount, List<Nic> nics, Long storageProvisionedInMBs, Integer disksCount, List<Disk> disks, String firmware, String latencySensitivity, List<Nvdimm> nvdimms, NvdimmController nvdimmController, ScsiController scsiController, String hardwareVersion)
Deprecated.
-