VmProperties

class oci.cloud_bridge.models.VmProperties(**kwargs)

Bases: object

Virtual machine related properties.

Methods

__init__(**kwargs) Initializes a new VmProperties object with values from keyword arguments.

Attributes

hypervisor_host Gets the hypervisor_host of this VmProperties.
hypervisor_vendor Gets the hypervisor_vendor of this VmProperties.
hypervisor_version Gets the hypervisor_version of this VmProperties.
__init__(**kwargs)

Initializes a new VmProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • hypervisor_vendor (str) – The value to assign to the hypervisor_vendor property of this VmProperties.
  • hypervisor_version (str) – The value to assign to the hypervisor_version property of this VmProperties.
  • hypervisor_host (str) – The value to assign to the hypervisor_host property of this VmProperties.
hypervisor_host

Gets the hypervisor_host of this VmProperties. Host name/IP address of VM on which the host is running.

Returns:The hypervisor_host of this VmProperties.
Return type:str
hypervisor_vendor

Gets the hypervisor_vendor of this VmProperties. Hypervisor vendor.

Returns:The hypervisor_vendor of this VmProperties.
Return type:str
hypervisor_version

Gets the hypervisor_version of this VmProperties. Hypervisor version.

Returns:The hypervisor_version of this VmProperties.
Return type:str