mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[dns] README updates
This commit is contained in:
parent
c732cf1146
commit
c1b103c087
1 changed files with 9 additions and 4 deletions
13
README.rdoc
13
README.rdoc
|
@ -27,9 +27,13 @@ A high level interface to each cloud is provided through collections, such as `i
|
||||||
You can see a list of available collections by calling `collections` on the connection object. You can try it out using the `fog` command:
|
You can see a list of available collections by calling `collections` on the connection object. You can try it out using the `fog` command:
|
||||||
|
|
||||||
>> AWS.collections
|
>> AWS.collections
|
||||||
[:addresses, :directories, :files, :flavors, :images, :key_pairs, :security_groups, :servers, :snapshots, :volumes]
|
[:addresses, :directories, ..., :volumes, :zones]
|
||||||
|
|
||||||
Some collections are available across multiple providers. For example, compute providers have +flavors+, +images+ and +servers+, and storage providers have +directory+ and +file+.
|
Some collections are available across multiple providers:
|
||||||
|
|
||||||
|
* compute providers have +flavors+, +images+ and +servers+
|
||||||
|
* dns providers have +zones+ and +records+
|
||||||
|
* storage providers have +directories+ and +files+
|
||||||
|
|
||||||
Collections share basic CRUD type operations, such as:
|
Collections share basic CRUD type operations, such as:
|
||||||
* +all+ - fetch every object of that type from the provider.
|
* +all+ - fetch every object of that type from the provider.
|
||||||
|
@ -104,16 +108,17 @@ You should try out the (varying) support fog has for:
|
||||||
* {Blue Box Group}[http://www.blueboxgrp.com] [{Compute}[http://www.blueboxgrp.com/blocks]]
|
* {Blue Box Group}[http://www.blueboxgrp.com] [{Compute}[http://www.blueboxgrp.com/blocks]]
|
||||||
* {Brightbox}[http://www.brightbox.co.uk] [{Compute}[http://beta.brightbox.com/]]
|
* {Brightbox}[http://www.brightbox.co.uk] [{Compute}[http://beta.brightbox.com/]]
|
||||||
* {Google}[http://www.google.com] [{Storage}[http://code.google.com/apis/storage]]
|
* {Google}[http://www.google.com] [{Storage}[http://code.google.com/apis/storage]]
|
||||||
|
* {Linode}[http://www.linode.com] [{DNS}[http://www.linode.com]]
|
||||||
* Local [Storage]
|
* Local [Storage]
|
||||||
* {Rackspace}[http://www.rackspace.com] [{Compute}[http://www.rackspacecloud.com/cloud_hosting_products/servers], {Storage}[http://www.rackspacecloud.com/cloud_hosting_products/files]]
|
* {Rackspace}[http://www.rackspace.com] [{Compute}[http://www.rackspacecloud.com/cloud_hosting_products/servers], {Storage}[http://www.rackspacecloud.com/cloud_hosting_products/files]]
|
||||||
* {Slicehost}[http://www.slicehost.com] [{Compute}[http://www.slicehost.com], {DNS}[http://www.slicehost.com]]
|
* {Slicehost}[http://www.slicehost.com] [{Compute}[http://www.slicehost.com], {DNS}[http://www.slicehost.com]]
|
||||||
* {Terremark}[http://www.terremark.com] [{vCloud Express}[http://vcloudexpress.terremark.com]]
|
* {Terremark}[http://www.terremark.com] [{vCloud Express}[http://vcloudexpress.terremark.com]]
|
||||||
|
* {Zerigo}[http://www.zerigo.com] [{DNS}[http://www.zerigo.com/managed-dns]]
|
||||||
|
|
||||||
There are also the basics of these providers (that could use your love):
|
There are also the basics of these providers (that could use your love):
|
||||||
* {GoGrid}[http://www.gogrid.com] [{Compute}[http://www.gogrid.com]]
|
* {GoGrid}[http://www.gogrid.com] [{Compute}[http://www.gogrid.com]]
|
||||||
* {Linode}[http://www.linode.com] [{Compute}[http://www.linode.com], {DNS}[http://www.linode.com]]
|
* {Linode}[http://www.linode.com] [{Compute}[http://www.linode.com]]
|
||||||
* {New Servers}[http://www.newservers.com] [{Compute}[http://www.newservers.com]]
|
* {New Servers}[http://www.newservers.com] [{Compute}[http://www.newservers.com]]
|
||||||
* {Zerigo}[http://www.zerigo.com] [{DNS}[http://www.zerigo.com/managed-dns]]
|
|
||||||
|
|
||||||
Enjoy, and let me know what I can do to continue improving fog!
|
Enjoy, and let me know what I can do to continue improving fog!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue