Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4b137326f38b5adf1f9ffd3dbbb48a7b > files > 323

deltacloud-core-doc-0.4.0-4.fc15.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Class: Deltacloud::Drivers::Gogrid::GogridDriver</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
  <script type="text/javascript">
  // <![CDATA[

  function popupCode( url ) {
    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  }

  function toggleCode( id ) {
    if ( document.getElementById )
      elem = document.getElementById( id );
    else if ( document.all )
      elem = eval( "document.all." + id );
    else
      return false;

    elemStyle = elem.style;
    
    if ( elemStyle.display != "block" ) {
      elemStyle.display = "block"
    } else {
      elemStyle.display = "none"
    }

    return true;
  }
  
  // Make codeblocks hidden by default
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  
  // ]]>
  </script>

</head>
<body>



    <div id="classHeader">
        <table class="header-table">
        <tr class="top-aligned-row">
          <td><strong>Class</strong></td>
          <td class="class-name-in-header">Deltacloud::Drivers::Gogrid::GogridDriver</td>
        </tr>
        <tr class="top-aligned-row">
            <td><strong>In:</strong></td>
            <td>
                <a href="../../../../files/lib/deltacloud/drivers/gogrid/gogrid_driver_rb.html">
                lib/deltacloud/drivers/gogrid/gogrid_driver.rb
                </a>
        <br />
            </td>
        </tr>

        <tr class="top-aligned-row">
            <td><strong>Parent:</strong></td>
            <td>
                <a href="../../BaseDriver.html">
                Deltacloud::BaseDriver
               </a>
            </td>
        </tr>
        </table>
    </div>
  <!-- banner header -->

  <div id="bodyContent">



  <div id="contextContent">



   </div>

    <div id="method-list">
      <h3 class="section-bar">Methods</h3>

      <div class="name-list">
      <a href="#M000348">catched_exceptions_list</a>&nbsp;&nbsp;
      <a href="#M000331">create_instance</a>&nbsp;&nbsp;
      <a href="#M000339">create_load_balancer</a>&nbsp;&nbsp;
      <a href="#M000336">destroy_instance</a>&nbsp;&nbsp;
      <a href="#M000340">destroy_load_balancer</a>&nbsp;&nbsp;
      <a href="#M000327">hardware_profiles</a>&nbsp;&nbsp;
      <a href="#M000329">images</a>&nbsp;&nbsp;
      <a href="#M000334">instances</a>&nbsp;&nbsp;
      <a href="#M000345">key</a>&nbsp;&nbsp;
      <a href="#M000346">keys</a>&nbsp;&nbsp;
      <a href="#M000343">lb_register_instance</a>&nbsp;&nbsp;
      <a href="#M000344">lb_unregister_instance</a>&nbsp;&nbsp;
      <a href="#M000333">list_instances</a>&nbsp;&nbsp;
      <a href="#M000342">load_balancer</a>&nbsp;&nbsp;
      <a href="#M000341">load_balancers</a>&nbsp;&nbsp;
      <a href="#M000330">realms</a>&nbsp;&nbsp;
      <a href="#M000335">reboot_instance</a>&nbsp;&nbsp;
      <a href="#M000332">run_on_instance</a>&nbsp;&nbsp;
      <a href="#M000338">start_instance</a>&nbsp;&nbsp;
      <a href="#M000337">stop_instance</a>&nbsp;&nbsp;
      <a href="#M000328">supported_collections</a>&nbsp;&nbsp;
      <a href="#M000347">valid_credentials?</a>&nbsp;&nbsp;
      </div>
    </div>

  </div>


    <!-- if includes -->

    <div id="section">


    <div id="constants-list">
      <h3 class="section-bar">Constants</h3>

      <div class="name-list">
        <table summary="Constants">
        <tr class="top-aligned-row context-row">
          <td class="context-item-name">USER_NAME_MAX</td>
          <td>=</td>
          <td class="context-item-value">feature(:instances, :user_name).constraints[:max_length]</td>
        </tr>
        </table>
      </div>
    </div>



      


    <!-- if method_list -->
    <div id="methods">
      <h3 class="section-bar">Public Instance methods</h3>

      <div id="method-M000348" class="method-detail">
        <a name="M000348"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000348.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000348.html');return false;">
          <span class="method-name">catched_exceptions_list</span><span class="method-args">()</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000331" class="method-detail">
        <a name="M000331"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000331.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000331.html');return false;">
          <span class="method-name">create_instance</span><span class="method-args">(credentials, image_id, opts={})</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000339" class="method-detail">
        <a name="M000339"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000339.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000339.html');return false;">
          <span class="method-name">create_load_balancer</span><span class="method-args">(credentials, opts={})</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000336" class="method-detail">
        <a name="M000336"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000336.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000336.html');return false;">
          <span class="method-name">destroy_instance</span><span class="method-args">(credentials, id)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000340" class="method-detail">
        <a name="M000340"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000340.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000340.html');return false;">
          <span class="method-name">destroy_load_balancer</span><span class="method-args">(credentials, id)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000327" class="method-detail">
        <a name="M000327"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000327.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000327.html');return false;">
          <span class="method-name">hardware_profiles</span><span class="method-args">(credentials, opts={})</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000329" class="method-detail">
        <a name="M000329"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000329.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000329.html');return false;">
          <span class="method-name">images</span><span class="method-args">(credentials, opts=nil)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000334" class="method-detail">
        <a name="M000334"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000334.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000334.html');return false;">
          <span class="method-name">instances</span><span class="method-args">(credentials, opts=nil)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000345" class="method-detail">
        <a name="M000345"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000345.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000345.html');return false;">
          <span class="method-name">key</span><span class="method-args">(credentials, opts=nil)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000346" class="method-detail">
        <a name="M000346"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000346.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000346.html');return false;">
          <span class="method-name">keys</span><span class="method-args">(credentials, opts=nil)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000343" class="method-detail">
        <a name="M000343"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000343.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000343.html');return false;">
          <span class="method-name">lb_register_instance</span><span class="method-args">(credentials, opts={})</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000344" class="method-detail">
        <a name="M000344"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000344.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000344.html');return false;">
          <span class="method-name">lb_unregister_instance</span><span class="method-args">(credentials, opts={})</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
Move this to capabilities
</p>
        </div>
      </div>

      <div id="method-M000333" class="method-detail">
        <a name="M000333"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000333.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000333.html');return false;">
          <span class="method-name">list_instances</span><span class="method-args">(credentials, id)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000342" class="method-detail">
        <a name="M000342"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000342.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000342.html');return false;">
          <span class="method-name">load_balancer</span><span class="method-args">(credentials, opts={})</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000341" class="method-detail">
        <a name="M000341"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000341.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000341.html');return false;">
          <span class="method-name">load_balancers</span><span class="method-args">(credentials, opts={})</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000330" class="method-detail">
        <a name="M000330"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000330.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000330.html');return false;">
          <span class="method-name">realms</span><span class="method-args">(credentials, opts=nil)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000335" class="method-detail">
        <a name="M000335"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000335.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000335.html');return false;">
          <span class="method-name">reboot_instance</span><span class="method-args">(credentials, id)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000332" class="method-detail">
        <a name="M000332"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000332.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000332.html');return false;">
          <span class="method-name">run_on_instance</span><span class="method-args">(credentials, opts={})</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000338" class="method-detail">
        <a name="M000338"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000338.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000338.html');return false;">
          <span class="method-name">start_instance</span><span class="method-args">(credentials, id)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000337" class="method-detail">
        <a name="M000337"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000337.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000337.html');return false;">
          <span class="method-name">stop_instance</span><span class="method-args">(credentials, id)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000328" class="method-detail">
        <a name="M000328"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000328.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000328.html');return false;">
          <span class="method-name">supported_collections</span><span class="method-args">()</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000347" class="method-detail">
        <a name="M000347"></a>

        <div class="method-heading">
          <a href="GogridDriver.src/M000347.html" target="Code" class="method-signature"
            onclick="popupCode('GogridDriver.src/M000347.html');return false;">
          <span class="method-name">valid_credentials?</span><span class="method-args">(credentials)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>


    </div>


  </div>


<div id="validator-badges">
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>

</body>
</html>