Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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