Package com.ibm.cloud.is.vpc.v1.model
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InstanceGPU.Manufacturer
The GPU manufacturer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCount()
Gets the count.String
getManufacturer()
Gets the manufacturer.Long
getMemory()
Gets the memory.String
getModel()
Gets the model.
-
-
-
Method Detail
-
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. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- 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
-
-