Define API ManagedZones.
Classes
ManagedZone
ManagedZone(name, dns_name=None, client=None, description=None)
ManagedZones are containers for DNS resource records.
Parameters | |
---|---|
Name | Description |
name |
str
the name of the zone |
dns_name |
str
(Optional) the DNS name of the zone. If not passed, then calls to |
client |
Client
A client which holds credentials and project configuration for the zone (which requires a project). |
description |
str
(Optional) the description for the zone. If not passed, defaults to the value of 'dns_name'. |