Show / Hide Table of Contents

Class GoldengateMaintenanceConfig

The maintenance configuration of the GoldengateDeployment.

Inheritance
object
GoldengateMaintenanceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateMaintenanceConfig : IDirectResponseSchema

Properties

BundleReleaseUpgradePeriodDays

Optional. Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.

Declaration
[JsonProperty("bundleReleaseUpgradePeriodDays")]
public virtual int? BundleReleaseUpgradePeriodDays { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InterimReleaseUpgradePeriodDays

Optional. Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.

Declaration
[JsonProperty("interimReleaseUpgradePeriodDays")]
public virtual int? InterimReleaseUpgradePeriodDays { get; set; }
Property Value
Type Description
int?

IsInterimReleaseAutoUpgradeEnabled

Optional. By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interim_release_upgrade_period_days too.

Declaration
[JsonProperty("isInterimReleaseAutoUpgradeEnabled")]
public virtual bool? IsInterimReleaseAutoUpgradeEnabled { get; set; }
Property Value
Type Description
bool?

MajorReleaseUpgradePeriodDays

Optional. Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.

Declaration
[JsonProperty("majorReleaseUpgradePeriodDays")]
public virtual int? MajorReleaseUpgradePeriodDays { get; set; }
Property Value
Type Description
int?

SecurityPatchUpgradePeriodDays

Optional. Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.

Declaration
[JsonProperty("securityPatchUpgradePeriodDays")]
public virtual int? SecurityPatchUpgradePeriodDays { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX