Rename HostResource -> Host (#1733)

* Rename HostResource -> Host
This commit is contained in:
Ben McIlwain 2022-08-05 10:28:45 -04:00 committed by GitHub
parent 4399067ddd
commit a12a716806
119 changed files with 985 additions and 1032 deletions

View file

@ -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