blob: 059dcb869678e9145dfa2b55cb5b4e11174fe0a7 [file] [edit]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="netapp_v1.html">NetApp API</a> . <a href="netapp_v1.projects.html">projects</a> . <a href="netapp_v1.projects.locations.html">locations</a> . <a href="netapp_v1.projects.locations.storagePools.html">storagePools</a> . <a href="netapp_v1.projects.locations.storagePools.ontap.html">ontap</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#executeOntapDelete">executeOntapDelete(ontapPath, x__xgafv=None)</a></code></p>
<p class="firstline">`ExecuteOntapDelete` sends the ONTAP `DELETE` request to the `StoragePool` cluster.</p>
<p class="toc_element">
<code><a href="#executeOntapGet">executeOntapGet(ontapPath, x__xgafv=None)</a></code></p>
<p class="firstline">`ExecuteOntapGet` sends the ONTAP `GET` request to the `StoragePool` cluster.</p>
<p class="toc_element">
<code><a href="#executeOntapPatch">executeOntapPatch(ontapPath, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">`ExecuteOntapPatch` sends the ONTAP `PATCH` request to the `StoragePool` cluster.</p>
<p class="toc_element">
<code><a href="#executeOntapPost">executeOntapPost(ontapPath, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">`ExecuteOntapPost` sends the ONTAP `POST` request to the `StoragePool` cluster.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="executeOntapDelete">executeOntapDelete(ontapPath, x__xgafv=None)</code>
<pre>`ExecuteOntapDelete` sends the ONTAP `DELETE` request to the `StoragePool` cluster.
Args:
ontapPath: string, Required. The resource path of the ONTAP resource. Format: `projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example: `projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes`. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for `ExecuteOntapDelete` API.
&quot;body&quot;: { # The raw `JSON` body of the response.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
}</pre>
</div>
<div class="method">
<code class="details" id="executeOntapGet">executeOntapGet(ontapPath, x__xgafv=None)</code>
<pre>`ExecuteOntapGet` sends the ONTAP `GET` request to the `StoragePool` cluster.
Args:
ontapPath: string, Required. The resource path of the ONTAP resource. Format: `projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example: `projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes`. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for `ExecuteOntapGet` API.
&quot;body&quot;: { # The raw `JSON` body of the response.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
}</pre>
</div>
<div class="method">
<code class="details" id="executeOntapPatch">executeOntapPatch(ontapPath, body=None, x__xgafv=None)</code>
<pre>`ExecuteOntapPatch` sends the ONTAP `PATCH` request to the `StoragePool` cluster.
Args:
ontapPath: string, Required. The resource path of the ONTAP resource. Format: `projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example: `projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes`. (required)
body: object, The request body.
The object takes the form of:
{ # Request message for `ExecuteOntapPatch` API.
&quot;body&quot;: { # Required. The raw `JSON` body of the request. The body should be in the format of the ONTAP resource. For example: ``` { &quot;body&quot;: { &quot;field1&quot;: &quot;value1&quot;, &quot;field2&quot;: &quot;value2&quot;, } } ```
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for `ExecuteOntapPatch` API.
&quot;body&quot;: { # The raw `JSON` body of the response.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
}</pre>
</div>
<div class="method">
<code class="details" id="executeOntapPost">executeOntapPost(ontapPath, body=None, x__xgafv=None)</code>
<pre>`ExecuteOntapPost` sends the ONTAP `POST` request to the `StoragePool` cluster.
Args:
ontapPath: string, Required. The path of the ONTAP resource. Format: `projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example: `projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes`. (required)
body: object, The request body.
The object takes the form of:
{ # Request message for `ExecuteOntapPost` API.
&quot;body&quot;: { # Required. The raw `JSON` body of the request. The body should be in the format of the ONTAP resource. For example: ``` { &quot;body&quot;: { &quot;field1&quot;: &quot;value1&quot;, &quot;field2&quot;: &quot;value2&quot;, } } ```
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for `ExecuteOntapPost` API.
&quot;body&quot;: { # The raw `JSON` body of the response.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
}</pre>
</div>
</body></html>