HostInstanceMap¶
-
class
oci.opsi.models.
HostInstanceMap
(**kwargs)¶ Bases:
object
Object containing hostname and instance name mapping.
Methods
__init__
(**kwargs)Initializes a new HostInstanceMap object with values from keyword arguments. Attributes
host_name
[Required] Gets the host_name of this HostInstanceMap. instance_name
[Required] Gets the instance_name of this HostInstanceMap. -
__init__
(**kwargs)¶ Initializes a new HostInstanceMap 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 HostInstanceMap.
- instance_name (str) – The value to assign to the instance_name property of this HostInstanceMap.
-
host_name
¶ [Required] Gets the host_name of this HostInstanceMap. The hostname of the database insight resource.
Returns: The host_name of this HostInstanceMap. Return type: str
-
instance_name
¶ [Required] Gets the instance_name of this HostInstanceMap. The instance name of the database insight resource.
Returns: The instance_name of this HostInstanceMap. Return type: str
-