コード例 #1
0
ファイル: threshold_info.py プロジェクト: dkwon253/mycode
 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
ファイル: network_info.py プロジェクト: dkwon253/mycode
 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
ファイル: log_setting_info.py プロジェクト: dkwon253/mycode
 def run_command(self):
     self.module.params['subcommand'] = 'getbmclogsettings'
     self.results = get_connection(self.module)
コード例 #11
0
ファイル: alert_policy_info.py プロジェクト: dkwon253/mycode
 def run_command(self):
     self.module.params['subcommand'] = 'getalertpolicy'
     self.results = get_connection(self.module)
コード例 #12
0
ファイル: bios_export.py プロジェクト: dkwon253/mycode
 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
ファイル: collect_blackbox.py プロジェクト: dkwon253/mycode
 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)