Show / Hide Table of Contents

Class DbCompartmentIdFilter

List of Compartments to include in the discovery.

Inheritance
object
DbFleetDiscoveryFilter
DbCompartmentIdFilter
Inherited Members
DbFleetDiscoveryFilter.Mode
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class DbCompartmentIdFilter : DbFleetDiscoveryFilter

Properties

Identifiers

Declaration
[Required(ErrorMessage = "Identifiers is required.")]
[JsonProperty(PropertyName = "identifiers")]
public List<string> Identifiers { get; set; }
Property Value
Type Description
List<string>

List of Compartments OCIDs to include in the discovery.

Remarks

Required

In this article
Back to top