Class DeploymentVersionSummary
The summary data of a specific deployment version.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class DeploymentVersionSummary
Properties
DeploymentType
Declaration
[Required(ErrorMessage = "DeploymentType is required.")]
[JsonProperty(PropertyName = "deploymentType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DeploymentType? DeploymentType { get; set; }
Property Value
Type | Description |
---|---|
DeploymentType? | The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'. |
Remarks
Required
IsSecurityFix
Declaration
[JsonProperty(PropertyName = "isSecurityFix")]
public bool? IsSecurityFix { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates if OGG release contains security fix. |
OggVersion
Declaration
[Required(ErrorMessage = "OggVersion is required.")]
[JsonProperty(PropertyName = "oggVersion")]
public string OggVersion { get; set; }
Property Value
Type | Description |
---|---|
string | Version of OGG |
Remarks
Required
ReleaseType
Declaration
[JsonProperty(PropertyName = "releaseType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ReleaseType? ReleaseType { get; set; }
Property Value
Type | Description |
---|---|
ReleaseType? | The type of release. |
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 |
TimeSupportedUntil
Declaration
[JsonProperty(PropertyName = "timeSupportedUntil")]
public DateTime? TimeSupportedUntil { 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 |