Class InstanceGPU

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.InstanceGPU
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class InstanceGPU extends com.ibm.cloud.sdk.core.service.model.GenericModel
The virtual server instance GPU configuration.
  • Method Details

    • getCount

      public Long getCount()
      Gets the count. The number of GPUs assigned to the instance.
      Returns:
      the count
    • getManufacturer

      public String getManufacturer()
      Gets the manufacturer. The GPU manufacturer.
      Returns:
      the manufacturer
    • getMemory

      public Long getMemory()
      Gets the memory. The overall amount of GPU memory in GiB (gibibytes).
      Returns:
      the memory
    • getModel

      public String getModel()
      Gets the model. The GPU model.
      Returns:
      the model