Show / Hide Table of Contents

Class CompartmentIdResourceFilter

This is a resource filter for filtering resource based on compartment OCID.

Inheritance
object
ResourceFilter
CompartmentIdResourceFilter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourceschedulerService.Models
Assembly: OCI.DotNetSDK.Resourcescheduler.dll
Syntax
public class CompartmentIdResourceFilter : ResourceFilter

Properties

ShouldIncludeChildCompartments

Declaration
[JsonProperty(PropertyName = "shouldIncludeChildCompartments")]
public bool? ShouldIncludeChildCompartments { get; set; }
Property Value
Type Description
bool?

This sets whether to include child compartments.

Value

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

This is the compartment used for filtering.

In this article
Back to top