CreateMonitoredRegionDetails¶
-
class
oci.resource_analytics.models.
CreateMonitoredRegionDetails
(**kwargs)¶ Bases:
object
The data to create a MonitoredRegion.
Methods
__init__
(**kwargs)Initializes a new CreateMonitoredRegionDetails object with values from keyword arguments. Attributes
region_id
[Required] Gets the region_id of this CreateMonitoredRegionDetails. resource_analytics_instance_id
[Required] Gets the resource_analytics_instance_id of this CreateMonitoredRegionDetails. -
__init__
(**kwargs)¶ Initializes a new CreateMonitoredRegionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_analytics_instance_id (str) – The value to assign to the resource_analytics_instance_id property of this CreateMonitoredRegionDetails.
- region_id (str) – The value to assign to the region_id property of this CreateMonitoredRegionDetails.
-
region_id
¶ [Required] Gets the region_id of this CreateMonitoredRegionDetails. The Region Identifier of this MonitoredRegion.
Returns: The region_id of this CreateMonitoredRegionDetails. Return type: str
-