Merge "Update param docstring to ducument search_opts"
This commit is contained in:
commit
31258f4703
@ -40,7 +40,8 @@ class VolumeEncryptionTypeManager(base.ManagerWithFind):
|
|||||||
"""
|
"""
|
||||||
List all volume encryption types.
|
List all volume encryption types.
|
||||||
|
|
||||||
:param volume_types: a list of volume types
|
:param search_opts: Search options to filter out volume
|
||||||
|
encryption types
|
||||||
:return: a list of :class: VolumeEncryptionType instances
|
:return: a list of :class: VolumeEncryptionType instances
|
||||||
"""
|
"""
|
||||||
# Since the encryption type is a volume type extension, we cannot get
|
# Since the encryption type is a volume type extension, we cannot get
|
||||||
|
@ -40,7 +40,8 @@ class VolumeEncryptionTypeManager(base.ManagerWithFind):
|
|||||||
"""
|
"""
|
||||||
List all volume encryption types.
|
List all volume encryption types.
|
||||||
|
|
||||||
:param volume_types: a list of volume types
|
:param search_opts: Search options to filter out volume
|
||||||
|
encryption types
|
||||||
:return: a list of :class: VolumeEncryptionType instances
|
:return: a list of :class: VolumeEncryptionType instances
|
||||||
"""
|
"""
|
||||||
# Since the encryption type is a volume type extension, we cannot get
|
# Since the encryption type is a volume type extension, we cannot get
|
||||||
|
Loading…
Reference in New Issue
Block a user