OlvmGuestOperatingSystem¶
-
class
oci.cloud_migrations.models.OlvmGuestOperatingSystem(**kwargs)¶ Bases:
objectRepresents an operating system installed on the virtual machine.
Methods
__init__(**kwargs)Initializes a new OlvmGuestOperatingSystem object with values from keyword arguments. Attributes
architectureGets the architecture of this OlvmGuestOperatingSystem. codenameGets the codename of this OlvmGuestOperatingSystem. distributionGets the distribution of this OlvmGuestOperatingSystem. familyGets the family of this OlvmGuestOperatingSystem. kernelGets the kernel of this OlvmGuestOperatingSystem. versionGets the version of this OlvmGuestOperatingSystem. -
__init__(**kwargs)¶ Initializes a new OlvmGuestOperatingSystem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - architecture (str) – The value to assign to the architecture property of this OlvmGuestOperatingSystem.
- codename (str) – The value to assign to the codename property of this OlvmGuestOperatingSystem.
- distribution (str) – The value to assign to the distribution property of this OlvmGuestOperatingSystem.
- family (str) – The value to assign to the family property of this OlvmGuestOperatingSystem.
- kernel (oci.cloud_migrations.models.OlvmKernel) – The value to assign to the kernel property of this OlvmGuestOperatingSystem.
- version (oci.cloud_migrations.models.OlvmVersion) – The value to assign to the version property of this OlvmGuestOperatingSystem.
-
architecture¶ Gets the architecture of this OlvmGuestOperatingSystem. The architecture of the operating system, such as x86_64.
Returns: The architecture of this OlvmGuestOperatingSystem. Return type: str
-
codename¶ Gets the codename of this OlvmGuestOperatingSystem. Code name of the operating system, such as Maipo.
Returns: The codename of this OlvmGuestOperatingSystem. Return type: str
-
distribution¶ Gets the distribution of this OlvmGuestOperatingSystem. Full name of operating system distribution.
Returns: The distribution of this OlvmGuestOperatingSystem. Return type: str
-
family¶ Gets the family of this OlvmGuestOperatingSystem. Family of operating system, such as Linux.
Returns: The family of this OlvmGuestOperatingSystem. Return type: str
-
kernel¶ Gets the kernel of this OlvmGuestOperatingSystem.
Returns: The kernel of this OlvmGuestOperatingSystem. Return type: oci.cloud_migrations.models.OlvmKernel
-
version¶ Gets the version of this OlvmGuestOperatingSystem.
Returns: The version of this OlvmGuestOperatingSystem. Return type: oci.cloud_migrations.models.OlvmVersion
-