Class: IControl::WebAccelerator::Policies
- Inherits:
-
Base
- Object
- Base
- IControl::WebAccelerator::Policies
- Defined in:
- lib/icontrol/web_accelerator/policies.rb,
lib/icontrol/web_accelerator.rb
Overview
Allows manipulation of Policies.
Instance Method Summary collapse
-
#delete_policy ⇒ Object
Delete a namd Policy.
-
#import_policy(opts) ⇒ Object
Import a Policy onto this WebAccelerator.
-
#list ⇒ String
Get a list of Policies present on this WebAccelerator.
-
#version ⇒ String
Gets the version information for this interface.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class IControl::Base
Instance Method Details
#delete_policy ⇒ Object
Delete a namd Policy.
14 15 16 |
# File 'lib/icontrol/web_accelerator/policies.rb', line 14 def delete_policy super end |
#import_policy(opts) ⇒ Object
Import a Policy onto this WebAccelerator.
46 47 48 49 |
# File 'lib/icontrol/web_accelerator/policies.rb', line 46 def import_policy(opts) opts = check_params(opts,[:filename,:overwrite]) super(opts) end |
#list ⇒ String
Get a list of Policies present on this WebAccelerator.
25 26 27 |
# File 'lib/icontrol/web_accelerator/policies.rb', line 25 def list super end |
#version ⇒ String
Gets the version information for this interface.
33 34 35 |
# File 'lib/icontrol/web_accelerator/policies.rb', line 33 def version super end |