Show / Hide Table of Contents

Class GoldengateDeploymentVersionProperties

Properties of GoldengateDeploymentVersion.

Inheritance
object
GoldengateDeploymentVersionProperties
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 GoldengateDeploymentVersionProperties : IDirectResponseSchema

Properties

DeploymentType

Output only. The deployment type of the Goldengate Deployment Version resource.

Declaration
[JsonProperty("deploymentType")]
public virtual string DeploymentType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

OggVersion

Output only. The OGG version of the Goldengate Deployment Version resource.

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

ReleaseTime

object representation of ReleaseTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReleaseTimeDateTimeOffset instead.")]
public virtual object ReleaseTime { get; set; }
Property Value
Type Description
object

ReleaseTimeDateTimeOffset

DateTimeOffset representation of ReleaseTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReleaseTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ReleaseTimeRaw

Output only. The release time of the Goldengate Deployment Version resource.

Declaration
[JsonProperty("releaseTime")]
public virtual string ReleaseTimeRaw { get; set; }
Property Value
Type Description
string

ReleaseType

Output only. The release type of the Goldengate Deployment Version resource.

Declaration
[JsonProperty("releaseType")]
public virtual string ReleaseType { get; set; }
Property Value
Type Description
string

SecurityFix

Optional. Whether the Goldengate Deployment Version resource is a security fix.

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

SupportEndTime

object representation of SupportEndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SupportEndTimeDateTimeOffset instead.")]
public virtual object SupportEndTime { get; set; }
Property Value
Type Description
object

SupportEndTimeDateTimeOffset

DateTimeOffset representation of SupportEndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SupportEndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SupportEndTimeRaw

Output only. The support end time of the Goldengate Deployment Version resource.

Declaration
[JsonProperty("supportEndTime")]
public virtual string SupportEndTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX