Show / Hide Table of Contents

Class GiCollection

Details to create a 'GI' type Exadata Fleet Update Collection.

Inheritance
object
FsuCollection
GiCollection
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 GiCollection : FsuCollection

Properties

FleetDiscovery

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

Required

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