Show / Hide Table of Contents

Class GuestOsSoftwareComponentDiscoveryDetails

Discovery filter details of 'GUEST_OS' component in an Exadata software stack.

Inheritance
object
SoftwareComponentDiscoveryDetails
GuestOsSoftwareComponentDiscoveryDetails
Inherited Members
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 GuestOsSoftwareComponentDiscoveryDetails : SoftwareComponentDiscoveryDetails

Properties

Criteria

Declaration
[Required(ErrorMessage = "Criteria is required.")]
[JsonProperty(PropertyName = "criteria")]
public GuestOsFleetDiscoveryDetails Criteria { get; set; }
Property Value
Type Description
GuestOsFleetDiscoveryDetails
Remarks

Required

SourceMajorVersion

Declaration
[Required(ErrorMessage = "SourceMajorVersion is required.")]
[JsonProperty(PropertyName = "sourceMajorVersion")]
[JsonConverter(typeof(StringEnumConverter))]
public GuestOsSourceMajorVersions? SourceMajorVersion { get; set; }
Property Value
Type Description
GuestOsSourceMajorVersions?

Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the results for an Exadata Fleet Update Discovery. Major Versions of Exadata Software are demarcated by the underlying Oracle Linux OS version. For more details, refer to Oracle document 2075007.1

Remarks

Required

In this article
Back to top