summaryrefslogtreecommitdiff
path: root/targetcli/ui_target.py
diff options
context:
space:
mode:
authorJerome Martin <jxm@risingtidesystems.com>2011-09-20 10:58:11 +0200
committerJerome Martin <jxm@risingtidesystems.com>2011-09-20 10:58:43 +0200
commit7158711b2d4217d600a8b750e6e6974931b5a910 (patch)
tree06c796ace36931be09600d32801dc8b16fc5741e /targetcli/ui_target.py
parent0df5ee8c03f39bb05f9649c23719817240738444 (diff)
downloadtargetcli-7158711b2d4217d600a8b750e6e6974931b5a910.tar.gz
Spacing between classes is now two lines.
Diffstat (limited to 'targetcli/ui_target.py')
-rw-r--r--targetcli/ui_target.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/targetcli/ui_target.py b/targetcli/ui_target.py
index de350a7..275c88e 100644
--- a/targetcli/ui_target.py
+++ b/targetcli/ui_target.py
@@ -222,6 +222,7 @@ class UIFabricModule(UIRTSLibNode):
% (self.rtsnode.name, self.rtsnode.version)
self.shell.con.display(version.strip())
+
class UIMultiTPGTarget(UIRTSLibNode):
'''
A generic target UI that has multiple TPGs.
@@ -328,6 +329,7 @@ class UIMultiTPGTarget(UIRTSLibNode):
else:
return completions
+
class UITPG(UIRTSLibNode):
'''
A generic TPG UI.
@@ -384,6 +386,7 @@ class UITPG(UIRTSLibNode):
else:
self.shell.log.info("The TPGT is already disabled.")
+
class UITarget(UITPG):
'''
A generic target UI merged with its only TPG.
@@ -400,6 +403,7 @@ class UITarget(UITPG):
else:
return UITPG.summary(self)
+
class UINodeACLs(UINode):
'''
A generic UI for node ACLs.
@@ -504,6 +508,7 @@ class UINodeACLs(UINode):
else:
return completions
+
class UINodeACL(UIRTSLibNode):
'''
A generic UI for a node ACL.
@@ -631,6 +636,7 @@ class UINodeACL(UIRTSLibNode):
else:
return completions
+
class UIMappedLUN(UIRTSLibNode):
'''
A generic UI for MappedLUN objects.
@@ -658,6 +664,7 @@ class UIMappedLUN(UIRTSLibNode):
return (description, is_healthy)
+
class UILUNs(UINode):
'''
A generic UI for TPG LUNs.
@@ -822,6 +829,7 @@ class UILUNs(UINode):
else:
return completions
+
class UILUN(UIRTSLibNode):
'''
A generic UI for LUN objects.
@@ -857,6 +865,7 @@ class UILUN(UIRTSLibNode):
return (description, is_healthy)
+
class UIPortals(UINode):
'''
A generic UI for TPG network portals.
@@ -1008,6 +1017,7 @@ class UIPortals(UINode):
else:
return completions
+
class UIPortal(UIRTSLibNode):
'''
A generic UI for a network portal.