Class: Ansible::Ruby::Modules::Netscaler_cs_policy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Netscaler_cs_policy
- Defined in:
- lib/ansible/ruby/modules/generated/network/netscaler/netscaler_cs_policy.rb
Overview
Manage content switching policy. This module is intended to run either on the ansible control node or a bastion (jumpserver) with access to the actual netscaler instance.
Instance Method Summary collapse
-
#action ⇒ Object?
Content switching action that names the target load balancing virtual server to which the traffic is switched.
-
#domain ⇒ Object?
The domain name.
-
#policyname ⇒ String?
Name for the content switching policy.
-
#rule ⇒ Object?
Expression, or name of a named expression, against which traffic is evaluated.
-
#url ⇒ String?
URL string that is matched with the URL of a request.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#action ⇒ Object?
27 |
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_cs_policy.rb', line 27 attribute :action |
#domain ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_cs_policy.rb', line 24 attribute :domain |
#policyname ⇒ String?
13 |
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_cs_policy.rb', line 13 attribute :policyname |
#rule ⇒ Object?
21 |
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_cs_policy.rb', line 21 attribute :rule |
#url ⇒ String?
17 |
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_cs_policy.rb', line 17 attribute :url |