VcpuPin¶
-
class
oci.cloud_migrations.models.VcpuPin(**kwargs)¶ Bases:
objectvCPU Pin
Methods
__init__(**kwargs)Initializes a new VcpuPin object with values from keyword arguments. Attributes
cpu_setGets the cpu_set of this VcpuPin. vcpuGets the vcpu of this VcpuPin. -
__init__(**kwargs)¶ Initializes a new VcpuPin object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cpu_set (str) – The value to assign to the cpu_set property of this VcpuPin.
- vcpu (int) – The value to assign to the vcpu property of this VcpuPin.
-
cpu_set¶ Gets the cpu_set of this VcpuPin. CPU Set
Returns: The cpu_set of this VcpuPin. Return type: str
-
vcpu¶ Gets the vcpu of this VcpuPin. vCPU number
Returns: The vcpu of this VcpuPin. Return type: int
-