Beispiel #1
0
 def add_nodes(self, nodes, network = None, no_dupes=False, rspec_content_type=None):
     NITOSv1Node.add_nodes(self.xml, nodes, rspec_content_type)
Beispiel #2
0
 def remove_slivers(self, slivers, network=None, no_dupes=False):
     NITOSv1Node.remove_slivers(self.xml, slivers)
Beispiel #3
0
 def get_nodes(self, filter=None):
     return NITOSv1Node.get_nodes(self.xml, filter)
Beispiel #4
0
 def get_nodes_with_slivers(self):
     return NITOSv1Node.get_nodes_with_slivers(self.xml)
Beispiel #5
0
 def add_nodes(self, nodes, network=None, no_dupes=False):
     NITOSv1Node.add_nodes(self.xml, nodes)
Beispiel #6
0
 def remove_slivers(self, slivers, network=None, no_dupes=False):
     NITOSv1Node.remove_slivers(self.xml, slivers)
Beispiel #7
0
 def add_nodes(self,
               nodes,
               network=None,
               no_dupes=False,
               rspec_content_type=None):
     NITOSv1Node.add_nodes(self.xml, nodes, rspec_content_type)
Beispiel #8
0
 def get_nodes_with_slivers(self):
     return NITOSv1Node.get_nodes_with_slivers(self.xml)
Beispiel #9
0
 def get_nodes(self, filter=None):
     return NITOSv1Node.get_nodes(self.xml, filter)