Show / Hide Table of Contents

Class GuestOsCompartmentIdFilter

List of OCIDs of compartments to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.

Inheritance
object
GuestOsFleetDiscoveryFilter
GuestOsCompartmentIdFilter
Inherited Members
GuestOsFleetDiscoveryFilter.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 GuestOsCompartmentIdFilter : GuestOsFleetDiscoveryFilter

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 OCIDs of Compartments to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.

Remarks

Required

In this article
Back to top