public sealed class GoldengateDeploymentLock : IMessage<GoldengateDeploymentLock>, IEquatable<GoldengateDeploymentLock>, IDeepCloneable<GoldengateDeploymentLock>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateDeploymentLock.
The lock of the GoldengateDeployment.
Implements
IMessageGoldengateDeploymentLock, IEquatableGoldengateDeploymentLock, IDeepCloneableGoldengateDeploymentLock, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateDeploymentLock()
public GoldengateDeploymentLock()GoldengateDeploymentLock(GoldengateDeploymentLock)
public GoldengateDeploymentLock(GoldengateDeploymentLock other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateDeploymentLock |
Properties
CompartmentId
public string CompartmentId { get; set; }Output only. The compartment id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Message
public string Message { get; set; }Output only. The message.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RelatedResourceId
public string RelatedResourceId { get; set; }Output only. The related resource id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public GoldengateDeploymentLock.Types.LockType Type { get; set; }Output only. The type of lock.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDeploymentLockTypesLockType |
|