OlvmVmSummary¶
-
class
oci.cloud_migrations.models.OlvmVmSummary(**kwargs)¶ Bases:
objectType containing information related to virtual machines on a particular host.
Methods
__init__(**kwargs)Initializes a new OlvmVmSummary object with values from keyword arguments. Attributes
activeGets the active of this OlvmVmSummary. migratingGets the migrating of this OlvmVmSummary. totalGets 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
-