OlvmHostStatus¶
-
class
oci.cloud_migrations.models.OlvmHostStatus(**kwargs)¶ Bases:
objectType representing a host status.
Attributes
STATUS_CONNECTINGA constant which can be used with the status property of a OlvmHostStatus. STATUS_DOWNA constant which can be used with the status property of a OlvmHostStatus. STATUS_ERRORA constant which can be used with the status property of a OlvmHostStatus. STATUS_INITIALIZINGA constant which can be used with the status property of a OlvmHostStatus. STATUS_INSTALLINGA constant which can be used with the status property of a OlvmHostStatus. STATUS_INSTALLING_OSA constant which can be used with the status property of a OlvmHostStatus. STATUS_INSTALL_FAILEDA constant which can be used with the status property of a OlvmHostStatus. STATUS_KDUMPINGA constant which can be used with the status property of a OlvmHostStatus. STATUS_MAINTENANCEA constant which can be used with the status property of a OlvmHostStatus. STATUS_NON_OPERATIONALA constant which can be used with the status property of a OlvmHostStatus. STATUS_NON_RESPONSIVEA constant which can be used with the status property of a OlvmHostStatus. STATUS_PENDING_APPROVALA constant which can be used with the status property of a OlvmHostStatus. STATUS_PREPARING_FOR_MAINTENANCEA constant which can be used with the status property of a OlvmHostStatus. STATUS_REBOOTA constant which can be used with the status property of a OlvmHostStatus. STATUS_UNASSIGNEDA constant which can be used with the status property of a OlvmHostStatus. STATUS_UPA constant which can be used with the status property of a OlvmHostStatus. statusGets the status of this OlvmHostStatus. Methods
__init__(**kwargs)Initializes a new OlvmHostStatus object with values from keyword arguments. -
STATUS_CONNECTING= 'CONNECTING'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “CONNECTING”
-
STATUS_DOWN= 'DOWN'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “DOWN”
-
STATUS_ERROR= 'ERROR'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “ERROR”
-
STATUS_INITIALIZING= 'INITIALIZING'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “INITIALIZING”
-
STATUS_INSTALLING= 'INSTALLING'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “INSTALLING”
-
STATUS_INSTALLING_OS= 'INSTALLING_OS'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “INSTALLING_OS”
-
STATUS_INSTALL_FAILED= 'INSTALL_FAILED'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “INSTALL_FAILED”
-
STATUS_KDUMPING= 'KDUMPING'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “KDUMPING”
-
STATUS_MAINTENANCE= 'MAINTENANCE'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “MAINTENANCE”
-
STATUS_NON_OPERATIONAL= 'NON_OPERATIONAL'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “NON_OPERATIONAL”
-
STATUS_NON_RESPONSIVE= 'NON_RESPONSIVE'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “NON_RESPONSIVE”
-
STATUS_PENDING_APPROVAL= 'PENDING_APPROVAL'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “PENDING_APPROVAL”
-
STATUS_PREPARING_FOR_MAINTENANCE= 'PREPARING_FOR_MAINTENANCE'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “PREPARING_FOR_MAINTENANCE”
-
STATUS_REBOOT= 'REBOOT'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “REBOOT”
-
STATUS_UNASSIGNED= 'UNASSIGNED'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “UNASSIGNED”
-
STATUS_UP= 'UP'¶ A constant which can be used with the status property of a OlvmHostStatus. This constant has a value of “UP”
-
__init__(**kwargs)¶ Initializes a new OlvmHostStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: status (str) – The value to assign to the status property of this OlvmHostStatus. Allowed values for this property are: “CONNECTING”, “DOWN”, “ERROR”, “INITIALIZING”, “INSTALL_FAILED”, “INSTALLING”, “INSTALLING_OS”, “KDUMPING”, “MAINTENANCE”, “NON_OPERATIONAL”, “NON_RESPONSIVE”, “PENDING_APPROVAL”, “PREPARING_FOR_MAINTENANCE”, “REBOOT”, “UNASSIGNED”, “UP”
-
status¶ Gets the status of this OlvmHostStatus. Type representing a host status.
Allowed values for this property are: “CONNECTING”, “DOWN”, “ERROR”, “INITIALIZING”, “INSTALL_FAILED”, “INSTALLING”, “INSTALLING_OS”, “KDUMPING”, “MAINTENANCE”, “NON_OPERATIONAL”, “NON_RESPONSIVE”, “PENDING_APPROVAL”, “PREPARING_FOR_MAINTENANCE”, “REBOOT”, “UNASSIGNED”, “UP”
Returns: The status of this OlvmHostStatus. Return type: str
-