Class GoldengateDeploymentVersion
Details of the Goldengate Deployment Version resource.
Implements
Inherited Members
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 |