Show / Hide Table of Contents

Class GiCompartmentIdFilter

List of Compartments to include in the discovery.

Inheritance
object
GiFleetDiscoveryFilter
GiCompartmentIdFilter
Inherited Members
GiFleetDiscoveryFilter.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 GiCompartmentIdFilter : GiFleetDiscoveryFilter

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