Skip to content

Commit 059cbe1

Browse files
committed
[docs] Added missing methods from hpe3parclient.client
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
1 parent 26094f3 commit 059cbe1

File tree

3 files changed

+209
-135
lines changed

3 files changed

+209
-135
lines changed

docs/api/hpe3parclient/client.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
.. automethod:: deleteVolume
2121
.. automethod:: modifyVolume
2222
.. automethod:: growVolume
23+
.. automethod:: promoteVirtualCopy
2324
.. automethod:: copyVolume
2425
.. automethod:: createSnapshot
2526
.. automethod:: getCPGs
@@ -76,6 +77,7 @@
7677
.. automethod:: isOnlinePhysicalCopy
7778
.. automethod:: stopOnlinePhysicalCopy
7879
.. automethod:: stopOfflinePhysicalCopy
80+
.. automethod:: resyncPhysicalCopy
7981
.. automethod:: getAllTasks
8082
.. automethod:: getTask
8183
.. automethod:: getPatches
@@ -87,11 +89,37 @@
8789
.. automethod:: createRemoteCopyGroup
8890
.. automethod:: removeRemoteCopyGroup
8991
.. automethod:: modifyRemoteCopyGroup
92+
.. automethod:: getRemoteCopyGroupVolumes
93+
.. automethod:: getRemoteCopyGroupVolume
9094
.. automethod:: addVolumeToRemoteCopyGroup
9195
.. automethod:: removeVolumeFromRemoteCopyGroup
9296
.. automethod:: startRemoteCopy
9397
.. automethod:: stopRemoteCopy
9498
.. automethod:: synchronizeRemoteCopyGroup
9599
.. automethod:: recoverRemoteCopyGroupFromDisaster
96100
.. automethod:: toggleRemoteCopyConfigMirror
101+
.. automethod:: admitRemoteCopyLinks
102+
.. automethod:: dismissRemoteCopyLinks
103+
.. automethod:: startrCopy
104+
.. automethod:: rcopyServiceExists
105+
.. automethod:: getRemoteCopyLink
106+
.. automethod:: rcopyLinkExists
107+
.. automethod:: admitRemoteCopyTarget
108+
.. automethod:: dismissRemoteCopyTarget
109+
.. automethod:: targetInRemoteCopyGroupExists
110+
.. automethod:: remoteCopyGroupStatusCheck
111+
.. automethod:: remoteCopyGroupStatusStartedCheck
112+
.. automethod:: remoteCopyGroupStatusStoppedCheck
97113
.. automethod:: getVolumeSnapshots
114+
.. automethod:: getSnapshotsOfVolume
115+
.. automethod:: getSchedule
116+
.. automethod:: createSchedule
117+
.. automethod:: modifySchedule
118+
.. automethod:: suspendSchedule
119+
.. automethod:: resumeSchedule
120+
.. automethod:: deleteSchedule
121+
.. automethod:: getScheduleStatus
122+
.. automethod:: getFlashCache
123+
.. automethod:: createFlashCache
124+
.. automethod:: deleteFlashCache
125+
.. automethod:: tuneVolume

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
# General information about the project.
4747
project = 'HPE 3PAR Client'
48-
copyright = '2012-2015 Hewlett Packard Enterprise Development LP'
48+
copyright = '2012-2022 Hewlett Packard Enterprise Development LP'
4949

5050
# The version info for the project you're documenting, acts as replacement for
5151
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)