Show / Hide Table of Contents

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).

Inheritance
object
GuestOsFleetDiscoveryFilter
GuestOsVersionFilter
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 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

In this article
Back to top