Module: Google::Cloud::CloudDMS::V1::MappingRule::State
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
The current mapping rule state such as enabled, disabled or deleted.
Constant Summary collapse
- STATE_UNSPECIFIED =
The state of the mapping rule is unknown.
0
- ENABLED =
The rule is enabled.
1
- DISABLED =
The rule is disabled.
2
- DELETED =
The rule is logically deleted.
3