The troveclient.v1.flavors Module

The troveclient.v1.flavors Module

class troveclient.v1.flavors.Flavor(manager, info, loaded=False)

Bases: troveclient.base.Resource

A Flavor is an Instance type, specifying other things, like RAM size.

class troveclient.v1.flavors.Flavors(api)

Bases: troveclient.base.ManagerWithFind

Manage Flavor resources.

get(flavor)

Get a specific flavor.

Return type:Flavor
list()

Get a list of all flavors. :rtype: list of Flavor.

list_datastore_version_associated_flavors(datastore, version_id)

Get a list of all flavors for the specified datastore type and datastore version . :rtype: list of Flavor.

resource_class

alias of Flavor

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

python-troveclient 2.14.1.dev7