Class GuestOsVersionFilter
Exadata Image (Guest OS) versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Only versions related to the specified sourceMajorVersion are allowed. For example, version "22.1.26.0.0.240801" can be specified for sourceMajorVersion "EXA_OL_7" (Oracle Linux 7).
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class GuestOsVersionFilter : GuestOsFleetDiscoveryFilter
Properties
Versions
Declaration
[Required(ErrorMessage = "Versions is required.")]
[JsonProperty(PropertyName = "versions")]
public List<string> Versions { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. |
Remarks
Required