docs: Port more docs over.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/04a06cd4 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/04a06cd4 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/04a06cd4 Branch: refs/heads/trunk Commit: 04a06cd4ac3f9933fb2c2acd1875487a88957e07 Parents: acfceb4 Author: Tomaz Muraus <[email protected]> Authored: Sat Aug 3 23:23:48 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Aug 3 23:23:48 2013 +0200 ---------------------------------------------------------------------- docs/dns/index.rst | 11 +++++++++-- docs/loadbalancer/index.rst | 12 ++++++++++-- docs/storage/index.rst | 13 +++++++++++-- 3 files changed, 30 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/04a06cd4/docs/dns/index.rst ---------------------------------------------------------------------- diff --git a/docs/dns/index.rst b/docs/dns/index.rst index dafb455..e0fe0f6 100644 --- a/docs/dns/index.rst +++ b/docs/dns/index.rst @@ -1,9 +1,16 @@ DNS === -.. note:: +DNS API allows you to manage DNS as A Service and services such as Zerigo DNS, +Rackspace Cloud DNS and others. - TODO: Write me! +Terminology +----------- + +* **Zone** - represents a DNS zone or so called domain. +* **Record** - represents a DNS record. Each record belongs to a Zone and has + a record type and data attribute. Data depends on the record type. +* **RecordType** - represents a DNS record type (A, AAAA, MX, TXT, etc.) Examples -------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/04a06cd4/docs/loadbalancer/index.rst ---------------------------------------------------------------------- diff --git a/docs/loadbalancer/index.rst b/docs/loadbalancer/index.rst index 59f17c2..77accae 100644 --- a/docs/loadbalancer/index.rst +++ b/docs/loadbalancer/index.rst @@ -1,9 +1,17 @@ Load Balancers ============== -.. note:: +Load Balancer API allows you to manage Load Balancers as a service and services +such as Rackspace Cloud Load Balancers, GoGrid Load Balancers and Ninefold Load +Balancers. - TODO: Write me! +Terminology +----------- + +* **LoadBalancer** - represents a load balancer instance. +* **Member** - represents a load balancer member. +* **Algorithm** - represents a load balancing algorithm (round-robin, random, + least connections, etc.). Examples -------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/04a06cd4/docs/storage/index.rst ---------------------------------------------------------------------- diff --git a/docs/storage/index.rst b/docs/storage/index.rst index 6d93f9e..4b06f7c 100644 --- a/docs/storage/index.rst +++ b/docs/storage/index.rst @@ -1,9 +1,18 @@ Object Storage ============== -.. note:: +Storage API allows you to manage cloud object storage (not to be confused with +cloud block storage) and services such as Amazon S3, Rackspace CloudFiles, +Google Storage and others. - TODO: Write me! +Terminology +----------- + +* **Object** - represents an object or so called BLOB. +* **Container** - represents a container which can contain multiple objects. + You can think of it as a folder on a file system. Difference between + container and a folder on file system is that containers cannot be nested. + Some APIs and providers (e.g. AWS) refer to it as a Bucket. Examples --------
