@@ -37,6 +37,11 @@ FlashBlade REST 2.3 Client
37
37
~~~~~~~~~~~~~~~~~~~~~~~~~~
38
38
39
39
.. autoclass :: pypureclient.flashblade.FB_2_3.client.Client
40
+
41
+ FlashBlade REST 2.4 Client
42
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
43
+
44
+ .. autoclass :: pypureclient.flashblade.FB_2_4.client.Client
40
45
:members:
41
46
42
47
440
445
.. autoclass :: pypureclient.flashblade.Dns
441
446
:members:
442
447
448
+ Drive
449
+ ~~~~~
450
+
451
+ .. autoclass :: pypureclient.flashblade.Drive
452
+ :members:
453
+
443
454
Eula
444
455
~~~~
445
456
@@ -452,6 +463,12 @@ EulaSignature
452
463
.. autoclass :: pypureclient.flashblade.EulaSignature
453
464
:members:
454
465
466
+ FileInfo
467
+ ~~~~~~~~
468
+
469
+ .. autoclass :: pypureclient.flashblade.FileInfo
470
+ :members:
471
+
455
472
FileSystem
456
473
~~~~~~~~~~
457
474
@@ -668,6 +685,12 @@ Login
668
685
.. autoclass :: pypureclient.flashblade.Login
669
686
:members:
670
687
688
+ LogsAsync
689
+ ~~~~~~~~~
690
+
691
+ .. autoclass :: pypureclient.flashblade.LogsAsync
692
+ :members:
693
+
671
694
Member
672
695
~~~~~~
673
696
@@ -716,6 +739,12 @@ NfsExportPolicy
716
739
.. autoclass :: pypureclient.flashblade.NfsExportPolicy
717
740
:members:
718
741
742
+ NfsExportPolicyPost
743
+ ~~~~~~~~~~~~~~~~~~~
744
+
745
+ .. autoclass :: pypureclient.flashblade.NfsExportPolicyPost
746
+ :members:
747
+
719
748
NfsExportPolicyRule
720
749
~~~~~~~~~~~~~~~~~~~
721
750
@@ -854,6 +883,12 @@ PolicyBase
854
883
.. autoclass :: pypureclient.flashblade.PolicyBase
855
884
:members:
856
885
886
+ PolicyBaseRenameable
887
+ ~~~~~~~~~~~~~~~~~~~~
888
+
889
+ .. autoclass :: pypureclient.flashblade.PolicyBaseRenameable
890
+ :members:
891
+
857
892
PolicyFileSystemSnapshot
858
893
~~~~~~~~~~~~~~~~~~~~~~~~
859
894
@@ -1150,7 +1185,6 @@ UserQuotaPatch
1150
1185
1151
1186
UserQuotaPost
1152
1187
~~~~~~~~~~~~~
1153
-
1154
1188
.. autoclass :: pypureclient.flashblade.UserQuotaPost
1155
1189
:members:
1156
1190
@@ -1873,6 +1907,17 @@ patch_dns
1873
1907
.. literalinclude :: source/examples/FB2.0/patch_dns.py
1874
1908
:language: python
1875
1909
1910
+ Drives
1911
+ ~~~~~~~
1912
+
1913
+ The following examples assume that ``client `` is an instantiated ``flashblade.Client `` object as shown in :ref: `Instantiating a Client `.
1914
+
1915
+ get_drives
1916
+ ''''''''''
1917
+
1918
+ .. literalinclude :: source/examples/FB2.4/get_drives.py
1919
+ :language: python
1920
+
1876
1921
File System Replica Links
1877
1922
~~~~~~~~~~~~~~~~~~~~~~~~~~
1878
1923
@@ -2046,7 +2091,7 @@ The following examples assume that ``client`` is an instantiated ``flashblade.Cl
2046
2091
get_hardware
2047
2092
''''''''''''
2048
2093
2049
- .. literalinclude :: source/examples/FB2.0 /get_hardware.py
2094
+ .. literalinclude :: source/examples/FB2.4 /get_hardware.py
2050
2095
:language: python
2051
2096
2052
2097
patch_hardware
@@ -2211,6 +2256,24 @@ Logs
2211
2256
2212
2257
The following examples assume that ``client `` is an instantiated ``flashblade.Client `` object as shown in :ref: `Instantiating a Client `.
2213
2258
2259
+ get_logs_async_download
2260
+ '''''''''''''''''''''''
2261
+
2262
+ .. literalinclude :: source/examples/FB2.4/get_logs_async_download.py
2263
+ :language: python
2264
+
2265
+ get_logs_async
2266
+ ''''''''''''''
2267
+
2268
+ .. literalinclude :: source/examples/FB2.4/get_logs_async.py
2269
+ :language: python
2270
+
2271
+ patch_logs_async
2272
+ ''''''''''''''''
2273
+
2274
+ .. literalinclude :: source/examples/FB2.4/patch_logs_async.py
2275
+ :language: python
2276
+
2214
2277
get_logs
2215
2278
''''''''
2216
2279
0 commit comments