AssociatedResourcesSummary

class oci.stack_monitoring.models.AssociatedResourcesSummary(**kwargs)

Bases: object

The information about monitored resource.

Attributes

LICENSE_ENTERPRISE_EDITION A constant which can be used with the license property of a AssociatedResourcesSummary.
LICENSE_STANDARD_EDITION A constant which can be used with the license property of a AssociatedResourcesSummary.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a AssociatedResourcesSummary.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a AssociatedResourcesSummary.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a AssociatedResourcesSummary.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a AssociatedResourcesSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a AssociatedResourcesSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a AssociatedResourcesSummary.
associated_resources Gets the associated_resources of this AssociatedResourcesSummary.
compartment_id Gets the compartment_id of this AssociatedResourcesSummary.
display_name Gets the display_name of this AssociatedResourcesSummary.
external_id Gets the external_id of this AssociatedResourcesSummary.
host_name Gets the host_name of this AssociatedResourcesSummary.
id [Required] Gets the id of this AssociatedResourcesSummary.
license Gets the license of this AssociatedResourcesSummary.
lifecycle_state Gets the lifecycle_state of this AssociatedResourcesSummary.
management_agent_id Gets the management_agent_id of this AssociatedResourcesSummary.
name Gets the name of this AssociatedResourcesSummary.
type Gets the type of this AssociatedResourcesSummary.

Methods

__init__(**kwargs) Initializes a new AssociatedResourcesSummary object with values from keyword arguments.
LICENSE_ENTERPRISE_EDITION = 'ENTERPRISE_EDITION'

A constant which can be used with the license property of a AssociatedResourcesSummary. This constant has a value of “ENTERPRISE_EDITION”

LICENSE_STANDARD_EDITION = 'STANDARD_EDITION'

A constant which can be used with the license property of a AssociatedResourcesSummary. This constant has a value of “STANDARD_EDITION”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

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

LIFECYCLE_STATE_CREATING = 'CREATING'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

LIFECYCLE_STATE_UPDATING = 'UPDATING'

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

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this AssociatedResourcesSummary.
  • name (str) – The value to assign to the name property of this AssociatedResourcesSummary.
  • display_name (str) – The value to assign to the display_name property of this AssociatedResourcesSummary.
  • type (str) – The value to assign to the type property of this AssociatedResourcesSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this AssociatedResourcesSummary.
  • host_name (str) – The value to assign to the host_name property of this AssociatedResourcesSummary.
  • external_id (str) – The value to assign to the external_id property of this AssociatedResourcesSummary.
  • management_agent_id (str) – The value to assign to the management_agent_id property of this AssociatedResourcesSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AssociatedResourcesSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • license (str) – The value to assign to the license property of this AssociatedResourcesSummary. Allowed values for this property are: “STANDARD_EDITION”, “ENTERPRISE_EDITION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • associated_resources (list[oci.stack_monitoring.models.AssociatedMonitoredResource]) – The value to assign to the associated_resources property of this AssociatedResourcesSummary.
associated_resources

Gets the associated_resources of this AssociatedResourcesSummary. List of associated monitored resources.

Returns:The associated_resources of this AssociatedResourcesSummary.
Return type:list[oci.stack_monitoring.models.AssociatedMonitoredResource]
compartment_id

Gets the compartment_id of this AssociatedResourcesSummary. Compartment Identifier OCID.

Returns:The compartment_id of this AssociatedResourcesSummary.
Return type:str
display_name

Gets the display_name of this AssociatedResourcesSummary. Monitored resource display name.

Returns:The display_name of this AssociatedResourcesSummary.
Return type:str
external_id

Gets the external_id of this AssociatedResourcesSummary. External resource is any OCI resource identifier OCID which is not a Stack Monitoring service resource. Currently supports only following resource types - Container database, non-container database, pluggable database and OCI compute instance.

Returns:The external_id of this AssociatedResourcesSummary.
Return type:str
host_name

Gets the host_name of this AssociatedResourcesSummary. Monitored Resource Host Name.

Returns:The host_name of this AssociatedResourcesSummary.
Return type:str
id

[Required] Gets the id of this AssociatedResourcesSummary. Monitored resource identifier OCID.

Returns:The id of this AssociatedResourcesSummary.
Return type:str
license

Gets the license of this AssociatedResourcesSummary. License edition of the monitored resource.

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

Returns:The license of this AssociatedResourcesSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this AssociatedResourcesSummary. The current state of the monitored resource.

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

Returns:The lifecycle_state of this AssociatedResourcesSummary.
Return type:str
management_agent_id

Gets the management_agent_id of this AssociatedResourcesSummary. Management Agent Identifier OCID.

Returns:The management_agent_id of this AssociatedResourcesSummary.
Return type:str
name

Gets the name of this AssociatedResourcesSummary. Monitored Resource Name.

Returns:The name of this AssociatedResourcesSummary.
Return type:str
type

Gets the type of this AssociatedResourcesSummary. Monitored Resource Type.

Returns:The type of this AssociatedResourcesSummary.
Return type:str