OlvmCore

class oci.cloud_migrations.models.OlvmCore(**kwargs)

Bases: object

Core of the CPU in OLVM

Methods

__init__(**kwargs) Initializes a new OlvmCore object with values from keyword arguments.

Attributes

index Gets the index of this OlvmCore.
socket Gets the socket of this OlvmCore.
__init__(**kwargs)

Initializes a new OlvmCore object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • index (int) – The value to assign to the index property of this OlvmCore.
  • socket (int) – The value to assign to the socket property of this OlvmCore.
index

Gets the index of this OlvmCore. Index of this CPU core

Returns:The index of this OlvmCore.
Return type:int
socket

Gets the socket of this OlvmCore. Socket of this CPU core

Returns:The socket of this OlvmCore.
Return type:int