Module: Google::Cloud::Domains::V1::TransferLockState
- Defined in:
- proto_docs/google/cloud/domains/v1/domains.rb
Overview
Possible states of a Registration
's transfer lock.
Constant Summary collapse
- TRANSFER_LOCK_STATE_UNSPECIFIED =
The state is unspecified.
0
- UNLOCKED =
The domain is unlocked and can be transferred to another registrar.
1
- LOCKED =
The domain is locked and cannot be transferred to another registrar.
2