HostInsightSummary

class oci.opsi.models.HostInsightSummary(**kwargs)

Bases: object

Summary of a host insight resource.

Attributes

ENTITY_SOURCE_EM_MANAGED_EXTERNAL_HOST A constant which can be used with the entity_source property of a HostInsightSummary.
ENTITY_SOURCE_MACS_MANAGED_CLOUD_HOST A constant which can be used with the entity_source property of a HostInsightSummary.
ENTITY_SOURCE_MACS_MANAGED_EXTERNAL_HOST A constant which can be used with the entity_source property of a HostInsightSummary.
ENTITY_SOURCE_PE_COMANAGED_HOST A constant which can be used with the entity_source property of a HostInsightSummary.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a HostInsightSummary.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a HostInsightSummary.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a HostInsightSummary.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a HostInsightSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a HostInsightSummary.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a HostInsightSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a HostInsightSummary.
STATUS_DISABLED A constant which can be used with the status property of a HostInsightSummary.
STATUS_ENABLED A constant which can be used with the status property of a HostInsightSummary.
STATUS_TERMINATED A constant which can be used with the status property of a HostInsightSummary.
compartment_id [Required] Gets the compartment_id of this HostInsightSummary.
defined_tags Gets the defined_tags of this HostInsightSummary.
entity_source [Required] Gets the entity_source of this HostInsightSummary.
freeform_tags Gets the freeform_tags of this HostInsightSummary.
host_display_name Gets the host_display_name of this HostInsightSummary.
host_name [Required] Gets the host_name of this HostInsightSummary.
host_type Gets the host_type of this HostInsightSummary.
id [Required] Gets the id of this HostInsightSummary.
lifecycle_details Gets the lifecycle_details of this HostInsightSummary.
lifecycle_state Gets the lifecycle_state of this HostInsightSummary.
opsi_private_endpoint_id Gets the opsi_private_endpoint_id of this HostInsightSummary.
processor_count Gets the processor_count of this HostInsightSummary.
status Gets the status of this HostInsightSummary.
system_tags Gets the system_tags of this HostInsightSummary.
time_created Gets the time_created of this HostInsightSummary.
time_updated Gets the time_updated of this HostInsightSummary.

Methods

__init__(**kwargs) Initializes a new HostInsightSummary object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
ENTITY_SOURCE_EM_MANAGED_EXTERNAL_HOST = 'EM_MANAGED_EXTERNAL_HOST'

A constant which can be used with the entity_source property of a HostInsightSummary. This constant has a value of “EM_MANAGED_EXTERNAL_HOST”

ENTITY_SOURCE_MACS_MANAGED_CLOUD_HOST = 'MACS_MANAGED_CLOUD_HOST'

A constant which can be used with the entity_source property of a HostInsightSummary. This constant has a value of “MACS_MANAGED_CLOUD_HOST”

ENTITY_SOURCE_MACS_MANAGED_EXTERNAL_HOST = 'MACS_MANAGED_EXTERNAL_HOST'

A constant which can be used with the entity_source property of a HostInsightSummary. This constant has a value of “MACS_MANAGED_EXTERNAL_HOST”

ENTITY_SOURCE_PE_COMANAGED_HOST = 'PE_COMANAGED_HOST'

A constant which can be used with the entity_source property of a HostInsightSummary. This constant has a value of “PE_COMANAGED_HOST”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a HostInsightSummary. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a HostInsightSummary. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a HostInsightSummary. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a HostInsightSummary. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a HostInsightSummary. This constant has a value of “FAILED”

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a HostInsightSummary. This constant has a value of “NEEDS_ATTENTION”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a HostInsightSummary. This constant has a value of “UPDATING”

STATUS_DISABLED = 'DISABLED'

A constant which can be used with the status property of a HostInsightSummary. This constant has a value of “DISABLED”

STATUS_ENABLED = 'ENABLED'

A constant which can be used with the status property of a HostInsightSummary. This constant has a value of “ENABLED”

STATUS_TERMINATED = 'TERMINATED'

A constant which can be used with the status property of a HostInsightSummary. This constant has a value of “TERMINATED”

__init__(**kwargs)

Initializes a new HostInsightSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • entity_source (str) – The value to assign to the entity_source property of this HostInsightSummary. Allowed values for this property are: “MACS_MANAGED_EXTERNAL_HOST”, “EM_MANAGED_EXTERNAL_HOST”, “MACS_MANAGED_CLOUD_HOST”, “PE_COMANAGED_HOST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • id (str) – The value to assign to the id property of this HostInsightSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this HostInsightSummary.
  • host_name (str) – The value to assign to the host_name property of this HostInsightSummary.
  • host_display_name (str) – The value to assign to the host_display_name property of this HostInsightSummary.
  • host_type (str) – The value to assign to the host_type property of this HostInsightSummary.
  • processor_count (int) – The value to assign to the processor_count property of this HostInsightSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this HostInsightSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this HostInsightSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this HostInsightSummary.
  • opsi_private_endpoint_id (str) – The value to assign to the opsi_private_endpoint_id property of this HostInsightSummary.
  • status (str) – The value to assign to the status property of this HostInsightSummary. Allowed values for this property are: “DISABLED”, “ENABLED”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this HostInsightSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this HostInsightSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this HostInsightSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this HostInsightSummary.
compartment_id

[Required] Gets the compartment_id of this HostInsightSummary. The OCID of the compartment.

Returns:The compartment_id of this HostInsightSummary.
Return type:str
defined_tags

Gets the defined_tags of this HostInsightSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this HostInsightSummary.
Return type:dict(str, dict(str, object))
entity_source

[Required] Gets the entity_source of this HostInsightSummary. Source of the host entity.

Allowed values for this property are: “MACS_MANAGED_EXTERNAL_HOST”, “EM_MANAGED_EXTERNAL_HOST”, “MACS_MANAGED_CLOUD_HOST”, “PE_COMANAGED_HOST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The entity_source of this HostInsightSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this HostInsightSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this HostInsightSummary.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

host_display_name

Gets the host_display_name of this HostInsightSummary. The user-friendly name for the host. The name does not have to be unique.

Returns:The host_display_name of this HostInsightSummary.
Return type:str
host_name

[Required] Gets the host_name of this HostInsightSummary. The host name. The host name is unique amongst the hosts managed by the same management agent.

Returns:The host_name of this HostInsightSummary.
Return type:str
host_type

Gets the host_type of this HostInsightSummary. Operations Insights internal representation of the host type. Possible value is EXTERNAL-HOST.

Returns:The host_type of this HostInsightSummary.
Return type:str
id

[Required] Gets the id of this HostInsightSummary. The OCID of the host insight resource.

Returns:The id of this HostInsightSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this HostInsightSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

Returns:The lifecycle_details of this HostInsightSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this HostInsightSummary. The current state of the host.

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this HostInsightSummary.
Return type:str
opsi_private_endpoint_id

Gets the opsi_private_endpoint_id of this HostInsightSummary. The OCID of the OPSI private endpoint

Returns:The opsi_private_endpoint_id of this HostInsightSummary.
Return type:str
processor_count

Gets the processor_count of this HostInsightSummary. Processor count. This is the OCPU count for Autonomous Database and CPU core count for other database types.

Returns:The processor_count of this HostInsightSummary.
Return type:int
status

Gets the status of this HostInsightSummary. Indicates the status of a host insight in Operations Insights

Allowed values for this property are: “DISABLED”, “ENABLED”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this HostInsightSummary.
Return type:str
system_tags

Gets the system_tags of this HostInsightSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this HostInsightSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this HostInsightSummary. The time the the host insight was first enabled. An RFC3339 formatted datetime string

Returns:The time_created of this HostInsightSummary.
Return type:datetime
time_updated

Gets the time_updated of this HostInsightSummary. The time the host insight was updated. An RFC3339 formatted datetime string

Returns:The time_updated of this HostInsightSummary.
Return type:datetime