Class MonitoredRegion
A MonitoredRegion is a region to collect data for the associated ResourceAnalyticsInstance.
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to
an administrator. If you're an administrator who needs to write policies to give users access, see
Getting Started with Policies.
Inherited Members
Namespace: Oci.ResourceanalyticsService.Models
Assembly: OCI.DotNetSDK.Resourceanalytics.dll
Syntax
public class MonitoredRegion
Properties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the MonitoredRegion. |
Remarks
Required
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
string | 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. |
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MonitoredRegion.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
MonitoredRegion.LifecycleStateEnum? | The current state of the MonitoredRegion. |
Remarks
Required
RegionId
Declaration
[Required(ErrorMessage = "RegionId is required.")]
[JsonProperty(PropertyName = "regionId")]
public string RegionId { get; set; }
Property Value
Type | Description |
---|---|
string | The Region Identifier of this MonitoredRegion. |
Remarks
Required
ResourceAnalyticsInstanceId
Declaration
[Required(ErrorMessage = "ResourceAnalyticsInstanceId is required.")]
[JsonProperty(PropertyName = "resourceAnalyticsInstanceId")]
public string ResourceAnalyticsInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the ResourceAnalyticsInstance associated with this MonitoredRegion. |
Remarks
Required
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | System tags for this resource. Each key is predefined and scoped to a namespace.
|
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the MonitoredRegion was created, in the format defined by RFC 3339.
|
Remarks
Required
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the MonitoredRegion was updated, in the format defined by RFC 3339.
|