Skip to content

Commit 51a2ffd

Browse files
authored
Merge pull request #24 from purehchan/master
Release 1.19.0: Added FlashArray REST 2.10
2 parents 2d9fdef + 4ba49d9 commit 51a2ffd

File tree

552 files changed

+135925
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

552 files changed

+135925
-17
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A log of changes by version and date.
66
======= ========== =====
77
Version Date Notes
88
======= ========== =====
9+
1.19.0 10/22/2021 Added FlashArray 2.10 client
910
1.18.1 09/27/2021 Bug fix for Pure1 clients
1011
1.18.0 09/15/2021 Added FlashArray 2.9 client
1112
1.17.0 08/13/2021 Added FlashBlade 2.1 client

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
author = u'Pure Storage, Inc.'
2828

2929
# The short X.Y version
30-
version = u'1.18'
30+
version = u'1.19'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.18.1'
32+
release = u'1.19.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------

docs/fa_reference.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ FlashArray REST 2.9 Client
6767
~~~~~~~~~~~~~~~~~~~~~~~~~~
6868

6969
.. autoclass:: pypureclient.flasharray.FA_2_9.client.Client
70+
71+
FlashArray REST 2.10 Client
72+
~~~~~~~~~~~~~~~~~~~~~~~~~~
73+
74+
.. autoclass:: pypureclient.flasharray.FA_2_10.client.Client
7075
:members:
7176

7277
Properties
@@ -1093,6 +1098,12 @@ PortInitiator
10931098
.. autoclass:: pypureclient.flasharray.PortInitiator
10941099
:members:
10951100

1101+
PriorityAdjustment
1102+
~~~~~~~~~~~~~~~~~~
1103+
1104+
.. autoclass:: pypureclient.flasharray.PriorityAdjustment
1105+
:members:
1106+
10961107
ProtectionGroup
10971108
~~~~~~~~~~~~~~~
10981109

@@ -1627,6 +1638,18 @@ Username
16271638
.. autoclass:: pypureclient.flasharray.Username
16281639
:members:
16291640

1641+
VirtualMachine
1642+
~~~~~~~~~~~~~~
1643+
1644+
.. autoclass:: pypureclient.flasharray.VirtualMachine
1645+
:members:
1646+
1647+
VirtualMachinePost
1648+
~~~~~~~~~~~~~~~~~~
1649+
1650+
.. autoclass:: pypureclient.flasharray.VirtualMachinePost
1651+
:members:
1652+
16301653
Volume
16311654
~~~~~~
16321655

0 commit comments

Comments
 (0)