Class: Google::Cloud::OracleDatabase::V1::GoldengateDeploymentLock
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GoldengateDeploymentLock
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb
Overview
The lock of the GoldengateDeployment.
Defined Under Namespace
Modules: LockType
Instance Attribute Summary collapse
-
#compartment_id ⇒ ::String
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#message ⇒ ::String
readonly
Output only.
-
#related_resource_id ⇒ ::String
readonly
Output only.
-
#type ⇒ ::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentLock::LockType
readonly
Output only.
Instance Attribute Details
#compartment_id ⇒ ::String (readonly)
Returns Output only. The compartment id.
539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 539 class GoldengateDeploymentLock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of lock. module LockType # The lock type is unspecified. LOCK_TYPE_UNSPECIFIED = 0 # The lock type is full. FULL = 1 # The lock type is delete. DELETE = 2 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time created.
539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 539 class GoldengateDeploymentLock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of lock. module LockType # The lock type is unspecified. LOCK_TYPE_UNSPECIFIED = 0 # The lock type is full. FULL = 1 # The lock type is delete. DELETE = 2 end end |
#message ⇒ ::String (readonly)
Returns Output only. The message.
539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 539 class GoldengateDeploymentLock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of lock. module LockType # The lock type is unspecified. LOCK_TYPE_UNSPECIFIED = 0 # The lock type is full. FULL = 1 # The lock type is delete. DELETE = 2 end end |
#related_resource_id ⇒ ::String (readonly)
Returns Output only. The related resource id.
539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 539 class GoldengateDeploymentLock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of lock. module LockType # The lock type is unspecified. LOCK_TYPE_UNSPECIFIED = 0 # The lock type is full. FULL = 1 # The lock type is delete. DELETE = 2 end end |
#type ⇒ ::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentLock::LockType (readonly)
Returns Output only. The type of lock.
539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 539 class GoldengateDeploymentLock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of lock. module LockType # The lock type is unspecified. LOCK_TYPE_UNSPECIFIED = 0 # The lock type is full. FULL = 1 # The lock type is delete. DELETE = 2 end end |