Show / Hide Table of Contents

Class TenancyAttachmentMonitoredRegionSummary

Information about a monitored region in a tenancy.

Inheritance
object
TenancyAttachmentMonitoredRegionSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top