ConoHaNet.OpenStackMember.GetVolume C# (CSharp) Method

GetVolume() public method

public GetVolume ( string volumeId ) : Volume
volumeId string
return Volume
        public Volume GetVolume(string volumeId)
        {
            return BlockStorageProvider.ShowVolume(volumeId, this.DefaultRegion, this.Identity);
        }
OpenStackMember