OlvmHostedEngine

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

Bases: object

The self-hosted engine status of this host.

Methods

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

Attributes

is_active Gets the is_active of this OlvmHostedEngine.
is_configured Gets the is_configured of this OlvmHostedEngine.
is_global_maintenance Gets the is_global_maintenance of this OlvmHostedEngine.
is_local_maintenance Gets the is_local_maintenance of this OlvmHostedEngine.
score Gets the score of this OlvmHostedEngine.
__init__(**kwargs)

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

Parameters:
  • is_active (bool) – The value to assign to the is_active property of this OlvmHostedEngine.
  • is_configured (bool) – The value to assign to the is_configured property of this OlvmHostedEngine.
  • is_global_maintenance (bool) – The value to assign to the is_global_maintenance property of this OlvmHostedEngine.
  • is_local_maintenance (bool) – The value to assign to the is_local_maintenance property of this OlvmHostedEngine.
  • score (int) – The value to assign to the score property of this OlvmHostedEngine.
is_active

Gets the is_active of this OlvmHostedEngine. Indicates if this hosted engine is active.

Returns:The is_active of this OlvmHostedEngine.
Return type:bool
is_configured

Gets the is_configured of this OlvmHostedEngine. Indicates if this hosted engine is configured.

Returns:The is_configured of this OlvmHostedEngine.
Return type:bool
is_global_maintenance

Gets the is_global_maintenance of this OlvmHostedEngine. Indicates if this hosted engine under global maintenance.

Returns:The is_global_maintenance of this OlvmHostedEngine.
Return type:bool
is_local_maintenance

Gets the is_local_maintenance of this OlvmHostedEngine. Indicates if this hosted engine under local maintenance.

Returns:The is_local_maintenance of this OlvmHostedEngine.
Return type:bool
score

Gets the score of this OlvmHostedEngine. A numerical value representing the health and status of the Manager virtual machine

Returns:The score of this OlvmHostedEngine.
Return type:int