Show / Hide Table of Contents

Class GiFsuCollectionSummary

'GI' type Exadata Fleet Update Collection summary.

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

Properties

SourceMajorVersion

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

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

Remarks

Required

In this article
Back to top