Show / Hide Table of Contents

Class GuestOsFsuCollectionSummary

Summary of 'GUEST_OS' type Exadata Fleet Update Collection.

Inheritance
object
FsuCollectionSummary
GuestOsFsuCollectionSummary
Inherited Members
FsuCollectionSummary.Id
FsuCollectionSummary.DisplayName
FsuCollectionSummary.ServiceType
FsuCollectionSummary.CompartmentId
FsuCollectionSummary.ActiveFsuCycle
FsuCollectionSummary.TargetCount
FsuCollectionSummary.TimeCreated
FsuCollectionSummary.TimeUpdated
FsuCollectionSummary.LifecycleState
FsuCollectionSummary.LifecycleDetails
FsuCollectionSummary.LastCompletedFsuCycleId
FsuCollectionSummary.FreeformTags
FsuCollectionSummary.DefinedTags
FsuCollectionSummary.SystemTags
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 GuestOsFsuCollectionSummary : FsuCollectionSummary

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 the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1

Remarks

Required

In this article
Back to top