Skip to content

Commit beff2bc

Browse files
committed
regenerated docs
1 parent 4c90490 commit beff2bc

File tree

176 files changed

+4974
-1790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+4974
-1790
lines changed

docs/api/Autoload.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,9 @@ <h1>Namespaces</h1>
524524
</ul>
525525
</li>
526526
<li class="closed">
527+
<span class="folder">Autoscale</span><ul><li><span class="class"><a href="OpenCloud.Autoscale.Service.html#Service">Service</a><br><small>The Rackspace Cloud Load Balancers</small></span></li></ul>
528+
</li>
529+
<li class="closed">
527530
<span class="folder">Base</span><ul>
528531
<li><span class="class"><a href="OpenCloud.Base.Base.html#Base">Base</a><br><small>The Base class is the root class for all other objects used or defined by
529532
this SDK.</small></span></li>
@@ -653,15 +656,15 @@ <h1>Namespaces</h1>
653656
</li>
654657
<li class="closed">
655658
<span class="folder">Compute</span><ul>
656-
<li><span class="class"><a href="OpenCloud.Compute.Attachment.html#Attachment">Attachment</a><br><small>The VolumeAttachment class represents a volume that is attached
657-
to a server.</small></span></li>
658659
<li><span class="class"><a href="OpenCloud.Compute.Flavor.html#Flavor">Flavor</a><br><small>The Flavor class represents a flavor defined by the Compute service</small></span></li>
659660
<li><span class="class"><a href="OpenCloud.Compute.Image.html#Image">Image</a><br><small>The Image class represents a stored machine image returned by the
660661
Compute service.</small></span></li>
661662
<li><span class="class"><a href="OpenCloud.Compute.Network.html#Network">Network</a><br><small>The Network class represents a single virtual network</small></span></li>
662663
<li><span class="class"><a href="OpenCloud.Compute.Server.html#Server">Server</a><br><small>The Server class represents a single server node.</small></span></li>
663664
<li><span class="class"><a href="OpenCloud.Compute.ServerMetadata.html#ServerMetadata">ServerMetadata</a><br><small>This class handles server metadata</small></span></li>
664665
<li><span class="class"><a href="OpenCloud.Compute.Service.html#Service">Service</a><br><small>The Compute class represents the OpenStack Nova service.</small></span></li>
666+
<li><span class="class"><a href="OpenCloud.Compute.VolumeAttachment.html#VolumeAttachment">VolumeAttachment</a><br><small>The VolumeAttachment class represents a volume that is attached
667+
to a server.</small></span></li>
665668
</ul>
666669
</li>
667670
<li class="closed">
@@ -694,7 +697,7 @@ <h1>Namespaces</h1>
694697
<span class="folder">LoadBalancer</span><ul>
695698
<li><span class="class"><a href="OpenCloud.LoadBalancer.Algorithm.html#Algorithm">Algorithm</a><br><small>sub-resource to manage algorithms (read-only)</small></span></li>
696699
<li><span class="class"><a href="OpenCloud.LoadBalancer.AllowedDomain.html#AllowedDomain">AllowedDomain</a><br><small>sub-resource to manage allowed domains</small></span></li>
697-
<li><span class="class"><a href="OpenCloud.LoadBalancer.Billable.html#Billable">Billable</a><br><small>used to get a list of billable load balancers for a specific date range</small></span></li>
700+
<li><span class="class"><a href="OpenCloud.LoadBalancer.BillableLoadBalancer.html#BillableLoadBalancer">BillableLoadBalancer</a><br><small>used to get a list of billable load balancers for a specific date range</small></span></li>
698701
<li><span class="class"><a href="OpenCloud.LoadBalancer.LoadBalancer.html#LoadBalancer">LoadBalancer</a><br><small>The LoadBalancer class represents a single load balancer</small></span></li>
699702
<li><span class="class"><a href="OpenCloud.LoadBalancer.Protocol.html#Protocol">Protocol</a><br><small>sub-resource to manage protocols (read-only)</small></span></li>
700703
<li><span class="class"><a href="OpenCloud.LoadBalancer.Service.html#Service">Service</a><br><small>The Rackspace Cloud Load Balancers</small></span></li>
@@ -740,8 +743,8 @@ <h1>Namespaces</h1>
740743
<span class="folder">Volume</span><ul>
741744
<li><span class="class"><a href="OpenCloud.Volume.Service.html#Service">Service</a><br><small>Nova is an abstraction layer for the OpenStack compute service.</small></span></li>
742745
<li><span class="class"><a href="OpenCloud.Volume.Snapshot.html#Snapshot">Snapshot</a><br><small>The Snapshot class represents a single block storage snapshot</small></span></li>
743-
<li><span class="class"><a href="OpenCloud.Volume.Type.html#Type">Type</a><br><small>The VolumeType class represents a single block storage volume type</small></span></li>
744746
<li><span class="class"><a href="OpenCloud.Volume.Volume.html#Volume">Volume</a><br><small>The Volume class represents a single block storage volume</small></span></li>
747+
<li><span class="class"><a href="OpenCloud.Volume.VolumeType.html#VolumeType">VolumeType</a><br><small>The VolumeType class represents a single block storage volume type</small></span></li>
745748
</ul>
746749
</li>
747750
</ul>

docs/api/OpenCloud.AbstractClass.Collection.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,13 @@ <h4>Tags</h4>
859859
<span class="nb-faded-text">void</span>
860860
</h3>
861861
<h4>Description</h4>
862-
<em>A Collection is an array of objects</em><br><h4>Arguments</h4>
862+
<em>A Collection is an array of objects</em><br><small><p>Some assumptions:
863+
* The <code>Collection</code> class assumes that there exists on its service
864+
a factory method with the same name of the class. For example, if
865+
you create a Collection of class <code>Foobar</code>, it will attempt to call
866+
the method <code>parent::Foobar()</code> to create instances of that class.
867+
* It assumes that the factory method can take an array of values, and
868+
it passes that to the method.</p></small><br><h4>Arguments</h4>
863869
<table>
864870
<thead><tr>
865871
<th>Name</th>
@@ -1465,6 +1471,9 @@ <h1>Namespaces</h1>
14651471
</ul>
14661472
</li>
14671473
<li class="closed">
1474+
<span class="folder">Autoscale</span><ul><li><span class="class"><a href="OpenCloud.Autoscale.Service.html#Service">Service</a><br><small>The Rackspace Cloud Load Balancers</small></span></li></ul>
1475+
</li>
1476+
<li class="closed">
14681477
<span class="folder">Base</span><ul>
14691478
<li><span class="class"><a href="OpenCloud.Base.Base.html#Base">Base</a><br><small>The Base class is the root class for all other objects used or defined by
14701479
this SDK.</small></span></li>
@@ -1594,15 +1603,15 @@ <h1>Namespaces</h1>
15941603
</li>
15951604
<li class="closed">
15961605
<span class="folder">Compute</span><ul>
1597-
<li><span class="class"><a href="OpenCloud.Compute.Attachment.html#Attachment">Attachment</a><br><small>The VolumeAttachment class represents a volume that is attached
1598-
to a server.</small></span></li>
15991606
<li><span class="class"><a href="OpenCloud.Compute.Flavor.html#Flavor">Flavor</a><br><small>The Flavor class represents a flavor defined by the Compute service</small></span></li>
16001607
<li><span class="class"><a href="OpenCloud.Compute.Image.html#Image">Image</a><br><small>The Image class represents a stored machine image returned by the
16011608
Compute service.</small></span></li>
16021609
<li><span class="class"><a href="OpenCloud.Compute.Network.html#Network">Network</a><br><small>The Network class represents a single virtual network</small></span></li>
16031610
<li><span class="class"><a href="OpenCloud.Compute.Server.html#Server">Server</a><br><small>The Server class represents a single server node.</small></span></li>
16041611
<li><span class="class"><a href="OpenCloud.Compute.ServerMetadata.html#ServerMetadata">ServerMetadata</a><br><small>This class handles server metadata</small></span></li>
16051612
<li><span class="class"><a href="OpenCloud.Compute.Service.html#Service">Service</a><br><small>The Compute class represents the OpenStack Nova service.</small></span></li>
1613+
<li><span class="class"><a href="OpenCloud.Compute.VolumeAttachment.html#VolumeAttachment">VolumeAttachment</a><br><small>The VolumeAttachment class represents a volume that is attached
1614+
to a server.</small></span></li>
16061615
</ul>
16071616
</li>
16081617
<li class="closed">
@@ -1635,7 +1644,7 @@ <h1>Namespaces</h1>
16351644
<span class="folder">LoadBalancer</span><ul>
16361645
<li><span class="class"><a href="OpenCloud.LoadBalancer.Algorithm.html#Algorithm">Algorithm</a><br><small>sub-resource to manage algorithms (read-only)</small></span></li>
16371646
<li><span class="class"><a href="OpenCloud.LoadBalancer.AllowedDomain.html#AllowedDomain">AllowedDomain</a><br><small>sub-resource to manage allowed domains</small></span></li>
1638-
<li><span class="class"><a href="OpenCloud.LoadBalancer.Billable.html#Billable">Billable</a><br><small>used to get a list of billable load balancers for a specific date range</small></span></li>
1647+
<li><span class="class"><a href="OpenCloud.LoadBalancer.BillableLoadBalancer.html#BillableLoadBalancer">BillableLoadBalancer</a><br><small>used to get a list of billable load balancers for a specific date range</small></span></li>
16391648
<li><span class="class"><a href="OpenCloud.LoadBalancer.LoadBalancer.html#LoadBalancer">LoadBalancer</a><br><small>The LoadBalancer class represents a single load balancer</small></span></li>
16401649
<li><span class="class"><a href="OpenCloud.LoadBalancer.Protocol.html#Protocol">Protocol</a><br><small>sub-resource to manage protocols (read-only)</small></span></li>
16411650
<li><span class="class"><a href="OpenCloud.LoadBalancer.Service.html#Service">Service</a><br><small>The Rackspace Cloud Load Balancers</small></span></li>
@@ -1681,8 +1690,8 @@ <h1>Namespaces</h1>
16811690
<span class="folder">Volume</span><ul>
16821691
<li><span class="class"><a href="OpenCloud.Volume.Service.html#Service">Service</a><br><small>Nova is an abstraction layer for the OpenStack compute service.</small></span></li>
16831692
<li><span class="class"><a href="OpenCloud.Volume.Snapshot.html#Snapshot">Snapshot</a><br><small>The Snapshot class represents a single block storage snapshot</small></span></li>
1684-
<li><span class="class"><a href="OpenCloud.Volume.Type.html#Type">Type</a><br><small>The VolumeType class represents a single block storage volume type</small></span></li>
16851693
<li><span class="class"><a href="OpenCloud.Volume.Volume.html#Volume">Volume</a><br><small>The Volume class represents a single block storage volume</small></span></li>
1694+
<li><span class="class"><a href="OpenCloud.Volume.VolumeType.html#VolumeType">VolumeType</a><br><small>The VolumeType class represents a single block storage volume type</small></span></li>
16861695
</ul>
16871696
</li>
16881697
</ul>

docs/api/OpenCloud.AbstractClass.Nova.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,6 +1775,9 @@ <h1>Namespaces</h1>
17751775
</ul>
17761776
</li>
17771777
<li class="closed">
1778+
<span class="folder">Autoscale</span><ul><li><span class="class"><a href="OpenCloud.Autoscale.Service.html#Service">Service</a><br><small>The Rackspace Cloud Load Balancers</small></span></li></ul>
1779+
</li>
1780+
<li class="closed">
17781781
<span class="folder">Base</span><ul>
17791782
<li><span class="class"><a href="OpenCloud.Base.Base.html#Base">Base</a><br><small>The Base class is the root class for all other objects used or defined by
17801783
this SDK.</small></span></li>
@@ -1904,15 +1907,15 @@ <h1>Namespaces</h1>
19041907
</li>
19051908
<li class="closed">
19061909
<span class="folder">Compute</span><ul>
1907-
<li><span class="class"><a href="OpenCloud.Compute.Attachment.html#Attachment">Attachment</a><br><small>The VolumeAttachment class represents a volume that is attached
1908-
to a server.</small></span></li>
19091910
<li><span class="class"><a href="OpenCloud.Compute.Flavor.html#Flavor">Flavor</a><br><small>The Flavor class represents a flavor defined by the Compute service</small></span></li>
19101911
<li><span class="class"><a href="OpenCloud.Compute.Image.html#Image">Image</a><br><small>The Image class represents a stored machine image returned by the
19111912
Compute service.</small></span></li>
19121913
<li><span class="class"><a href="OpenCloud.Compute.Network.html#Network">Network</a><br><small>The Network class represents a single virtual network</small></span></li>
19131914
<li><span class="class"><a href="OpenCloud.Compute.Server.html#Server">Server</a><br><small>The Server class represents a single server node.</small></span></li>
19141915
<li><span class="class"><a href="OpenCloud.Compute.ServerMetadata.html#ServerMetadata">ServerMetadata</a><br><small>This class handles server metadata</small></span></li>
19151916
<li><span class="class"><a href="OpenCloud.Compute.Service.html#Service">Service</a><br><small>The Compute class represents the OpenStack Nova service.</small></span></li>
1917+
<li><span class="class"><a href="OpenCloud.Compute.VolumeAttachment.html#VolumeAttachment">VolumeAttachment</a><br><small>The VolumeAttachment class represents a volume that is attached
1918+
to a server.</small></span></li>
19161919
</ul>
19171920
</li>
19181921
<li class="closed">
@@ -1945,7 +1948,7 @@ <h1>Namespaces</h1>
19451948
<span class="folder">LoadBalancer</span><ul>
19461949
<li><span class="class"><a href="OpenCloud.LoadBalancer.Algorithm.html#Algorithm">Algorithm</a><br><small>sub-resource to manage algorithms (read-only)</small></span></li>
19471950
<li><span class="class"><a href="OpenCloud.LoadBalancer.AllowedDomain.html#AllowedDomain">AllowedDomain</a><br><small>sub-resource to manage allowed domains</small></span></li>
1948-
<li><span class="class"><a href="OpenCloud.LoadBalancer.Billable.html#Billable">Billable</a><br><small>used to get a list of billable load balancers for a specific date range</small></span></li>
1951+
<li><span class="class"><a href="OpenCloud.LoadBalancer.BillableLoadBalancer.html#BillableLoadBalancer">BillableLoadBalancer</a><br><small>used to get a list of billable load balancers for a specific date range</small></span></li>
19491952
<li><span class="class"><a href="OpenCloud.LoadBalancer.LoadBalancer.html#LoadBalancer">LoadBalancer</a><br><small>The LoadBalancer class represents a single load balancer</small></span></li>
19501953
<li><span class="class"><a href="OpenCloud.LoadBalancer.Protocol.html#Protocol">Protocol</a><br><small>sub-resource to manage protocols (read-only)</small></span></li>
19511954
<li><span class="class"><a href="OpenCloud.LoadBalancer.Service.html#Service">Service</a><br><small>The Rackspace Cloud Load Balancers</small></span></li>
@@ -1991,8 +1994,8 @@ <h1>Namespaces</h1>
19911994
<span class="folder">Volume</span><ul>
19921995
<li><span class="class"><a href="OpenCloud.Volume.Service.html#Service">Service</a><br><small>Nova is an abstraction layer for the OpenStack compute service.</small></span></li>
19931996
<li><span class="class"><a href="OpenCloud.Volume.Snapshot.html#Snapshot">Snapshot</a><br><small>The Snapshot class represents a single block storage snapshot</small></span></li>
1994-
<li><span class="class"><a href="OpenCloud.Volume.Type.html#Type">Type</a><br><small>The VolumeType class represents a single block storage volume type</small></span></li>
19951997
<li><span class="class"><a href="OpenCloud.Volume.Volume.html#Volume">Volume</a><br><small>The Volume class represents a single block storage volume</small></span></li>
1998+
<li><span class="class"><a href="OpenCloud.Volume.VolumeType.html#VolumeType">VolumeType</a><br><small>The VolumeType class represents a single block storage volume type</small></span></li>
19961999
</ul>
19972000
</li>
19982001
</ul>

docs/api/OpenCloud.AbstractClass.ObjectStore.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,9 @@ <h1>Namespaces</h1>
11471147
</ul>
11481148
</li>
11491149
<li class="closed">
1150+
<span class="folder">Autoscale</span><ul><li><span class="class"><a href="OpenCloud.Autoscale.Service.html#Service">Service</a><br><small>The Rackspace Cloud Load Balancers</small></span></li></ul>
1151+
</li>
1152+
<li class="closed">
11501153
<span class="folder">Base</span><ul>
11511154
<li><span class="class"><a href="OpenCloud.Base.Base.html#Base">Base</a><br><small>The Base class is the root class for all other objects used or defined by
11521155
this SDK.</small></span></li>
@@ -1276,15 +1279,15 @@ <h1>Namespaces</h1>
12761279
</li>
12771280
<li class="closed">
12781281
<span class="folder">Compute</span><ul>
1279-
<li><span class="class"><a href="OpenCloud.Compute.Attachment.html#Attachment">Attachment</a><br><small>The VolumeAttachment class represents a volume that is attached
1280-
to a server.</small></span></li>
12811282
<li><span class="class"><a href="OpenCloud.Compute.Flavor.html#Flavor">Flavor</a><br><small>The Flavor class represents a flavor defined by the Compute service</small></span></li>
12821283
<li><span class="class"><a href="OpenCloud.Compute.Image.html#Image">Image</a><br><small>The Image class represents a stored machine image returned by the
12831284
Compute service.</small></span></li>
12841285
<li><span class="class"><a href="OpenCloud.Compute.Network.html#Network">Network</a><br><small>The Network class represents a single virtual network</small></span></li>
12851286
<li><span class="class"><a href="OpenCloud.Compute.Server.html#Server">Server</a><br><small>The Server class represents a single server node.</small></span></li>
12861287
<li><span class="class"><a href="OpenCloud.Compute.ServerMetadata.html#ServerMetadata">ServerMetadata</a><br><small>This class handles server metadata</small></span></li>
12871288
<li><span class="class"><a href="OpenCloud.Compute.Service.html#Service">Service</a><br><small>The Compute class represents the OpenStack Nova service.</small></span></li>
1289+
<li><span class="class"><a href="OpenCloud.Compute.VolumeAttachment.html#VolumeAttachment">VolumeAttachment</a><br><small>The VolumeAttachment class represents a volume that is attached
1290+
to a server.</small></span></li>
12881291
</ul>
12891292
</li>
12901293
<li class="closed">
@@ -1317,7 +1320,7 @@ <h1>Namespaces</h1>
13171320
<span class="folder">LoadBalancer</span><ul>
13181321
<li><span class="class"><a href="OpenCloud.LoadBalancer.Algorithm.html#Algorithm">Algorithm</a><br><small>sub-resource to manage algorithms (read-only)</small></span></li>
13191322
<li><span class="class"><a href="OpenCloud.LoadBalancer.AllowedDomain.html#AllowedDomain">AllowedDomain</a><br><small>sub-resource to manage allowed domains</small></span></li>
1320-
<li><span class="class"><a href="OpenCloud.LoadBalancer.Billable.html#Billable">Billable</a><br><small>used to get a list of billable load balancers for a specific date range</small></span></li>
1323+
<li><span class="class"><a href="OpenCloud.LoadBalancer.BillableLoadBalancer.html#BillableLoadBalancer">BillableLoadBalancer</a><br><small>used to get a list of billable load balancers for a specific date range</small></span></li>
13211324
<li><span class="class"><a href="OpenCloud.LoadBalancer.LoadBalancer.html#LoadBalancer">LoadBalancer</a><br><small>The LoadBalancer class represents a single load balancer</small></span></li>
13221325
<li><span class="class"><a href="OpenCloud.LoadBalancer.Protocol.html#Protocol">Protocol</a><br><small>sub-resource to manage protocols (read-only)</small></span></li>
13231326
<li><span class="class"><a href="OpenCloud.LoadBalancer.Service.html#Service">Service</a><br><small>The Rackspace Cloud Load Balancers</small></span></li>
@@ -1363,8 +1366,8 @@ <h1>Namespaces</h1>
13631366
<span class="folder">Volume</span><ul>
13641367
<li><span class="class"><a href="OpenCloud.Volume.Service.html#Service">Service</a><br><small>Nova is an abstraction layer for the OpenStack compute service.</small></span></li>
13651368
<li><span class="class"><a href="OpenCloud.Volume.Snapshot.html#Snapshot">Snapshot</a><br><small>The Snapshot class represents a single block storage snapshot</small></span></li>
1366-
<li><span class="class"><a href="OpenCloud.Volume.Type.html#Type">Type</a><br><small>The VolumeType class represents a single block storage volume type</small></span></li>
13671369
<li><span class="class"><a href="OpenCloud.Volume.Volume.html#Volume">Volume</a><br><small>The Volume class represents a single block storage volume</small></span></li>
1370+
<li><span class="class"><a href="OpenCloud.Volume.VolumeType.html#VolumeType">VolumeType</a><br><small>The VolumeType class represents a single block storage volume type</small></span></li>
13681371
</ul>
13691372
</li>
13701373
</ul>

0 commit comments

Comments
 (0)