Show / Hide Table of Contents

Class DbCollection

'DB' type Exadata Fleet Update Collection details.

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

Properties

FleetDiscovery

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

Required

SourceMajorVersion

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

Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database 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