Show / Hide Table of Contents

Class GoldengateDeploymentVersion

Details of the Goldengate Deployment Version resource.

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

Properties

ETag

The ETag of the item.

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

Name

Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

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

Ocid

Output only. The deployment version ocid of the Goldengate Deployment Version resource.

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

Properties

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

Declaration
[JsonProperty("properties")]
public virtual GoldengateDeploymentVersionProperties Properties { get; set; }
Property Value
Type Description
GoldengateDeploymentVersionProperties

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX