public ComputeNodeModel(PoolModel parentPool, ComputeNode computeNode)
 {
     this.ComputeNode = computeNode;
     this.ParentPool = parentPool;
     this.LastUpdatedTime = DateTime.UtcNow;
 }
Exemplo n.º 2
0
 public ComputeNodeModel(PoolModel parentPool, ComputeNode computeNode)
 {
     this.ComputeNode     = computeNode;
     this.ParentPool      = parentPool;
     this.LastUpdatedTime = DateTime.UtcNow;
 }
Exemplo n.º 3
0
 public TvmModel(PoolModel parentPool, IVM vm)
 {
     this.VM              = vm;
     this.ParentPool      = parentPool;
     this.LastUpdatedTime = DateTime.UtcNow;
 }
Exemplo n.º 4
0
 public TvmModel(PoolModel parentPool, IVM vm)
 {
     this.VM = vm;
     this.ParentPool = parentPool;
     this.LastUpdatedTime = DateTime.UtcNow;
 }