Specify type-str for common NetApp E-Series documention options. (#59459)
This commit is contained in:
parent
092e5515d1
commit
6a77533b57
2 changed files with 4 additions and 1 deletions
|
@ -163,14 +163,17 @@ notes:
|
|||
options:
|
||||
api_username:
|
||||
required: true
|
||||
type: str
|
||||
description:
|
||||
- The username to authenticate with the SANtricity Web Services Proxy or Embedded Web Services API.
|
||||
api_password:
|
||||
required: true
|
||||
type: str
|
||||
description:
|
||||
- The password to authenticate with the SANtricity Web Services Proxy or Embedded Web Services API.
|
||||
api_url:
|
||||
required: true
|
||||
type: str
|
||||
description:
|
||||
- The url to the SANtricity Web Services Proxy or Embedded Web Services API.
|
||||
Example https://prod-1.wahoo.acme.com/devmgr/v2
|
||||
|
@ -182,6 +185,7 @@ options:
|
|||
type: bool
|
||||
ssid:
|
||||
required: false
|
||||
type: str
|
||||
default: 1
|
||||
description:
|
||||
- The ID of the array to manage. This value must be unique for each array.
|
||||
|
|
|
@ -3456,7 +3456,6 @@ lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E324
|
|||
lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E326
|
||||
lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E335
|
||||
lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E337
|
||||
lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E338
|
||||
lib/ansible/modules/storage/netapp/netapp_e_volume.py E324
|
||||
lib/ansible/modules/storage/netapp/netapp_e_volume.py E327
|
||||
lib/ansible/modules/storage/netapp/netapp_e_volume.py E337
|
||||
|
|
Loading…
Reference in a new issue