DigitalOcean APIv2 metadata module. Exposes meta classes for meta informtaion.

class meta.Domain(**kwargs)[source]

DigitalOcean droplet domain object

Property name:Name of the domain.
Property ttl:Time-to-live for the domain.
Property zone_file:
 Zone file for the domain.
classmethod create(*args, **kwargs)

Wrapper method

classmethod delete(*args, **kwargs)

Wrapper method

classmethod get(*args, **kwargs)

Wrapper method

classmethod get_all(*args, **kwargs)

Wrapper method

class meta.Kernel(**kwargs)[source]

DigitalOcean droplet kernel object

class meta.Snapshot(**kwargs)[source]

DigitalOcean droplet snapshot object

type

Droplet snapshot type property

class meta.Region(**kwargs)[source]

DigitalOcean region object class

class meta.SSHKey(**kwargs)[source]

SSH key object associated with a DigitalOcean account

class meta.DropletNetwork(**kwargs)[source]

DigitalOcean droplet network object