Show / Hide Table of Contents

Class UpgradeDeploymentSpecificReleaseDetails

Definition of the additional attributes for a Specific Release upgrade.

Inheritance
object
UpgradeDeploymentDetails
UpgradeDeploymentSpecificReleaseDetails
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 UpgradeDeploymentSpecificReleaseDetails : UpgradeDeploymentDetails

Properties

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

In this article
Back to top