Example #1
0
 def walk(self, resource_name,  wsman_filter=None):
     '''Enumerate a resource.'''
     return common.enumerate_resource(self.client, resource_name, wsman_filter=wsman_filter, options=self.options)
Example #2
0
 def enumerate_resource(self, resource_name): # Add in all relevant kwargs...
     '''
     Get a native representaiton of a resource, and its instances. The
     resource URI will be sourced from config.RESOURCE_URIs
     '''
     return common.enumerate_resource(self.client, resource_name)