Class: Google::Cloud::CloudDMS::V1::EntityMove

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb

Overview

Options to configure rule type EntityMove. The rule is used to move an entity to a new schema.

The rule filter field can refer to one or more entities.

The rule scope can be one of: Table, Column, Constraint, Index, View, Function, Stored Procedure, Materialized View, Sequence, UDT

Instance Attribute Summary collapse

Instance Attribute Details

#new_schema::String

Returns Required. The new schema.

Returns:

  • (::String)

    Required. The new schema



358
359
360
361
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 358

class EntityMove
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end