Show / Hide Table of Contents

Class CreateMonitoredRegionDetails

The data to create a MonitoredRegion.

Inheritance
object
CreateMonitoredRegionDetails
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 CreateMonitoredRegionDetails

Properties

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

In this article
Back to top