Bases: cinder.volume.drivers.coprhd.helpers.commoncoprhdapi.CoprHDResource
Makes REST API call to query the vpool by name and type.
This function will take the VPOOL name and type of VPOOL as input and get uri of the first occurence of given VPOOL.
Parameters: |
|
---|---|
Returns: | uri of the given vpool |
Makes REST API call and retrieves vpool details based on UUID.
This function will take uri as input and returns with all parameters of VPOOL like label, urn and type.
:param vpooltype : Type of virtual pool {‘block’} :param uri : unique resource identifier of the vpool :returns: object containing all the details of vpool