Bases: object
Attaches a UnityLun or UnitySnap to a UnityHost.
Parameters: |
|
---|---|
Returns: | hlu |
Creates a host on Unity.
Creates a host on Unity which has the uids associated.
Parameters: |
|
---|---|
Returns: | UnitHost object |
Creates LUN on the Unity system.
Parameters: |
|
---|---|
Returns: | UnityLun object |
Creates a snapshot of LUN on the Unity system.
Parameters: |
|
---|
Deletes LUN on the Unity system.
Parameters: | lun_id – id of the LUN |
---|
Detaches a UnityLun or UnitySnap from a UnityHost.
Parameters: |
|
---|
Get the ports WWN of FC on array.
Parameters: |
|
---|---|
Return the WWN of FC ports. For example, the FC WWN on array is like: | |
50:06:01:60:89:20:09:25:50:06:01:6C:09:20:09:25. This function removes the colons and returns the last 16 bits: 5006016C09200925.
Gets LUN on the Unity system.
Parameters: |
|
---|---|
Returns: | UnityLun object |
Gets all storage pools on the Unity system.
Returns: | list of UnityPool object |
---|