Show / Hide Table of Contents

Class ExadbStackFsuCollectionSummary

Summary of 'EXADB_STACK' type Exadata Fleet Update Collection. Currently, components allowed in an Exadata software stack are 'GUEST_OS' and 'GI'. At least two distinct component types are required for an Exadata software stack.

Inheritance
object
FsuCollectionSummary
ExadbStackFsuCollectionSummary
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 ExadbStackFsuCollectionSummary : FsuCollectionSummary

Properties

Components

Declaration
[Required(ErrorMessage = "Components is required.")]
[JsonProperty(PropertyName = "components")]
public List<SoftwareComponentSummary> Components { get; set; }
Property Value
Type Description
List<SoftwareComponentSummary>

Summary of components in an Exadata software stack.

Remarks

Required

In this article
Back to top