Show / Hide Table of Contents

Class GuestOsCollection

Details of a 'GUEST_OS' type Exadata Fleet Update Collection.

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

Properties

FleetDiscovery

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

Required

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