Skip to content

Commit

Permalink
Merge pull request #106 from PureStorage-OpenConnect/jtischler/docume…
Browse files Browse the repository at this point in the history
…ntation_fa2_34

Documentation for 1.53.0
  • Loading branch information
mhruska authored Jul 19, 2024
2 parents c8814e8 + e6f9ffe commit 6ae4f69
Show file tree
Hide file tree
Showing 53 changed files with 218,251 additions and 69,730 deletions.
1 change: 1 addition & 0 deletions docs/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A log of changes by version and date.
======= ========== =====
Version Date Notes
======= ========== =====
1.53.0 06/28/2024 Added FlashArray 2.34 client
1.52.0 06/17/2024 Added FlashBlade 2.14 client
1.51.0 05/28/2024 Added FlashArray 2.33 client
1.50.0 04/23/2024 Added FlashArray 2.32 client
Expand Down
34 changes: 34 additions & 0 deletions docs/_sources/fa_reference.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ FlashArray REST 2.32 Client
FlashArray REST 2.33 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pypureclient.flasharray.FA_2_33.client.Client

FlashArray REST 2.34 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pypureclient.flasharray.FA_2_34.client.Client
:members:


Expand Down Expand Up @@ -417,6 +421,24 @@ ArrayEncryption
.. autoclass:: pypureclient.flasharray.ArrayEncryption
:members:

ArrayErasure
~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.ArrayErasure
:members:

ArrayErasurePatch
~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.ArrayErasurePatch
:members:

ArrayErasures
~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.ArrayErasures
:members:

ArrayFactoryResetToken
~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -1209,6 +1231,12 @@ NewName
.. autoclass:: pypureclient.flasharray.NewName
:members:

NonCopyableTag
~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.NonCopyableTag
:members:

Offload
~~~~~~~

Expand Down Expand Up @@ -1419,6 +1447,12 @@ PolicyNfsPost
.. autoclass:: pypureclient.flasharray.PolicyNfsPost
:members:

PolicyPassword
~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.PolicyPassword
:members:

PolicyPatch
~~~~~~~~~~~

Expand Down
Loading

0 comments on commit 6ae4f69

Please sign in to comment.