RootΒΆ

class troveclient.v1.root.Root(api)

Bases: troveclient.base.ManagerWithFind

Manager class for Root resource.

Root.create(instance)

Implements root-enable API.

Enable the root user and return the root password for the specified db instance.

Root.is_root_enabled(instance)

Return whether root is enabled for the instance.

Root.list()
Root.resource_class

alias of User

Root.url = '/instances/%s/root'

Previous topic

Quota

Next topic

Security_groups

This Page