mirror of
https://github.com/google/nomulus.git
synced 2025-07-06 03:03:34 +02:00
parent
4399067ddd
commit
a12a716806
119 changed files with 985 additions and 1032 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue