wsp-10323 Convert the VSP provider into one utilizing PowerShell. Step 4 Snapshots
This commit is contained in:
parent
6a1efab8d5
commit
8f6b035e89
8 changed files with 377 additions and 181 deletions
|
@ -136,5 +136,11 @@ namespace WebsitePanel.Providers.Virtualization
|
|||
[Persistent]
|
||||
public int Generation { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public int ProcessorCount { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public string ParentSnapshotId { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue