示例#1
0
 public LunHints()
 {
     this.hints = new Microsoft.Storage.Vds.Hints();
 }
示例#2
0
 public LunHints(Microsoft.Storage.Vds.Hints hints)
 {
     this.hints = hints;
 }