예제 #1
0
 def run_command(self):
     self.module.params['subcommand'] = 'getthreshold'
     self.results = get_connection(self.module)
예제 #2
0
 def run_command(self):
     self.module.params['subcommand'] = 'backup'
     self.results = get_connection(self.module)
예제 #3
0
 def run_command(self):
     self.module.params['subcommand'] = 'getpowerrestore'
     self.results = get_connection(self.module)
예제 #4
0
 def run_command(self):
     self.module.params['subcommand'] = 'fwupdate'
     self.results = get_connection(self.module)
     if self.results['State'] == 'Success':
         self.results['changed'] = True
예제 #5
0
 def run_command(self):
     self.module.params['subcommand'] = 'downscreen'
     self.results = get_connection(self.module)
예제 #6
0
 def run_command(self):
     self.module.params['subcommand'] = 'geteventlog'
     self.results = get_connection(self.module)
예제 #7
0
 def run_command(self):
     self.module.params['subcommand'] = 'getpreserveconfig'
     self.results = get_connection(self.module)
예제 #8
0
 def run_command(self):
     self.module.params['subcommand'] = 'getnetwork'
     self.results = get_connection(self.module)
예제 #9
0
 def run_command(self):
     self.module.params['subcommand'] = 'getvirtualmedia'
     self.results = get_connection(self.module)
예제 #10
0
 def run_command(self):
     self.module.params['subcommand'] = 'getbmclogsettings'
     self.results = get_connection(self.module)
예제 #11
0
 def run_command(self):
     self.module.params['subcommand'] = 'getalertpolicy'
     self.results = get_connection(self.module)
예제 #12
0
 def run_command(self):
     self.module.params['subcommand'] = 'exportbioscfg'
     self.results = get_connection(self.module)
예제 #13
0
 def run_command(self):
     self.module.params['subcommand'] = 'getbootimage'
     self.results = get_connection(self.module)
예제 #14
0
 def run_command(self):
     self.module.params['subcommand'] = 'collectblackbox'
     self.results = get_connection(self.module)
예제 #15
0
 def run_command(self):
     self.module.params['subcommand'] = 'getmediainstance'
     self.results = get_connection(self.module)