|
pyrax
Python Bindings for the Rackspace Cloud
|
This class represents a domain record. More...
Public Member Functions | |
| def | update |
| Modifies this record. | |
| def | get |
| Gets the full information for an existing record for this domain. | |
| def | delete |
| Deletes an existing record for this domain. | |
Static Public Attributes | |
| GET_DETAILS = False | |
| type = None | |
| name = None | |
| data = None | |
| priority = None | |
| ttl = None | |
| comment = None | |
This class represents a domain record.
| def delete | ( | self | ) |
Deletes an existing record for this domain.
Reimplemented from BaseResource.
| def get | ( | self | ) |
Gets the full information for an existing record for this domain.
Reimplemented from BaseResource.
| def update | ( | self, | |
data = None, |
|||
priority = None, |
|||
ttl = None, |
|||
comment = None |
|||
| ) |
Modifies this record.
comment = None [static] |
data = None [static] |
GET_DETAILS = False [static] |
name = None [static] |
priority = None [static] |
ttl = None [static] |
type = None [static] |
1.7.6.1