@@ -79,6 +79,12 @@ FlashBlade REST 2.11 Client
79
79
.. autoclass :: pypureclient.flashblade.FB_2_11.client.Client
80
80
:members:
81
81
82
+ FlashBlade REST 2.12 Client
83
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
84
+
85
+ .. autoclass :: pypureclient.flashblade.FB_2_12.client.Client
86
+ :members:
87
+
82
88
83
89
Properties
84
90
----------
@@ -132,6 +138,12 @@ ActiveDirectory
132
138
.. autoclass :: pypureclient.flashblade.ActiveDirectory
133
139
:members:
134
140
141
+ ActiveDirectoryDirectoryServers
142
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
143
+
144
+ .. autoclass :: pypureclient.flashblade.ActiveDirectoryDirectoryServers
145
+ :members:
146
+
135
147
ActiveDirectoryPatch
136
148
~~~~~~~~~~~~~~~~~~~~
137
149
@@ -342,6 +354,42 @@ Bucket
342
354
.. autoclass :: pypureclient.flashblade.Bucket
343
355
:members:
344
356
357
+ BucketAccessPolicy
358
+ ~~~~~~~~~~~~~~~~~~
359
+
360
+ .. autoclass :: pypureclient.flashblade.BucketAccessPolicy
361
+ :members:
362
+
363
+ BucketAccessPolicyPost
364
+ ~~~~~~~~~~~~~~~~~~~~~~
365
+
366
+ .. autoclass :: pypureclient.flashblade.BucketAccessPolicyPost
367
+ :members:
368
+
369
+ BucketAccessPolicyRule
370
+ ~~~~~~~~~~~~~~~~~~~~~~
371
+
372
+ .. autoclass :: pypureclient.flashblade.BucketAccessPolicyRule
373
+ :members:
374
+
375
+ BucketAccessPolicyRuleBulkManage
376
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
377
+
378
+ .. autoclass :: pypureclient.flashblade.BucketAccessPolicyRuleBulkManage
379
+ :members:
380
+
381
+ BucketAccessPolicyRulePost
382
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
383
+
384
+ .. autoclass :: pypureclient.flashblade.BucketAccessPolicyRulePost
385
+ :members:
386
+
387
+ BucketAccessPolicyRulePrincipal
388
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
389
+
390
+ .. autoclass :: pypureclient.flashblade.BucketAccessPolicyRulePrincipal
391
+ :members:
392
+
345
393
BucketDefaults
346
394
~~~~~~~~~~~~~~
347
395
@@ -492,6 +540,36 @@ ContinuousReplicationPerformance
492
540
.. autoclass :: pypureclient.flashblade.ContinuousReplicationPerformance
493
541
:members:
494
542
543
+ CrossOriginResourceSharingPolicy
544
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
545
+
546
+ .. autoclass :: pypureclient.flashblade.CrossOriginResourceSharingPolicy
547
+ :members:
548
+
549
+ CrossOriginResourceSharingPolicyPatch
550
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
551
+
552
+ .. autoclass :: pypureclient.flashblade.CrossOriginResourceSharingPolicyPatch
553
+ :members:
554
+
555
+ CrossOriginResourceSharingPolicyRule
556
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
557
+
558
+ .. autoclass :: pypureclient.flashblade.CrossOriginResourceSharingPolicyRule
559
+ :members:
560
+
561
+ CrossOriginResourceSharingPolicyRuleBulkManage
562
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
563
+
564
+ .. autoclass :: pypureclient.flashblade.CrossOriginResourceSharingPolicyRuleBulkManage
565
+ :members:
566
+
567
+ CrossOriginResourceSharingPolicyRulePost
568
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
569
+
570
+ .. autoclass :: pypureclient.flashblade.CrossOriginResourceSharingPolicyRulePost
571
+ :members:
572
+
495
573
Direction
496
574
~~~~~~~~~
497
575
@@ -1122,6 +1200,12 @@ PolicyRuleObjectAccessPost
1122
1200
.. autoclass :: pypureclient.flashblade.PolicyRuleObjectAccessPost
1123
1201
:members:
1124
1202
1203
+ PublicAccessConfig
1204
+ ~~~~~~~~~~~~~~~~~~
1205
+
1206
+ .. autoclass :: pypureclient.flashblade.PublicAccessConfig
1207
+ :members:
1208
+
1125
1209
QuotaSetting
1126
1210
~~~~~~~~~~~~
1127
1211
@@ -1626,13 +1710,13 @@ get_active_directory
1626
1710
patch_active_directory
1627
1711
''''''''''''''''''''''
1628
1712
1629
- .. literalinclude :: source/examples/FB2.0 /patch_active_directory.py
1713
+ .. literalinclude :: source/examples/FB2.12 /patch_active_directory.py
1630
1714
:language: python
1631
1715
1632
1716
post_active_directory
1633
1717
'''''''''''''''''''''
1634
1718
1635
- .. literalinclude :: source/examples/FB2.0 /post_active_directory.py
1719
+ .. literalinclude :: source/examples/FB2.12 /post_active_directory.py
1636
1720
:language: python
1637
1721
1638
1722
get_active_directory_test
@@ -1984,6 +2068,78 @@ Buckets
1984
2068
1985
2069
The following examples assume that ``client `` is an instantiated ``flashblade.Client `` object as shown in :ref: `Instantiating a Client `.
1986
2070
2071
+ delete_buckets_bucket_access_policies
2072
+ '''''''''''''''''''''''''''''''''''''
2073
+
2074
+ .. literalinclude :: source/examples/FB2.12/delete_buckets_bucket_access_policies.py
2075
+ :language: python
2076
+
2077
+ get_buckets_bucket_access_policies
2078
+ ''''''''''''''''''''''''''''''''''
2079
+
2080
+ .. literalinclude :: source/examples/FB2.12/get_buckets_bucket_access_policies.py
2081
+ :language: python
2082
+
2083
+ post_buckets_bucket_access_policies
2084
+ '''''''''''''''''''''''''''''''''''
2085
+
2086
+ .. literalinclude :: source/examples/FB2.12/post_buckets_bucket_access_policies.py
2087
+ :language: python
2088
+
2089
+ delete_buckets_bucket_access_policies_rules
2090
+ '''''''''''''''''''''''''''''''''''''''''''
2091
+
2092
+ .. literalinclude :: source/examples/FB2.12/delete_buckets_bucket_access_policies_rules.py
2093
+ :language: python
2094
+
2095
+ get_buckets_bucket_access_policies_rules
2096
+ ''''''''''''''''''''''''''''''''''''''''
2097
+
2098
+ .. literalinclude :: source/examples/FB2.12/get_buckets_bucket_access_policies_rules.py
2099
+ :language: python
2100
+
2101
+ post_buckets_bucket_access_policies_rules
2102
+ '''''''''''''''''''''''''''''''''''''''''
2103
+
2104
+ .. literalinclude :: source/examples/FB2.12/post_buckets_bucket_access_policies_rules.py
2105
+ :language: python
2106
+
2107
+ delete_buckets_cross_origin_resource_sharing_policies
2108
+ '''''''''''''''''''''''''''''''''''''''''''''''''''''
2109
+
2110
+ .. literalinclude :: source/examples/FB2.12/delete_buckets_cross_origin_resource_sharing_policies.py
2111
+ :language: python
2112
+
2113
+ get_buckets_cross_origin_resource_sharing_policies
2114
+ ''''''''''''''''''''''''''''''''''''''''''''''''''
2115
+
2116
+ .. literalinclude :: source/examples/FB2.12/get_buckets_cross_origin_resource_sharing_policies.py
2117
+ :language: python
2118
+
2119
+ post_buckets_cross_origin_resource_sharing_policies
2120
+ '''''''''''''''''''''''''''''''''''''''''''''''''''
2121
+
2122
+ .. literalinclude :: source/examples/FB2.12/post_buckets_cross_origin_resource_sharing_policies.py
2123
+ :language: python
2124
+
2125
+ delete_buckets_cross_origin_resource_sharing_policies_rules
2126
+ '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2127
+
2128
+ .. literalinclude :: source/examples/FB2.12/delete_buckets_cross_origin_resource_sharing_policies_rules.py
2129
+ :language: python
2130
+
2131
+ get_buckets_cross_origin_resource_sharing_policies_rules
2132
+ ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2133
+
2134
+ .. literalinclude :: source/examples/FB2.12/get_buckets_cross_origin_resource_sharing_policies_rules.py
2135
+ :language: python
2136
+
2137
+ post_buckets_cross_origin_resource_sharing_policies_rules
2138
+ '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2139
+
2140
+ .. literalinclude :: source/examples/FB2.12/post_buckets_cross_origin_resource_sharing_policies_rules.py
2141
+ :language: python
2142
+
1987
2143
delete_buckets
1988
2144
''''''''''''''
1989
2145
@@ -1999,7 +2155,7 @@ get_buckets
1999
2155
patch_buckets
2000
2156
'''''''''''''
2001
2157
2002
- .. literalinclude :: source/examples/FB2.8 /patch_buckets.py
2158
+ .. literalinclude :: source/examples/FB2.12 /patch_buckets.py
2003
2159
:language: python
2004
2160
2005
2161
get_buckets_performance
@@ -2011,7 +2167,7 @@ get_buckets_performance
2011
2167
post_buckets
2012
2168
''''''''''''
2013
2169
2014
- .. literalinclude :: source/examples/FB2.8 /post_buckets.py
2170
+ .. literalinclude :: source/examples/FB2.12 /post_buckets.py
2015
2171
:language: python
2016
2172
2017
2173
get_buckets_s3_specific_performance
@@ -2350,7 +2506,7 @@ post_file_systems_locks_nlm_reclamations
2350
2506
patch_file_systems
2351
2507
''''''''''''''''''
2352
2508
2353
- .. literalinclude :: source/examples/FB2.10 /patch_file_systems.py
2509
+ .. literalinclude :: source/examples/FB2.12 /patch_file_systems.py
2354
2510
:language: python
2355
2511
2356
2512
get_file_systems_performance
@@ -2386,7 +2542,7 @@ post_file_systems_policies
2386
2542
post_file_systems
2387
2543
'''''''''''''''''
2388
2544
2389
- .. literalinclude :: source/examples/FB2.10 /post_file_systems.py
2545
+ .. literalinclude :: source/examples/FB2.12 /post_file_systems.py
2390
2546
:language: python
2391
2547
2392
2548
delete_file_systems_sessions
@@ -2694,7 +2850,7 @@ get_object_store_accounts
2694
2850
patch_object_store_accounts
2695
2851
'''''''''''''''''''''''''''
2696
2852
2697
- .. literalinclude :: source/examples/FB2.8 /patch_object_store_accounts.py
2853
+ .. literalinclude :: source/examples/FB2.12 /patch_object_store_accounts.py
2698
2854
:language: python
2699
2855
2700
2856
post_object_store_accounts
0 commit comments