ConoHaNet.OpenStackMember.GetVolume C# (CSharp) 메소드

GetVolume() 공개 메소드

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