Module zone (0.35.0)

Define API ManagedZones.

Classes

ManagedZone

ManagedZone(name, dns_name=None, client=None, description=None)

ManagedZones are containers for DNS resource records.

See https://cloud.google.com/dns/api/v1/managedZones

Parameters
NameDescription
name str

the name of the zone

dns_name str

(Optional) the DNS name of the zone. If not passed, then calls to create will fail.

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'.