Class GuestOsCompartmentIdFilter
List of OCIDs of compartments to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
Inherited Members
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