Show / Hide Table of Contents

Class GuestOsSoftwareComponentSummary

Summary of 'GUEST_OS' component in Exadata software stack.

Inheritance
object
SoftwareComponentSummary
GuestOsSoftwareComponentSummary
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 GuestOsSoftwareComponentSummary : SoftwareComponentSummary

Properties

SourceMajorVersion

Declaration
[Required(ErrorMessage = "SourceMajorVersion is required.")]
[JsonProperty(PropertyName = "sourceMajorVersion")]
[JsonConverter(typeof(ResponseEnumConverter))]
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 an Exadata Fleet Update Collection. 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