OlvmHardwareInformation¶
-
class
oci.cloud_migrations.models.OlvmHardwareInformation(**kwargs)¶ Bases:
objectRepresents hardware information of host
Methods
__init__(**kwargs)Initializes a new OlvmHardwareInformation object with values from keyword arguments. Attributes
familyGets the family of this OlvmHardwareInformation. manufacturerGets the manufacturer of this OlvmHardwareInformation. product_nameGets the product_name of this OlvmHardwareInformation. serial_numberGets the serial_number of this OlvmHardwareInformation. supported_rng_sourcesGets the supported_rng_sources of this OlvmHardwareInformation. uuidGets the uuid of this OlvmHardwareInformation. versionGets the version of this OlvmHardwareInformation. -
__init__(**kwargs)¶ Initializes a new OlvmHardwareInformation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - family (str) – The value to assign to the family property of this OlvmHardwareInformation.
- manufacturer (str) – The value to assign to the manufacturer property of this OlvmHardwareInformation.
- product_name (str) – The value to assign to the product_name property of this OlvmHardwareInformation.
- serial_number (str) – The value to assign to the serial_number property of this OlvmHardwareInformation.
- supported_rng_sources (list[oci.cloud_migrations.models.RngSource]) – The value to assign to the supported_rng_sources property of this OlvmHardwareInformation.
- uuid (str) – The value to assign to the uuid property of this OlvmHardwareInformation.
- version (str) – The value to assign to the version property of this OlvmHardwareInformation.
-
family¶ Gets the family of this OlvmHardwareInformation. Type of host???s CPU.
Returns: The family of this OlvmHardwareInformation. Return type: str
-
manufacturer¶ Gets the manufacturer of this OlvmHardwareInformation. Manufacturer of the host???s machine and hardware vendor.
Returns: The manufacturer of this OlvmHardwareInformation. Return type: str
-
product_name¶ Gets the product_name of this OlvmHardwareInformation. Host???s product name (for example RHEV Hypervisor).
Returns: The product_name of this OlvmHardwareInformation. Return type: str
-
serial_number¶ Gets the serial_number of this OlvmHardwareInformation. Unique ID for host???s chassis.
Returns: The serial_number of this OlvmHardwareInformation. Return type: str
-
supported_rng_sources¶ Gets the supported_rng_sources of this OlvmHardwareInformation. Supported sources of random number generator.
Returns: The supported_rng_sources of this OlvmHardwareInformation. Return type: list[oci.cloud_migrations.models.RngSource]
-
uuid¶ Gets the uuid of this OlvmHardwareInformation. Unique ID for each host.
Returns: The uuid of this OlvmHardwareInformation. Return type: str
-
version¶ Gets the version of this OlvmHardwareInformation. Unique name for each of the manufacturer.
Returns: The version of this OlvmHardwareInformation. Return type: str
-