We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b3755 commit 1d7adacCopy full SHA for 1d7adac
purestorage/purestorage.py
@@ -740,6 +740,10 @@ def promote_volume(self, volume):
740
volume's latest promotion status.
741
:rtype: ResponseDict
742
743
+ .. note::
744
+
745
+ Requires use of REST API 1.18 or later.
746
747
"""
748
return self.set_volume(volume, requested_promotion_state="promoted")
749
@@ -752,6 +756,10 @@ def demote_volume(self, volume):
752
756
753
757
754
758
759
760
761
762
755
763
764
return self.set_volume(volume, requested_promotion_state="demoted")
765
0 commit comments