Beispiel #1
0
 def f():
     l = VNXLun(lun_id=0, cli=t_cli())
     l.expand(999999)
Beispiel #2
0
 def f():
     lun = VNXLun(lun_id=1, cli=t_cli())
     lun.expand(12)
Beispiel #3
0
 def f():
     l = VNXLun(lun_id=0, cli=t_cli())
     l.expand(999999)
Beispiel #4
0
 def f():
     l = VNXLun(lun_id=1, cli=t_cli())
     l.expand(12)
Beispiel #5
0
 def f():
     l = VNXLun(lun_id=1, cli=t_cli())
     l.expand(1)