Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceProfileVCPU
-
Packages that use InstanceProfileVCPU Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceProfileVCPU in com.ibm.cloud.is.vpc.v1.model
Subclasses of InstanceProfileVCPU in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
InstanceProfileVCPUDependent
The VCPU count for an instance with this profile depends on its configuration.class
InstanceProfileVCPUEnum
The permitted values for VCPU count for an instance with this profile.class
InstanceProfileVCPUFixed
The VCPU count for an instance with this profile.class
InstanceProfileVCPURange
The permitted range for VCPU count for an instance with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return InstanceProfileVCPU Modifier and Type Method Description InstanceProfileVCPU
InstanceProfile. getVcpuCount()
Gets the vcpuCount.
-