Skip to content

Commit

Permalink
SP38 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjojeejoseph committed Dec 16, 2024
1 parent ea427cc commit 388059a
Show file tree
Hide file tree
Showing 262 changed files with 59,953 additions and 18,069 deletions.
16 changes: 8 additions & 8 deletions docs/cvpysdk/activate.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1 id="activate-instance-attributes">Activate instance Attributes</h1>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/Commvault/cvpysdk/blob/8dae4e5d757578a0123ac548967635d21ca9ca6f/cvpysdk/activate.py#L1-L199" class="git-link">Browse git</a>
<a href="https://github.com/Commvault/cvpysdk/blob/ea427ccfbe1b4a06c8c59fca8d0a81b0eca27e2d/cvpysdk/activate.py#L1-L199" class="git-link">Browse git</a>
</summary>
<pre><code class="python"># -*- coding: utf-8 -*-

Expand Down Expand Up @@ -274,7 +274,7 @@ <h2 id="returns">Returns</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/Commvault/cvpysdk/blob/8dae4e5d757578a0123ac548967635d21ca9ca6f/cvpysdk/activate.py#L58-L199" class="git-link">Browse git</a>
<a href="https://github.com/Commvault/cvpysdk/blob/ea427ccfbe1b4a06c8c59fca8d0a81b0eca27e2d/cvpysdk/activate.py#L58-L199" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class Activate(object):
&#34;&#34;&#34;Class for representing activate apps in the commcell.&#34;&#34;&#34;
Expand Down Expand Up @@ -429,7 +429,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/Commvault/cvpysdk/blob/8dae4e5d757578a0123ac548967635d21ca9ca6f/cvpysdk/activate.py#L93-L97" class="git-link">Browse git</a>
<a href="https://github.com/Commvault/cvpysdk/blob/ea427ccfbe1b4a06c8c59fca8d0a81b0eca27e2d/cvpysdk/activate.py#L93-L97" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def compliance_search(self):
&#34;&#34;&#34;Returns the Compliance Search utility class object from activate apps&#34;&#34;&#34;
Expand Down Expand Up @@ -463,7 +463,7 @@ <h2 id="raises">Raises</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/Commvault/cvpysdk/blob/8dae4e5d757578a0123ac548967635d21ca9ca6f/cvpysdk/activate.py#L163-L199" class="git-link">Browse git</a>
<a href="https://github.com/Commvault/cvpysdk/blob/ea427ccfbe1b4a06c8c59fca8d0a81b0eca27e2d/cvpysdk/activate.py#L163-L199" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def entity_manager(self, entity_type=EntityManagerTypes.ENTITIES):
&#34;&#34;&#34;Returns the ActivateEntities or Classifiers or Tagsets object in entity manager based on input type
Expand Down Expand Up @@ -524,7 +524,7 @@ <h2 id="sdkexception">Sdkexception</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/Commvault/cvpysdk/blob/8dae4e5d757578a0123ac548967635d21ca9ca6f/cvpysdk/activate.py#L111-L141" class="git-link">Browse git</a>
<a href="https://github.com/Commvault/cvpysdk/blob/ea427ccfbe1b4a06c8c59fca8d0a81b0eca27e2d/cvpysdk/activate.py#L111-L141" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def file_storage_optimization(self, fso_type=FsoTypes.SERVERS):
&#34;&#34;&#34;returns object of FsoServers/FsoServerGroups/Projects based on FSO type
Expand Down Expand Up @@ -567,7 +567,7 @@ <h2 id="sdkexception">Sdkexception</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/Commvault/cvpysdk/blob/8dae4e5d757578a0123ac548967635d21ca9ca6f/cvpysdk/activate.py#L99-L103" class="git-link">Browse git</a>
<a href="https://github.com/Commvault/cvpysdk/blob/ea427ccfbe1b4a06c8c59fca8d0a81b0eca27e2d/cvpysdk/activate.py#L99-L103" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def inventory_manager(self):
&#34;&#34;&#34;Returns the Inventories class object from inventory manager app from activate apps&#34;&#34;&#34;
Expand All @@ -584,7 +584,7 @@ <h2 id="sdkexception">Sdkexception</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/Commvault/cvpysdk/blob/8dae4e5d757578a0123ac548967635d21ca9ca6f/cvpysdk/activate.py#L105-L109" class="git-link">Browse git</a>
<a href="https://github.com/Commvault/cvpysdk/blob/ea427ccfbe1b4a06c8c59fca8d0a81b0eca27e2d/cvpysdk/activate.py#L105-L109" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def request_manager(self):
&#34;&#34;&#34;Returns the Requests class object from request manager app from activate apps&#34;&#34;&#34;
Expand All @@ -608,7 +608,7 @@ <h2 id="raises">Raises</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/Commvault/cvpysdk/blob/8dae4e5d757578a0123ac548967635d21ca9ca6f/cvpysdk/activate.py#L143-L161" class="git-link">Browse git</a>
<a href="https://github.com/Commvault/cvpysdk/blob/ea427ccfbe1b4a06c8c59fca8d0a81b0eca27e2d/cvpysdk/activate.py#L143-L161" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def sensitive_data_governance(self):
&#34;&#34;&#34;returns object of Sensitive data governance - Projects class
Expand Down
Loading

0 comments on commit 388059a

Please sign in to comment.