Bases: cinder.volume.drivers.coprhd.helpers.commoncoprhdapi.CoprHDResource
Add volume to export group.
:param sync : synchronous request :param exportgroupname : Name/id of the export group :param tenantname : tenant name :param maxpaths : Maximum number of paths :param minpaths : Minimum number of paths :param pathsperinitiator : Paths per initiator :param projectname : name of project :param volumenames : names of volumes that needs
to be added to exportgroup
:param cg : consistency group :param synctimeout : Query for task status for “synctimeout” secs
If the task doesn’t complete in synctimeout secs, an exception is thrown
:param varray : Name of varray :returns: action result
This function creates the Export group with given name.
Parameters: |
|
---|---|
Returns: | status of creation |
This function gives list of export group uris separated by comma.
Parameters: |
|
---|---|
Returns: | list of export group ids separated by comma |
Makes REST API call to query the exportgroup by name.
Parameters: |
|
---|---|
Returns: | id of the export group |
Remove volumes from the exportgroup, given the uris of volume.
This function displays the Export group with details.
Parameters: |
|
---|---|
Returns: | Details of export group |