Show / Hide Table of Contents

Class CreateDbFsuCollectionDetails

Details to create a 'DB' type Exadata Fleet Update Collection. Targets belonging to another 'DB' type Exadata Fleet Update Collection will be rejected.

Inheritance
object
CreateFsuCollectionDetails
CreateDbFsuCollectionDetails
Inherited Members
CreateFsuCollectionDetails.DisplayName
CreateFsuCollectionDetails.ServiceType
CreateFsuCollectionDetails.CompartmentId
CreateFsuCollectionDetails.FreeformTags
CreateFsuCollectionDetails.DefinedTags
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 CreateDbFsuCollectionDetails : CreateFsuCollectionDetails

Properties

FleetDiscovery

Declaration
[JsonProperty(PropertyName = "fleetDiscovery")]
public DbFleetDiscoveryDetails FleetDiscovery { get; set; }
Property Value
Type Description
DbFleetDiscoveryDetails

SourceMajorVersion

Declaration
[Required(ErrorMessage = "SourceMajorVersion is required.")]
[JsonProperty(PropertyName = "sourceMajorVersion")]
[JsonConverter(typeof(StringEnumConverter))]
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