Skip to content

Commit

Permalink
[docs] Added missing methods from hpe3parclient.client
Browse files Browse the repository at this point in the history
Signed-off-by: Kristian Feldsam <[email protected]>
  • Loading branch information
feldsam committed May 8, 2022
1 parent 26094f3 commit 059cbe1
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 135 deletions.
28 changes: 28 additions & 0 deletions docs/api/hpe3parclient/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
.. automethod:: deleteVolume
.. automethod:: modifyVolume
.. automethod:: growVolume
.. automethod:: promoteVirtualCopy
.. automethod:: copyVolume
.. automethod:: createSnapshot
.. automethod:: getCPGs
Expand Down Expand Up @@ -76,6 +77,7 @@
.. automethod:: isOnlinePhysicalCopy
.. automethod:: stopOnlinePhysicalCopy
.. automethod:: stopOfflinePhysicalCopy
.. automethod:: resyncPhysicalCopy
.. automethod:: getAllTasks
.. automethod:: getTask
.. automethod:: getPatches
Expand All @@ -87,11 +89,37 @@
.. automethod:: createRemoteCopyGroup
.. automethod:: removeRemoteCopyGroup
.. automethod:: modifyRemoteCopyGroup
.. automethod:: getRemoteCopyGroupVolumes
.. automethod:: getRemoteCopyGroupVolume
.. automethod:: addVolumeToRemoteCopyGroup
.. automethod:: removeVolumeFromRemoteCopyGroup
.. automethod:: startRemoteCopy
.. automethod:: stopRemoteCopy
.. automethod:: synchronizeRemoteCopyGroup
.. automethod:: recoverRemoteCopyGroupFromDisaster
.. automethod:: toggleRemoteCopyConfigMirror
.. automethod:: admitRemoteCopyLinks
.. automethod:: dismissRemoteCopyLinks
.. automethod:: startrCopy
.. automethod:: rcopyServiceExists
.. automethod:: getRemoteCopyLink
.. automethod:: rcopyLinkExists
.. automethod:: admitRemoteCopyTarget
.. automethod:: dismissRemoteCopyTarget
.. automethod:: targetInRemoteCopyGroupExists
.. automethod:: remoteCopyGroupStatusCheck
.. automethod:: remoteCopyGroupStatusStartedCheck
.. automethod:: remoteCopyGroupStatusStoppedCheck
.. automethod:: getVolumeSnapshots
.. automethod:: getSnapshotsOfVolume
.. automethod:: getSchedule
.. automethod:: createSchedule
.. automethod:: modifySchedule
.. automethod:: suspendSchedule
.. automethod:: resumeSchedule
.. automethod:: deleteSchedule
.. automethod:: getScheduleStatus
.. automethod:: getFlashCache
.. automethod:: createFlashCache
.. automethod:: deleteFlashCache
.. automethod:: tuneVolume
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

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

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

0 comments on commit 059cbe1

Please sign in to comment.