OlvmVmSummary

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

Bases: object

Type containing information related to virtual machines on a particular host.

Methods

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

Attributes

active Gets the active of this OlvmVmSummary.
migrating Gets the migrating of this OlvmVmSummary.
total Gets the total of this OlvmVmSummary.
__init__(**kwargs)

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

Parameters:
  • active (int) – The value to assign to the active property of this OlvmVmSummary.
  • migrating (int) – The value to assign to the migrating property of this OlvmVmSummary.
  • total (int) – The value to assign to the total property of this OlvmVmSummary.
active

Gets the active of this OlvmVmSummary. The number of virtual machines active on the host.

Returns:The active of this OlvmVmSummary.
Return type:int
migrating

Gets the migrating of this OlvmVmSummary. The number of virtual machines migrating to or from the host.

Returns:The migrating of this OlvmVmSummary.
Return type:int
total

Gets the total of this OlvmVmSummary. The number of virtual machines present on the host.

Returns:The total of this OlvmVmSummary.
Return type:int