~andreserl/maas/lp1592666

« back to all changes in this revision

Viewing changes to src/maasserver/models/dnsresource.py

  • Committer: LaMont Jones
  • Date: 2016-04-11 16:23:26 UTC
  • mfrom: (4900 maas)
  • mto: This revision was merged to the branch mainline in revision 4924.
  • Revision ID: lamont@canonical.com-20160411162326-6ycj8l2j66v2o5es
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
 
157
157
    :ivar name: The leftmost label for the resource. (No dots.)
158
158
    :ivar domain: Which (forward) DNS zone does this resource go in.
159
 
    :ivar ip_addresses: many-to-many linkage to StaticIPAddress
 
159
    :ivar ip_addresses: many-to-many linkage to `StaticIPAddress`.
160
160
    :ivar objects: An instance of the class :class:`DNSResourceManager`.
161
161
    """
162
162