Class UpgradeDbCollectionDetails
Details of supported upgrade options for DB collection.
Inherited Members
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. |