mirror of
https://github.com/google/nomulus
synced 2026-09-21 07:24:26 +00:00
Add the START_DATE_SUNRISE phase
The START_DATE_SUNRISE phase allows registration of domains only with a signed mark. In all other respects - it is identical to the GENERAL_AVAILABILITY phase. Note that Anchor Tenants bypass all checks, and are hence able to register domains without a signed mark. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185534793
This commit is contained in:
@@ -154,6 +154,12 @@ public class Registry extends ImmutableObject implements Buildable {
|
||||
*/
|
||||
LANDRUSH,
|
||||
|
||||
/**
|
||||
* The state in which only trademark holders can submit a "create" request. It is identical to
|
||||
* {@link #GENERAL_AVAILABILITY} in all other respects.
|
||||
*/
|
||||
START_DATE_SUNRISE,
|
||||
|
||||
/**
|
||||
* A state in which no domain operations are permitted. Generally used after sunrise or landrush
|
||||
* to allocate uncontended applications and send contended applications to auction. This state
|
||||
|
||||
Reference in New Issue
Block a user