Ian Cordasco 87a9c75ea3 Add Python API Reference documentation
This corrects some typos in earlier documentation patches, removes
outdated API reference documentation, and organizes all API reference
documentation under one chapter.

This also leaves room for future API versions and more specific API
reference documentation being broken out into sub-sections.

Change-Id: I5391a1acc7d1669207b3d10039a196d026216f40
2017-03-17 14:38:02 -05:00

2.2 KiB

Python API Reference Documentation

This chapter of python-cratonclient's documentation focuses entirely on the API of the different objects involved in the use of cratonclient's Python API.

Version-less Objects

cratonclient.session.Session

v1 API Documentation

cratonclient.v1.client.Client

Cells

cratonclient.v1.cells.Cell

cratonclient.v1.cells.CellManager

Clouds

cratonclient.v1.clouds.Cloud

cratonclient.v1.clouds.CloudManager

Devices

cratonclient.v1.devices.Device

cratonclient.v1.devices.DeviceManager

Hosts

cratonclient.v1.hosts.Host

cratonclient.v1.hosts.HostManager

Projects

cratonclient.v1.projects.Project

cratonclient.v1.projects.ProjectManager

Regions

cratonclient.v1.regions.Region

cratonclient.v1.regions.RegionManager

Variables

cratonclient.v1.variables.Variable

cratonclient.v1.variables.Variables

cratonclient.v1.variables.VariableManager

Authentication Helpers

cratonclient.auth.craton_auth

cratonclient.auth.keystone_auth