OlvmHostStatus

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

Bases: object

Type representing a host status.

Attributes

STATUS_CONNECTING A constant which can be used with the status property of a OlvmHostStatus.
STATUS_DOWN A constant which can be used with the status property of a OlvmHostStatus.
STATUS_ERROR A constant which can be used with the status property of a OlvmHostStatus.
STATUS_INITIALIZING A constant which can be used with the status property of a OlvmHostStatus.
STATUS_INSTALLING A constant which can be used with the status property of a OlvmHostStatus.
STATUS_INSTALLING_OS A constant which can be used with the status property of a OlvmHostStatus.
STATUS_INSTALL_FAILED A constant which can be used with the status property of a OlvmHostStatus.
STATUS_KDUMPING A constant which can be used with the status property of a OlvmHostStatus.
STATUS_MAINTENANCE A constant which can be used with the status property of a OlvmHostStatus.
STATUS_NON_OPERATIONAL A constant which can be used with the status property of a OlvmHostStatus.
STATUS_NON_RESPONSIVE A constant which can be used with the status property of a OlvmHostStatus.
STATUS_PENDING_APPROVAL A constant which can be used with the status property of a OlvmHostStatus.
STATUS_PREPARING_FOR_MAINTENANCE A constant which can be used with the status property of a OlvmHostStatus.
STATUS_REBOOT A constant which can be used with the status property of a OlvmHostStatus.
STATUS_UNASSIGNED A constant which can be used with the status property of a OlvmHostStatus.
STATUS_UP A constant which can be used with the status property of a OlvmHostStatus.
status Gets 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