Uses of Class
com.oracle.bmc.cloudmigrations.model.VcpuPin
-
Packages that use VcpuPin Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of VcpuPin in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return VcpuPin Modifier and Type Method Description VcpuPinVcpuPin.Builder. build()Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type VcpuPin Modifier and Type Method Description List<VcpuPin>OlvmCpuTune. getVcpuPin()List of vCPU PinsMethods in com.oracle.bmc.cloudmigrations.model with parameters of type VcpuPin Modifier and Type Method Description VcpuPin.BuilderVcpuPin.Builder. copy(VcpuPin model)Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type VcpuPin Modifier and Type Method Description OlvmCpuTune.BuilderOlvmCpuTune.Builder. vcpuPin(List<VcpuPin> vcpuPin)List of vCPU PinsConstructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type VcpuPin Constructor Description OlvmCpuTune(List<VcpuPin> vcpuPin)Deprecated.
-