MonitoredRegionSummary

class oci.resource_analytics.models.MonitoredRegionSummary(**kwargs)

Bases: object

Summary information about a MonitoredRegion.

Methods

__init__(**kwargs) Initializes a new MonitoredRegionSummary object with values from keyword arguments.

Attributes

id [Required] Gets the id of this MonitoredRegionSummary.
lifecycle_details Gets the lifecycle_details of this MonitoredRegionSummary.
lifecycle_state [Required] Gets the lifecycle_state of this MonitoredRegionSummary.
region_id [Required] Gets the region_id of this MonitoredRegionSummary.
resource_analytics_instance_id [Required] Gets the resource_analytics_instance_id of this MonitoredRegionSummary.
system_tags Gets the system_tags of this MonitoredRegionSummary.
time_created [Required] Gets the time_created of this MonitoredRegionSummary.
time_updated Gets the time_updated of this MonitoredRegionSummary.
__init__(**kwargs)

Initializes a new MonitoredRegionSummary 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 MonitoredRegionSummary.
  • resource_analytics_instance_id (str) – The value to assign to the resource_analytics_instance_id property of this MonitoredRegionSummary.
  • region_id (str) – The value to assign to the region_id property of this MonitoredRegionSummary.
  • time_created (datetime) – The value to assign to the time_created property of this MonitoredRegionSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this MonitoredRegionSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this MonitoredRegionSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this MonitoredRegionSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MonitoredRegionSummary.
id

[Required] Gets the id of this MonitoredRegionSummary. The OCID of the MonitoredRegion.

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

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

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

[Required] Gets the lifecycle_state of this MonitoredRegionSummary. The current state of the MonitoredRegion.

Returns:The lifecycle_state of this MonitoredRegionSummary.
Return type:str
region_id

[Required] Gets the region_id of this MonitoredRegionSummary. The Region Identifier of this MonitoredRegion.

Returns:The region_id of this MonitoredRegionSummary.
Return type:str
resource_analytics_instance_id

[Required] Gets the resource_analytics_instance_id of this MonitoredRegionSummary. The OCID of the ResourceAnalyticsInstance associated with this MonitoredRegion.

Returns:The resource_analytics_instance_id of this MonitoredRegionSummary.
Return type:str
system_tags

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

[Required] Gets the time_created of this MonitoredRegionSummary. The date and time the MonitoredRegion was created, in the format defined by RFC 3339.

Example: 2016-08-25T21:10:29.600Z

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

Gets the time_updated of this MonitoredRegionSummary. The date and time the MonitoredRegion was updated, in the format defined by RFC 3339.

Example: 2016-08-25T21:10:29.600Z

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