Part of libcloud.dns.base View Source View In Hierarchy
Method | __init__ | |
Method | list_records | Undocumented |
Method | create_record | Undocumented |
Method | update | Undocumented |
Method | delete | Undocumented |
Method | __repr__ | Undocumented |
Parameters | id | Zone id. (type: str ) |
domain | The name of the domain. (type: str ) | |
type | Zone type (master, slave). (type: string ) | |
ttl | Default TTL for records in this zone (in seconds). (type: int ) | |
driver | DNSDriver instance. (type: DNSDriver ) | |
extra | (optional) Extra attributes (driver specific). (type: dict ) |