public sealed class GoldengateDeployment : IMessage<GoldengateDeployment>, IEquatable<GoldengateDeployment>, IDeepCloneable<GoldengateDeployment>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateDeployment.
GoldengateDeployment Goldengate Deployment resource model.
Implements
IMessageGoldengateDeployment, IEquatableGoldengateDeployment, IDeepCloneableGoldengateDeployment, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateDeployment()
public GoldengateDeployment()GoldengateDeployment(GoldengateDeployment)
public GoldengateDeployment(GoldengateDeployment other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateDeployment |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The date and time that the GoldengateDeployment was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayName
public string DisplayName { get; set; }Required. The display name for the GoldengateDeployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EntitlementId
public string EntitlementId { get; set; }Output only. The ID of the subscription entitlement associated with the GoldengateDeployment
| Property Value | |
|---|---|
| Type | Description |
string |
|
GcpOracleZone
public string GcpOracleZone { get; set; }Optional. The GCP Oracle zone where Oracle GoldengateDeployment is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GoldengateDeploymentName
public GoldengateDeploymentName GoldengateDeploymentName { get; set; }GoldengateDeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDeploymentName |
|
Labels
public MapField<string, string> Labels { get; }Optional. The labels or tags associated with the GoldengateDeployment.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Identifier. The name of the GoldengateDeployment resource in the following format: projects/{project}/locations/{region}/goldengateDeployments/{goldengate_deployment}
| Property Value | |
|---|---|
| Type | Description |
string |
|
OciUrl
public string OciUrl { get; set; }Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbNetwork
public string OdbNetwork { get; set; }Optional. The name of the OdbNetwork associated with the GoldengateDeployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbNetworkAsOdbNetworkName
public OdbNetworkName OdbNetworkAsOdbNetworkName { get; set; }OdbNetworkName-typed view over the OdbNetwork resource name property.
| Property Value | |
|---|---|
| Type | Description |
OdbNetworkName |
|
OdbSubnet
public string OdbSubnet { get; set; }Required. The name of the OdbSubnet associated with the GoldengateDeployment for IP allocation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbSubnetAsOdbSubnetName
public OdbSubnetName OdbSubnetAsOdbSubnetName { get; set; }OdbSubnetName-typed view over the OdbSubnet resource name property.
| Property Value | |
|---|---|
| Type | Description |
OdbSubnetName |
|
Properties
public GoldengateDeploymentProperties Properties { get; set; }Required. The properties of the GoldengateDeployment.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDeploymentProperties |
|