Show / Hide Table of Contents

Class DeploymentUpgradeSummary

Summary of the Deployment Upgrade.

Inheritance
object
DeploymentUpgradeSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class DeploymentUpgradeSummary

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment being referenced.

Remarks

Required

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Tags defined for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}

DeploymentId

Declaration
[Required(ErrorMessage = "DeploymentId is required.")]
[JsonProperty(PropertyName = "deploymentId")]
public string DeploymentId { get; set; }
Property Value
Type Description
string

The OCID of the deployment being referenced.

Remarks

Required

DeploymentUpgradeType

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

The type of the deployment upgrade: MANUAL or AUTOMATIC

Remarks

Required

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

Metadata about this specific object.

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

An object's Display Name.

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
Example: {"bar-key": "value"}

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the deployment being referenced.

Remarks

Required

IsCancelAllowed

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

Indicates if cancel is allowed. Scheduled upgrade can be cancelled only if target version is not forced by service, otherwise only reschedule allowed.

IsRescheduleAllowed

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

Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.

IsRollbackAllowed

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

Indicates if rollback is allowed. In practice only the last upgrade can be rolled back.

  • Manual upgrade is allowed to rollback only until the old version isn't deprecated yet.
  • Automatic upgrade by default is not allowed, unless a serious issue does not justify.

IsSecurityFix

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

Indicates if OGG release contains security fix.

IsSnoozed

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

Indicates if upgrade notifications are snoozed or not.

LifecycleDetails

Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type Description
string

Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LifecycleState? LifecycleState { get; set; }
Property Value
Type Description
LifecycleState?

Possible lifecycle states.

LifecycleSubState

Declaration
[JsonProperty(PropertyName = "lifecycleSubState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LifecycleSubState? LifecycleSubState { get; set; }
Property Value
Type Description
LifecycleSubState?

Possible GGS lifecycle sub-states.

OggVersion

Declaration
[JsonProperty(PropertyName = "oggVersion")]
public string OggVersion { get; set; }
Property Value
Type Description
string

Version of OGG

PreviousOggVersion

Declaration
[JsonProperty(PropertyName = "previousOggVersion")]
public string PreviousOggVersion { get; set; }
Property Value
Type Description
string

Version of OGG

ReleaseType

Declaration
[JsonProperty(PropertyName = "releaseType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ReleaseType? ReleaseType { get; set; }
Property Value
Type Description
ReleaseType?

The type of release.

SystemTags

Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags.
Example: {orcl-cloud: {free-tier-retain: true}}

TimeCreated

Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

TimeFinished

Declaration
[JsonProperty(PropertyName = "timeFinished")]
public DateTime? TimeFinished { get; set; }
Property Value
Type Description
DateTime?

The date and time the request was finished. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

TimeOggVersionSupportedUntil

Declaration
[JsonProperty(PropertyName = "timeOggVersionSupportedUntil")]
public DateTime? TimeOggVersionSupportedUntil { get; set; }
Property Value
Type Description
DateTime?

The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

TimeReleased

Declaration
[JsonProperty(PropertyName = "timeReleased")]
public DateTime? TimeReleased { get; set; }
Property Value
Type Description
DateTime?

The time the resource was released. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

TimeSchedule

Declaration
[JsonProperty(PropertyName = "timeSchedule")]
public DateTime? TimeSchedule { get; set; }
Property Value
Type Description
DateTime?

The time of upgrade schedule. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

TimeScheduleMax

Declaration
[JsonProperty(PropertyName = "timeScheduleMax")]
public DateTime? TimeScheduleMax { get; set; }
Property Value
Type Description
DateTime?

Indicates the latest time until the deployment upgrade could be rescheduled. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

TimeSnoozedUntil

Declaration
[JsonProperty(PropertyName = "timeSnoozedUntil")]
public DateTime? TimeSnoozedUntil { get; set; }
Property Value
Type Description
DateTime?

The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

TimeStarted

Declaration
[JsonProperty(PropertyName = "timeStarted")]
public DateTime? TimeStarted { get; set; }
Property Value
Type Description
DateTime?

The date and time the request was started. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

TimeUpdated

Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type Description
DateTime?

The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

In this article
Back to top