HostInfo

class oci.dblm.models.HostInfo(**kwargs)

Bases: object

The Host Info.

Methods

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

Attributes

host_cores [Required] Gets the host_cores of this HostInfo.
host_name [Required] Gets the host_name of this HostInfo.
__init__(**kwargs)

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

Parameters:
  • host_name (str) – The value to assign to the host_name property of this HostInfo.
  • host_cores (int) – The value to assign to the host_cores property of this HostInfo.
host_cores

[Required] Gets the host_cores of this HostInfo. Number of host cores.

Returns:The host_cores of this HostInfo.
Return type:int
host_name

[Required] Gets the host_name of this HostInfo. The name of the host.

Returns:The host_name of this HostInfo.
Return type:str