mirror of
https://github.com/google/nomulus
synced 2026-01-04 12:14:19 +00:00
@@ -148,7 +148,7 @@ as follows:
|
||||
sunrise or landrush
|
||||
* `DomainResource`, a domain name allocated following a successful
|
||||
application, or registered during a general availability phase
|
||||
* `HostResource` ([RFC 5732](https://tools.ietf.org/html/rfc5732))
|
||||
* `Host` ([RFC 5732](https://tools.ietf.org/html/rfc5732))
|
||||
* `ContactResource` ([RFC 5733](https://tools.ietf.org/html/rfc5733))
|
||||
|
||||
All `EppResource` entities use a Repository Object Identifier (ROID) as its
|
||||
@@ -172,9 +172,9 @@ the status of a resource at a given point in time.
|
||||
Foreign key indexes provide a means of loading active instances of `EppResource`
|
||||
objects by their unique IDs:
|
||||
|
||||
* `DomainResource`: fully-qualified domain name
|
||||
* `Domain`: fully-qualified domain name
|
||||
* `ContactResource`: contact id
|
||||
* `HostResource`: fully-qualified host name
|
||||
* `Host`: fully-qualified host name
|
||||
|
||||
Since all `EppResource` entities are indexed on ROID (which is also unique, but
|
||||
not as useful as the resource's name), a `ForeignKeyIndex` provides a way to
|
||||
|
||||
Reference in New Issue
Block a user