OlvmCpuTune¶
-
class
oci.cloud_migrations.models.OlvmCpuTune(**kwargs)¶ Bases:
objectCPU Tune in OLVM
Methods
__init__(**kwargs)Initializes a new OlvmCpuTune object with values from keyword arguments. Attributes
vcpu_pinGets the vcpu_pin of this OlvmCpuTune. -
__init__(**kwargs)¶ Initializes a new OlvmCpuTune object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: vcpu_pin (list[oci.cloud_migrations.models.VcpuPin]) – The value to assign to the vcpu_pin property of this OlvmCpuTune.
-
vcpu_pin¶ Gets the vcpu_pin of this OlvmCpuTune. List of vCPU Pins
Returns: The vcpu_pin of this OlvmCpuTune. Return type: list[oci.cloud_migrations.models.VcpuPin]
-