Part of libcloud.dns.base View Source View In Hierarchy
Parameters | id | Record id (type: str ) |
name | Hostname or FQDN. (type: str ) | |
type | DNS record type (A, AAAA, ...). (type: RecordType ) | |
data | Data for the record (depends on the record type). (type: str ) | |
zone | Zone instance. (type: Zone ) | |
driver | DNSDriver instance. (type: DNSDriver ) | |
extra | (optional) Extra attributes (driver specific). (type: dict ) |