OlvmHostType¶
-
class
oci.cloud_migrations.models.OlvmHostType(**kwargs)¶ Bases:
objectIndicates if the host contains a full installation of the operating system or a scaled-down version intended only to host virtual machines.
Attributes
HOST_TYPE_OVIRT_NODEA constant which can be used with the host_type property of a OlvmHostType. HOST_TYPE_RHELA constant which can be used with the host_type property of a OlvmHostType. HOST_TYPE_RHEV_HA constant which can be used with the host_type property of a OlvmHostType. host_typeGets the host_type of this OlvmHostType. Methods
__init__(**kwargs)Initializes a new OlvmHostType object with values from keyword arguments. -
HOST_TYPE_OVIRT_NODE= 'OVIRT_NODE'¶ A constant which can be used with the host_type property of a OlvmHostType. This constant has a value of “OVIRT_NODE”
-
HOST_TYPE_RHEL= 'RHEL'¶ A constant which can be used with the host_type property of a OlvmHostType. This constant has a value of “RHEL”
-
HOST_TYPE_RHEV_H= 'RHEV_H'¶ A constant which can be used with the host_type property of a OlvmHostType. This constant has a value of “RHEV_H”
-
__init__(**kwargs)¶ Initializes a new OlvmHostType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: host_type (str) – The value to assign to the host_type property of this OlvmHostType. Allowed values for this property are: “OVIRT_NODE”, “RHEL”, “RHEV_H”
-
host_type¶ Gets the host_type of this OlvmHostType. This enumerated type is used to determine which type of operating system is used by the host.
Allowed values for this property are: “OVIRT_NODE”, “RHEL”, “RHEV_H”
Returns: The host_type of this OlvmHostType. Return type: str
-