TenancyAttachmentMonitoredRegionSummary¶
-
class
oci.resource_analytics.models.TenancyAttachmentMonitoredRegionSummary(**kwargs)¶ Bases:
objectInformation about a monitored region in a tenancy.
Methods
__init__(**kwargs)Initializes a new TenancyAttachmentMonitoredRegionSummary object with values from keyword arguments. Attributes
data_population[Required] Gets the data_population of this TenancyAttachmentMonitoredRegionSummary. region_id[Required] Gets the region_id of this TenancyAttachmentMonitoredRegionSummary. -
__init__(**kwargs)¶ Initializes a new TenancyAttachmentMonitoredRegionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - region_id (str) – The value to assign to the region_id property of this TenancyAttachmentMonitoredRegionSummary.
- data_population (oci.resource_analytics.models.TenancyAttachmentDataPopulation) – The value to assign to the data_population property of this TenancyAttachmentMonitoredRegionSummary.
-
data_population¶ [Required] Gets the data_population of this TenancyAttachmentMonitoredRegionSummary.
Returns: The data_population of this TenancyAttachmentMonitoredRegionSummary. Return type: oci.resource_analytics.models.TenancyAttachmentDataPopulation
-
region_id¶ [Required] Gets the region_id of this TenancyAttachmentMonitoredRegionSummary. The Region Identifier of the monitored region. E.g. us-ashburn-1
Returns: The region_id of this TenancyAttachmentMonitoredRegionSummary. Return type: str
-