Class: Google::Cloud::OracleDatabase::V1::GoldengateDeploymentLock

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#compartment_id::String (readonly)

Returns Output only. The compartment id.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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

Returns Output only. The related resource id.

Returns:

  • (::String)

    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.

Returns:



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