Class: Ansible::Ruby::Modules::Avi_httppolicyset
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Avi_httppolicyset
- Defined in:
- lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb
Overview
This module is used to configure HTTPPolicySet object more examples at U(github.com/avinetworks/devops)
Instance Method Summary collapse
-
#avi_api_patch_op ⇒ :add, ...
Patch operation to use when using avi_api_update_method as patch.
-
#avi_api_update_method ⇒ :put, ...
Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.
-
#cloud_config_cksum ⇒ Object?
Checksum of cloud configuration for pool.,Internally set by cloud connector.
-
#created_by ⇒ Object?
Creator name.
-
#description ⇒ Object?
User defined description for the object.
-
#http_request_policy ⇒ NilClass?
Http request policy for the virtual service.
-
#http_response_policy ⇒ Object?
Http response policy for the virtual service.
-
#http_security_policy ⇒ Object?
Http security policy for the virtual service.
-
#is_internal_policy ⇒ Symbol?
Boolean flag to set is_internal_policy.,Default value when not specified in API or module is interpreted by Avi Controller as False.
-
#name ⇒ String
Name of the http policy set.
-
#state ⇒ :absent, ...
The state that should be applied on the entity.
-
#tenant_ref ⇒ String?
It is a reference to an object of type tenant.
-
#url ⇒ Object?
Avi controller URL of the object.
-
#uuid ⇒ Object?
Uuid of the http policy set.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#avi_api_patch_op ⇒ :add, ...
Returns Patch operation to use when using avi_api_update_method as patch.
21 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 21 attribute :avi_api_patch_op |
#avi_api_update_method ⇒ :put, ...
Returns Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.
17 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 17 attribute :avi_api_update_method |
#cloud_config_cksum ⇒ Object?
Returns Checksum of cloud configuration for pool.,Internally set by cloud connector.
25 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 25 attribute :cloud_config_cksum |
#created_by ⇒ Object?
Returns Creator name.
28 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 28 attribute :created_by |
#description ⇒ Object?
Returns User defined description for the object.
31 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 31 attribute :description |
#http_request_policy ⇒ NilClass?
Returns Http request policy for the virtual service.
34 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 34 attribute :http_request_policy |
#http_response_policy ⇒ Object?
Returns Http response policy for the virtual service.
38 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 38 attribute :http_response_policy |
#http_security_policy ⇒ Object?
Returns Http security policy for the virtual service.
41 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 41 attribute :http_security_policy |
#is_internal_policy ⇒ Symbol?
Returns Boolean flag to set is_internal_policy.,Default value when not specified in API or module is interpreted by Avi Controller as False.
44 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 44 attribute :is_internal_policy |
#name ⇒ String
Returns Name of the http policy set.
48 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 48 attribute :name |
#state ⇒ :absent, ...
Returns The state that should be applied on the entity.
13 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 13 attribute :state |
#tenant_ref ⇒ String?
Returns It is a reference to an object of type tenant.
52 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 52 attribute :tenant_ref |
#url ⇒ Object?
Returns Avi controller URL of the object.
56 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 56 attribute :url |
#uuid ⇒ Object?
Returns Uuid of the http policy set.
59 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_httppolicyset.rb', line 59 attribute :uuid |