Show / Hide Table of Contents

Class GiSoftwareComponentDiscoveryDetails

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

Inheritance
object
SoftwareComponentDiscoveryDetails
GiSoftwareComponentDiscoveryDetails
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 GiSoftwareComponentDiscoveryDetails : SoftwareComponentDiscoveryDetails

Properties

Criteria

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

Required

SourceMajorVersion

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

Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Discovery results. Only GI targets that match the version specified in this value would be added to the Exadata Fleet Update Discovery results.

Remarks

Required

In this article
Back to top