Package com.ibm.cloud.is.vpc.v1.model
Class VCPU
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VCPU
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VCPU extends com.ibm.cloud.sdk.core.service.model.GenericModel
The VCPU configuration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArchitecture()
Gets the architecture.Long
getCount()
Gets the count.String
getManufacturer()
Gets the manufacturer.
-
-
-
Method Detail
-
getArchitecture
public String getArchitecture()
Gets the architecture. The VCPU architecture.- Returns:
- the architecture
-
getCount
public Long getCount()
Gets the count. The number of VCPUs assigned.- Returns:
- the count
-
getManufacturer
public String getManufacturer()
Gets the manufacturer. The VCPU manufacturer.- Returns:
- the manufacturer
-
-