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)
-
- (Object) delete_policy
Delete a namd Policy.
-
- (Object) import_policy(opts)
Import a Policy onto this WebAccelerator.
-
- (String) list
Get a list of Policies present on this WebAccelerator.
-
- (String) version
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
- (Object) delete_policy
Delete a namd Policy.
14 15 16 |
# File 'lib/icontrol/web_accelerator/policies.rb', line 14 def delete_policy super end |
- (Object) import_policy(opts)
Import a Policy onto this WebAccelerator.
46 47 48 49 |
# File 'lib/icontrol/web_accelerator/policies.rb', line 46 def import_policy(opts) check_params(opts,[:filename,:overwrite]) super end |
- (String) list
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 |
- (String) version
Gets the version information for this interface.
33 34 35 |
# File 'lib/icontrol/web_accelerator/policies.rb', line 33 def version super end |