mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-20 23:30:22 -07:00
Add NetApp SolidFire snapshot schedule module (#20734)
* Fix NetApp doc_fragment * Add NetApp SolidFire Snapshot schedule manager module * Minor fixes * Change supports_check_mode to True * Fix PEP8 issue * Make requested changes * Change 'pause' to 'paused' * Add schedule ID as a returned parameter * Make requested changes
This commit is contained in:
parent
21157aa1bc
commit
f21d57570e
2 changed files with 393 additions and 3 deletions
|
@ -38,8 +38,7 @@ options:
|
|||
username:
|
||||
required: true
|
||||
description:
|
||||
- Username: This can be a Cluster-scoped or SVM-scoped account, depending on whether a Cluster-level or SVM-level API is required. For more information, please read the documentation U(https://goo.gl/BRu78Z).
|
||||
|
||||
- This can be a Cluster-scoped or SVM-scoped account, depending on whether a Cluster-level or SVM-level API is required. For more information, please read the documentation U(https://goo.gl/BRu78Z).
|
||||
password:
|
||||
required: true
|
||||
description:
|
||||
|
@ -65,7 +64,7 @@ options:
|
|||
username:
|
||||
required: true
|
||||
description:
|
||||
- Username: Please ensure that the user has the adequate permissions. For more information, please read the official documentation U(https://goo.gl/ddJa4Q).
|
||||
- Please ensure that the user has the adequate permissions. For more information, please read the official documentation U(https://goo.gl/ddJa4Q).
|
||||
password:
|
||||
required: true
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue