MacsManagedCloudHostInsight

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

Bases: oci.opsi.models.host_insight.HostInsight

MACS-managed OCI Compute host insight resource.

Attributes

ENTITY_SOURCE_EM_MANAGED_EXTERNAL_HOST str(object=’’) -> str
ENTITY_SOURCE_MACS_MANAGED_CLOUD_HOST str(object=’’) -> str
ENTITY_SOURCE_MACS_MANAGED_EXTERNAL_HOST str(object=’’) -> str
ENTITY_SOURCE_PE_COMANAGED_HOST str(object=’’) -> str
LIFECYCLE_STATE_ACTIVE str(object=’’) -> str
LIFECYCLE_STATE_CREATING str(object=’’) -> str
LIFECYCLE_STATE_DELETED str(object=’’) -> str
LIFECYCLE_STATE_DELETING str(object=’’) -> str
LIFECYCLE_STATE_FAILED str(object=’’) -> str
LIFECYCLE_STATE_NEEDS_ATTENTION str(object=’’) -> str
LIFECYCLE_STATE_UPDATING str(object=’’) -> str
PLATFORM_TYPE_AIX A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight.
PLATFORM_TYPE_HP_UX A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight.
PLATFORM_TYPE_LINUX A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight.
PLATFORM_TYPE_SOLARIS A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight.
PLATFORM_TYPE_SUNOS A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight.
PLATFORM_TYPE_WINDOWS A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight.
PLATFORM_TYPE_ZLINUX A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight.
STATUS_DISABLED str(object=’’) -> str
STATUS_ENABLED str(object=’’) -> str
STATUS_TERMINATED str(object=’’) -> str
compartment_id [Required] Gets the compartment_id of this HostInsight.
compute_id [Required] Gets the compute_id of this MacsManagedCloudHostInsight.
defined_tags [Required] Gets the defined_tags of this HostInsight.
entity_source [Required] Gets the entity_source of this HostInsight.
freeform_tags [Required] Gets the freeform_tags of this HostInsight.
host_display_name Gets the host_display_name of this HostInsight.
host_name [Required] Gets the host_name of this HostInsight.
host_type Gets the host_type of this HostInsight.
id [Required] Gets the id of this HostInsight.
lifecycle_details Gets the lifecycle_details of this HostInsight.
lifecycle_state [Required] Gets the lifecycle_state of this HostInsight.
management_agent_id [Required] Gets the management_agent_id of this MacsManagedCloudHostInsight.
platform_name Gets the platform_name of this MacsManagedCloudHostInsight.
platform_type Gets the platform_type of this MacsManagedCloudHostInsight.
platform_version Gets the platform_version of this MacsManagedCloudHostInsight.
processor_count Gets the processor_count of this HostInsight.
status [Required] Gets the status of this HostInsight.
system_tags Gets the system_tags of this HostInsight.
time_created [Required] Gets the time_created of this HostInsight.
time_updated Gets the time_updated of this HostInsight.

Methods

__init__(**kwargs) Initializes a new MacsManagedCloudHostInsight 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'
ENTITY_SOURCE_MACS_MANAGED_CLOUD_HOST = 'MACS_MANAGED_CLOUD_HOST'
ENTITY_SOURCE_MACS_MANAGED_EXTERNAL_HOST = 'MACS_MANAGED_EXTERNAL_HOST'
ENTITY_SOURCE_PE_COMANAGED_HOST = 'PE_COMANAGED_HOST'
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'
LIFECYCLE_STATE_CREATING = 'CREATING'
LIFECYCLE_STATE_DELETED = 'DELETED'
LIFECYCLE_STATE_DELETING = 'DELETING'
LIFECYCLE_STATE_FAILED = 'FAILED'
LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'
LIFECYCLE_STATE_UPDATING = 'UPDATING'
PLATFORM_TYPE_AIX = 'AIX'

A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight. This constant has a value of “AIX”

PLATFORM_TYPE_HP_UX = 'HP_UX'

A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight. This constant has a value of “HP_UX”

PLATFORM_TYPE_LINUX = 'LINUX'

A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight. This constant has a value of “LINUX”

PLATFORM_TYPE_SOLARIS = 'SOLARIS'

A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight. This constant has a value of “SOLARIS”

PLATFORM_TYPE_SUNOS = 'SUNOS'

A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight. This constant has a value of “SUNOS”

PLATFORM_TYPE_WINDOWS = 'WINDOWS'

A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight. This constant has a value of “WINDOWS”

PLATFORM_TYPE_ZLINUX = 'ZLINUX'

A constant which can be used with the platform_type property of a MacsManagedCloudHostInsight. This constant has a value of “ZLINUX”

STATUS_DISABLED = 'DISABLED'
STATUS_ENABLED = 'ENABLED'
STATUS_TERMINATED = 'TERMINATED'
__init__(**kwargs)

Initializes a new MacsManagedCloudHostInsight object with values from keyword arguments. The default value of the entity_source attribute of this class is MACS_MANAGED_CLOUD_HOST and it should not be changed. 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 MacsManagedCloudHostInsight. 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 MacsManagedCloudHostInsight.
  • compartment_id (str) – The value to assign to the compartment_id property of this MacsManagedCloudHostInsight.
  • host_name (str) – The value to assign to the host_name property of this MacsManagedCloudHostInsight.
  • host_display_name (str) – The value to assign to the host_display_name property of this MacsManagedCloudHostInsight.
  • host_type (str) – The value to assign to the host_type property of this MacsManagedCloudHostInsight.
  • processor_count (int) – The value to assign to the processor_count property of this MacsManagedCloudHostInsight.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MacsManagedCloudHostInsight.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MacsManagedCloudHostInsight.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MacsManagedCloudHostInsight.
  • status (str) – The value to assign to the status property of this MacsManagedCloudHostInsight. 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 MacsManagedCloudHostInsight.
  • time_updated (datetime) – The value to assign to the time_updated property of this MacsManagedCloudHostInsight.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this MacsManagedCloudHostInsight. 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 MacsManagedCloudHostInsight.
  • compute_id (str) – The value to assign to the compute_id property of this MacsManagedCloudHostInsight.
  • management_agent_id (str) – The value to assign to the management_agent_id property of this MacsManagedCloudHostInsight.
  • platform_name (str) – The value to assign to the platform_name property of this MacsManagedCloudHostInsight.
  • platform_type (str) – The value to assign to the platform_type property of this MacsManagedCloudHostInsight. Allowed values for this property are: “LINUX”, “SOLARIS”, “SUNOS”, “ZLINUX”, “WINDOWS”, “AIX”, “HP_UX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • platform_version (str) – The value to assign to the platform_version property of this MacsManagedCloudHostInsight.
compartment_id

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

Returns:The compartment_id of this HostInsight.
Return type:str
compute_id

[Required] Gets the compute_id of this MacsManagedCloudHostInsight. The OCID of the Compute Instance

Returns:The compute_id of this MacsManagedCloudHostInsight.
Return type:str
defined_tags

[Required] Gets the defined_tags of this HostInsight. 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 HostInsight.
Return type:dict(str, dict(str, object))
entity_source

[Required] Gets the entity_source of this HostInsight. 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 HostInsight.
Return type:str
freeform_tags

[Required] Gets the freeform_tags of this HostInsight. 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 HostInsight.
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 HostInsight. The user-friendly name for the host. The name does not have to be unique.

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

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

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

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

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

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

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

Gets the lifecycle_details of this HostInsight. 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 HostInsight.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this HostInsight. 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 HostInsight.
Return type:str
management_agent_id

[Required] Gets the management_agent_id of this MacsManagedCloudHostInsight. The OCID of the Management Agent

Returns:The management_agent_id of this MacsManagedCloudHostInsight.
Return type:str
platform_name

Gets the platform_name of this MacsManagedCloudHostInsight. Platform name.

Returns:The platform_name of this MacsManagedCloudHostInsight.
Return type:str
platform_type

Gets the platform_type of this MacsManagedCloudHostInsight. Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS, AIX, HP-UX].

Allowed values for this property are: “LINUX”, “SOLARIS”, “SUNOS”, “ZLINUX”, “WINDOWS”, “AIX”, “HP_UX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The platform_type of this MacsManagedCloudHostInsight.
Return type:str
platform_version

Gets the platform_version of this MacsManagedCloudHostInsight. Platform version.

Returns:The platform_version of this MacsManagedCloudHostInsight.
Return type:str
processor_count

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

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

[Required] Gets the status of this HostInsight. 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 HostInsight.
Return type:str
system_tags

Gets the system_tags of this HostInsight. 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 HostInsight.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this HostInsight. The time the the host insight was first enabled. An RFC3339 formatted datetime string

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

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

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