Skip to content

Commit

Permalink
Documentation for 1.51.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtischler authored Jun 17, 2024
1 parent 8bbd1e8 commit e6add47
Show file tree
Hide file tree
Showing 47 changed files with 196,529 additions and 49,260 deletions.
3 changes: 2 additions & 1 deletion docs/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ A log of changes by version and date.
======= ========== =====
Version Date Notes
======= ========== =====
1.51.0 05/28/2024 Added FlashArray 2.33 client
1.50.0 04/23/2024 Added FlashArray 2.32 client
1.49.0 03/23/2024 Added FlashArray 2.31 client
1.49.0 03/07/2024 Added FlashArray 2.31 client
1.48.0 03/16/2024 Added FlashBlade 2.13 client
1.47.0 01/25/2024 Added FlashArray 2.30 client
1.46.0 01/12/2024 Added FlashBlade 2.12 client
Expand Down
58 changes: 58 additions & 0 deletions docs/_sources/fa_reference.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ FlashArray REST 2.32 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.FA_2_32.client.Client

FlashArray REST 2.33 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pypureclient.flasharray.FA_2_33.client.Client
:members:


Expand Down Expand Up @@ -389,6 +393,12 @@ ArrayConnectionKey
.. autoclass:: pypureclient.flasharray.ArrayConnectionKey
:members:

ArrayConnectionPatch
~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.ArrayConnectionPatch
:members:

ArrayConnectionPath
~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -1421,6 +1431,24 @@ PolicyPost
.. autoclass:: pypureclient.flasharray.PolicyPost
:members:

PolicyRuleAlertWatcher
~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.PolicyRuleAlertWatcher
:members:

PolicyRuleAlertWatcherPatch
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.PolicyRuleAlertWatcherPatch
:members:

PolicyRuleAlertWatcherPost
~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.PolicyRuleAlertWatcherPost
:members:

PolicyRuleNfsClient
~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -1511,6 +1539,18 @@ PolicynfspostPolicyMapping
.. autoclass:: pypureclient.flasharray.PolicynfspostPolicyMapping
:members:

PolicyrulealertwatcherpatchRules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.PolicyrulealertwatcherpatchRules
:members:

PolicyrulealertwatcherpostRules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.PolicyrulealertwatcherpostRules
:members:

PolicyrulenfsclientpostRules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -1643,6 +1683,12 @@ ProtectionGroupsVolumes
.. autoclass:: pypureclient.flasharray.ProtectionGroupsVolumes
:members:

ProtocolEndpoint
~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.ProtocolEndpoint
:members:

Qos
~~~

Expand Down Expand Up @@ -2183,6 +2229,12 @@ Throttle
.. autoclass:: pypureclient.flasharray.Throttle
:members:

ThrottleDeprecated
~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.ThrottleDeprecated
:members:

TimeWindow
~~~~~~~~~~

Expand Down Expand Up @@ -2225,6 +2277,12 @@ VchostCertificatePost
.. autoclass:: pypureclient.flasharray.VchostCertificatePost
:members:

VchostConnection
~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.VchostConnection
:members:

VchostEndpoint
~~~~~~~~~~~~~~

Expand Down
Loading

0 comments on commit e6add47

Please sign in to comment.