Class TenancyAttachmentMonitoredRegionSummary
Information about a monitored region in a tenancy.
Inherited Members
Namespace: Oci.ResourceanalyticsService.Models
Assembly: OCI.DotNetSDK.Resourceanalytics.dll
Syntax
public class TenancyAttachmentMonitoredRegionSummary
Properties
DataPopulation
Declaration
[Required(ErrorMessage = "DataPopulation is required.")]
[JsonProperty(PropertyName = "dataPopulation")]
public TenancyAttachmentDataPopulation DataPopulation { get; set; }
Property Value
| Type | Description |
|---|---|
| TenancyAttachmentDataPopulation |
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 the monitored region. E.g. us-ashburn-1 |
Remarks
Required