Show / Hide Table of Contents

Class UpgradeDbCollectionDetails

Details of supported upgrade options for DB collection.

Inheritance
object
UpgradeDetails
UpgradeDbCollectionDetails
Inherited Members
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 UpgradeDbCollectionDetails : UpgradeDetails

Properties

IsRecompileInvalidObjects

Declaration
[JsonProperty(PropertyName = "isRecompileInvalidObjects")]
public bool? IsRecompileInvalidObjects { get; set; }
Property Value
Type Description
bool?

Enables or disables the recompilation of invalid objects.

IsTimeZoneUpgrade

Declaration
[JsonProperty(PropertyName = "isTimeZoneUpgrade")]
public bool? IsTimeZoneUpgrade { get; set; }
Property Value
Type Description
bool?

Enables or disables time zone upgrade.

MaxDrainTimeoutInSeconds

Declaration
[JsonProperty(PropertyName = "maxDrainTimeoutInSeconds")]
public int? MaxDrainTimeoutInSeconds { get; set; }
Property Value
Type Description
int?

Service drain timeout specified in seconds.

In this article
Back to top