wsp-10323 Convert the VSP provider into one utilizing PowerShell. Step 5 Storage
This commit is contained in:
parent
b15d7966da
commit
13ae446aa1
11 changed files with 274 additions and 271 deletions
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WebsitePanel.Providers.Virtualization
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const Int64 Size1G = 0x40000000;
|
||||
public const Int64 Size1M = 0x100000;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue