MonitoredResourceMemberSummary¶
- 
class oci.stack_monitoring.models.MonitoredResourceMemberSummary(**kwargs)¶
- Bases: - object- Monitored resource member details. - Attributes - LICENSE_ENTERPRISE_EDITION- A constant which can be used with the license property of a MonitoredResourceMemberSummary. - LICENSE_ENTERPRISE_EDITION_FOR_GPU_INFRASTRUCTURE- A constant which can be used with the license property of a MonitoredResourceMemberSummary. - LICENSE_STANDARD_EDITION- A constant which can be used with the license property of a MonitoredResourceMemberSummary. - LIFECYCLE_STATE_ACTIVE- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. - LIFECYCLE_STATE_CREATING- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. - LIFECYCLE_STATE_DELETED- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. - LIFECYCLE_STATE_DELETING- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. - LIFECYCLE_STATE_FAILED- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. - LIFECYCLE_STATE_INACTIVE- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. - LIFECYCLE_STATE_UPDATING- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. - RESOURCE_CATEGORY_APPLICATION- A constant which can be used with the resource_category property of a MonitoredResourceMemberSummary. - RESOURCE_CATEGORY_DATABASE- A constant which can be used with the resource_category property of a MonitoredResourceMemberSummary. - RESOURCE_CATEGORY_INFRASTRUCTURE- A constant which can be used with the resource_category property of a MonitoredResourceMemberSummary. - RESOURCE_CATEGORY_MIDDLEWARE- A constant which can be used with the resource_category property of a MonitoredResourceMemberSummary. - RESOURCE_CATEGORY_UNKNOWN- A constant which can be used with the resource_category property of a MonitoredResourceMemberSummary. - SOURCE_TYPE_COLLECTD- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. - SOURCE_TYPE_OCI_NATIVE- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. - SOURCE_TYPE_PROMETHEUS- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. - SOURCE_TYPE_SM_MGMT_AGENT_MONITORED- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. - SOURCE_TYPE_SM_REPO_ONLY- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. - SOURCE_TYPE_TELEGRAF- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. - compartment_id- Gets the compartment_id of this MonitoredResourceMemberSummary. - defined_tags- Gets the defined_tags of this MonitoredResourceMemberSummary. - external_id- Gets the external_id of this MonitoredResourceMemberSummary. - freeform_tags- Gets the freeform_tags of this MonitoredResourceMemberSummary. - host_name- Gets the host_name of this MonitoredResourceMemberSummary. - license- Gets the license of this MonitoredResourceMemberSummary. - lifecycle_state- Gets the lifecycle_state of this MonitoredResourceMemberSummary. - parent_id- Gets the parent_id of this MonitoredResourceMemberSummary. - resource_category- Gets the resource_category of this MonitoredResourceMemberSummary. - resource_display_name- Gets the resource_display_name of this MonitoredResourceMemberSummary. - resource_id- Gets the resource_id of this MonitoredResourceMemberSummary. - resource_name- Gets the resource_name of this MonitoredResourceMemberSummary. - resource_type- Gets the resource_type of this MonitoredResourceMemberSummary. - source_type- Gets the source_type of this MonitoredResourceMemberSummary. - system_tags- Gets the system_tags of this MonitoredResourceMemberSummary. - Methods - __init__(**kwargs)- Initializes a new MonitoredResourceMemberSummary object with values from keyword arguments. - 
LICENSE_ENTERPRISE_EDITION= 'ENTERPRISE_EDITION'¶
- A constant which can be used with the license property of a MonitoredResourceMemberSummary. This constant has a value of “ENTERPRISE_EDITION” 
 - 
LICENSE_ENTERPRISE_EDITION_FOR_GPU_INFRASTRUCTURE= 'ENTERPRISE_EDITION_FOR_GPU_INFRASTRUCTURE'¶
- A constant which can be used with the license property of a MonitoredResourceMemberSummary. This constant has a value of “ENTERPRISE_EDITION_FOR_GPU_INFRASTRUCTURE” 
 - 
LICENSE_STANDARD_EDITION= 'STANDARD_EDITION'¶
- A constant which can be used with the license property of a MonitoredResourceMemberSummary. 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 MonitoredResourceMemberSummary. This constant has a value of “ACTIVE” 
 - 
LIFECYCLE_STATE_CREATING= 'CREATING'¶
- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. This constant has a value of “CREATING” 
 - 
LIFECYCLE_STATE_DELETED= 'DELETED'¶
- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. This constant has a value of “DELETED” 
 - 
LIFECYCLE_STATE_DELETING= 'DELETING'¶
- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. This constant has a value of “DELETING” 
 - 
LIFECYCLE_STATE_FAILED= 'FAILED'¶
- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. This constant has a value of “FAILED” 
 - 
LIFECYCLE_STATE_INACTIVE= 'INACTIVE'¶
- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. This constant has a value of “INACTIVE” 
 - 
LIFECYCLE_STATE_UPDATING= 'UPDATING'¶
- A constant which can be used with the lifecycle_state property of a MonitoredResourceMemberSummary. This constant has a value of “UPDATING” 
 - 
RESOURCE_CATEGORY_APPLICATION= 'APPLICATION'¶
- A constant which can be used with the resource_category property of a MonitoredResourceMemberSummary. This constant has a value of “APPLICATION” 
 - 
RESOURCE_CATEGORY_DATABASE= 'DATABASE'¶
- A constant which can be used with the resource_category property of a MonitoredResourceMemberSummary. This constant has a value of “DATABASE” 
 - 
RESOURCE_CATEGORY_INFRASTRUCTURE= 'INFRASTRUCTURE'¶
- A constant which can be used with the resource_category property of a MonitoredResourceMemberSummary. This constant has a value of “INFRASTRUCTURE” 
 - 
RESOURCE_CATEGORY_MIDDLEWARE= 'MIDDLEWARE'¶
- A constant which can be used with the resource_category property of a MonitoredResourceMemberSummary. This constant has a value of “MIDDLEWARE” 
 - 
RESOURCE_CATEGORY_UNKNOWN= 'UNKNOWN'¶
- A constant which can be used with the resource_category property of a MonitoredResourceMemberSummary. This constant has a value of “UNKNOWN” 
 - 
SOURCE_TYPE_COLLECTD= 'COLLECTD'¶
- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. This constant has a value of “COLLECTD” 
 - 
SOURCE_TYPE_OCI_NATIVE= 'OCI_NATIVE'¶
- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. This constant has a value of “OCI_NATIVE” 
 - 
SOURCE_TYPE_PROMETHEUS= 'PROMETHEUS'¶
- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. This constant has a value of “PROMETHEUS” 
 - 
SOURCE_TYPE_SM_MGMT_AGENT_MONITORED= 'SM_MGMT_AGENT_MONITORED'¶
- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. This constant has a value of “SM_MGMT_AGENT_MONITORED” 
 - 
SOURCE_TYPE_SM_REPO_ONLY= 'SM_REPO_ONLY'¶
- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. This constant has a value of “SM_REPO_ONLY” 
 - 
SOURCE_TYPE_TELEGRAF= 'TELEGRAF'¶
- A constant which can be used with the source_type property of a MonitoredResourceMemberSummary. This constant has a value of “TELEGRAF” 
 - 
__init__(**kwargs)¶
- Initializes a new MonitoredResourceMemberSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - resource_id (str) – The value to assign to the resource_id property of this MonitoredResourceMemberSummary.
- resource_name (str) – The value to assign to the resource_name property of this MonitoredResourceMemberSummary.
- resource_display_name (str) – The value to assign to the resource_display_name property of this MonitoredResourceMemberSummary.
- resource_type (str) – The value to assign to the resource_type property of this MonitoredResourceMemberSummary.
- host_name (str) – The value to assign to the host_name property of this MonitoredResourceMemberSummary.
- external_id (str) – The value to assign to the external_id property of this MonitoredResourceMemberSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this MonitoredResourceMemberSummary.
- parent_id (str) – The value to assign to the parent_id property of this MonitoredResourceMemberSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MonitoredResourceMemberSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “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 MonitoredResourceMemberSummary. Allowed values for this property are: “STANDARD_EDITION”, “ENTERPRISE_EDITION”, “ENTERPRISE_EDITION_FOR_GPU_INFRASTRUCTURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- source_type (str) – The value to assign to the source_type property of this MonitoredResourceMemberSummary. Allowed values for this property are: “SM_MGMT_AGENT_MONITORED”, “SM_REPO_ONLY”, “OCI_NATIVE”, “PROMETHEUS”, “TELEGRAF”, “COLLECTD”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- resource_category (str) – The value to assign to the resource_category property of this MonitoredResourceMemberSummary. Allowed values for this property are: “APPLICATION”, “DATABASE”, “MIDDLEWARE”, “INFRASTRUCTURE”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MonitoredResourceMemberSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MonitoredResourceMemberSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MonitoredResourceMemberSummary.
 
 - 
compartment_id¶
- Gets the compartment_id of this MonitoredResourceMemberSummary. Compartment Identifier OCID. - Returns: - The compartment_id of this MonitoredResourceMemberSummary. - Return type: - str 
 - Gets the defined_tags of this MonitoredResourceMemberSummary. 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 MonitoredResourceMemberSummary. - Return type: - dict(str, dict(str, object)) 
 - 
external_id¶
- Gets the external_id of this MonitoredResourceMemberSummary. 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 MonitoredResourceMemberSummary. - Return type: - str 
 - Gets the freeform_tags of this MonitoredResourceMemberSummary. 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 MonitoredResourceMemberSummary. - Return type: - dict(str, str) 
 - 
host_name¶
- Gets the host_name of this MonitoredResourceMemberSummary. Monitored Resource Host Name. - Returns: - The host_name of this MonitoredResourceMemberSummary. - Return type: - str 
 - 
license¶
- Gets the license of this MonitoredResourceMemberSummary. License edition of the monitored resource. - Allowed values for this property are: “STANDARD_EDITION”, “ENTERPRISE_EDITION”, “ENTERPRISE_EDITION_FOR_GPU_INFRASTRUCTURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The license of this MonitoredResourceMemberSummary. - Return type: - str 
 - 
lifecycle_state¶
- Gets the lifecycle_state of this MonitoredResourceMemberSummary. The current state of the Resource. - Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “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 MonitoredResourceMemberSummary. - Return type: - str 
 - 
parent_id¶
- Gets the parent_id of this MonitoredResourceMemberSummary. Parent monitored resource identifier OCID. - Returns: - The parent_id of this MonitoredResourceMemberSummary. - Return type: - str 
 - 
resource_category¶
- Gets the resource_category of this MonitoredResourceMemberSummary. Resource Category to indicate the kind of resource type. - Allowed values for this property are: “APPLICATION”, “DATABASE”, “MIDDLEWARE”, “INFRASTRUCTURE”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The resource_category of this MonitoredResourceMemberSummary. - Return type: - str 
 - 
resource_display_name¶
- Gets the resource_display_name of this MonitoredResourceMemberSummary. Monitored resource display name. - Returns: - The resource_display_name of this MonitoredResourceMemberSummary. - Return type: - str 
 - 
resource_id¶
- Gets the resource_id of this MonitoredResourceMemberSummary. Monitored resource identifier OCID. - Returns: - The resource_id of this MonitoredResourceMemberSummary. - Return type: - str 
 - 
resource_name¶
- Gets the resource_name of this MonitoredResourceMemberSummary. Monitored Resource Name. - Returns: - The resource_name of this MonitoredResourceMemberSummary. - Return type: - str 
 - 
resource_type¶
- Gets the resource_type of this MonitoredResourceMemberSummary. Monitored Resource Type. - Returns: - The resource_type of this MonitoredResourceMemberSummary. - Return type: - str 
 - 
source_type¶
- Gets the source_type of this MonitoredResourceMemberSummary. Source type to indicate if the resource is stack monitoring discovered, OCI native resource, etc. - Allowed values for this property are: “SM_MGMT_AGENT_MONITORED”, “SM_REPO_ONLY”, “OCI_NATIVE”, “PROMETHEUS”, “TELEGRAF”, “COLLECTD”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The source_type of this MonitoredResourceMemberSummary. - Return type: - str 
 - Gets the system_tags of this MonitoredResourceMemberSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Returns: - The system_tags of this MonitoredResourceMemberSummary. - Return type: - dict(str, dict(str, object)) 
 
-