Conversation
Signed-off-by: Vonteddu Chaithra <Vonteddu.Chaithra1@ibm.com>
e1b612b to
76d6c17
Compare
| primary-hostname-ipaddr: 10.11.12.13 | ||
| search-distinguished-name: "test{0}" | ||
| replication-overwrite-possible: false | ||
| description: "LSD 1" |
There was a problem hiding this comment.
Why did you remove the description?
| primary-hostname-ipaddr: 10.11.12.13 | ||
| search-distinguished-name: "test{0}" | ||
| replication-overwrite-possible: false | ||
| description: "LSD 1" |
There was a problem hiding this comment.
Why did you remove the description?
| @@ -0,0 +1,117 @@ | |||
| # Copyright 2025 IBM Corp. All Rights Reserved. | |||
There was a problem hiding this comment.
This is a new file created in 2026, so please change the copyright to 2026.
| @@ -0,0 +1,324 @@ | |||
| # Copyright 2018,2021 IBM Corp. All Rights Reserved. | |||
There was a problem hiding this comment.
This is a new file created in 2026, so please change the copyright to 2026.
| @@ -0,0 +1,448 @@ | |||
| # Copyright 2018,2021 IBM Corp. All Rights Reserved. | |||
There was a problem hiding this comment.
This is a new file created in 2026, so please change the copyright to 2026.
| self._base_uri + "/operations/request-tape-library-zoning", | ||
| body=body | ||
| ) | ||
| print("RESULT", result) |
| Authorization requirements: | ||
|
|
||
| * Object-access permission to this tape library. | ||
| * Task permission to the "Configure Storage - System Programmer" task. |
There was a problem hiding this comment.
Task permissions are: "Configure Storage – System Programmer" or "Configure Storage – Storage Administrator"
| ) | ||
|
|
||
| @logged_api_call | ||
| def request_tape_library_zoning( |
There was a problem hiding this comment.
I suggest to change the method name to "request_zoning", since the method is already invoked on a tape library manager, so the tape library context is already clear.
| return result | ||
|
|
||
| @logged_api_call | ||
| def discover_tape_libraries( |
There was a problem hiding this comment.
I suggest to change the method name to "discover", since the method is already invoked on a tape library manager, so the tape library context is already clear.
| self._cpc = None | ||
|
|
||
| @logged_api_call | ||
| def undefine_tape_library(self): |
There was a problem hiding this comment.
I suggest to change the method name to "undefine", since the method is already invoked on a tape library resource, so the tape library context is already clear.
No description provided.