Show / Hide Table of Contents

Class SearchMonitoredResourceMembersDetails

The search criteria for listing monitored resource member targets.

Inheritance
object
SearchMonitoredResourceMembersDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class SearchMonitoredResourceMembersDetails

Properties

DestinationResourceId

Declaration
[JsonProperty(PropertyName = "destinationResourceId")]
public string DestinationResourceId { get; set; }
Property Value
Type Description
string

Destination Monitored Resource Identifier OCID.

LimitLevel

Declaration
[JsonProperty(PropertyName = "limitLevel")]
public int? LimitLevel { get; set; }
Property Value
Type Description
int?

The field which determines the depth of hierarchy while searching for members.

In this article
Back to top