Class: Ansible::Ruby::Modules::Avi_trafficcloneprofile
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Avi_trafficcloneprofile
- Defined in:
- lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb
Overview
This module is used to configure TrafficCloneProfile 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.
-
#clone_servers ⇒ Object?
Field introduced in 17.1.1.
-
#cloud_ref ⇒ Object?
It is a reference to an object of type cloud.,Field introduced in 17.1.1.
-
#name ⇒ String
Name for the traffic clone profile.,Field introduced in 17.1.1.
-
#preserve_client_ip ⇒ Symbol?
Specifies if client ip needs to be preserved to clone destination.,Field introduced in 17.1.1.,Default value when not specified in API or module is interpreted by Avi Controller as False.
-
#state ⇒ :absent, ...
The state that should be applied on the entity.
-
#tenant_ref ⇒ Object?
It is a reference to an object of type tenant.,Field introduced in 17.1.1.
-
#url ⇒ Object?
Avi controller URL of the object.
-
#uuid ⇒ Object?
Uuid of the traffic clone profile.,Field introduced in 17.1.1.
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, ...
21 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb', line 21 attribute :avi_api_patch_op |
#avi_api_update_method ⇒ :put, ...
17 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb', line 17 attribute :avi_api_update_method |
#clone_servers ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb', line 25 attribute :clone_servers |
#cloud_ref ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb', line 28 attribute :cloud_ref |
#name ⇒ String
31 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb', line 31 attribute :name |
#preserve_client_ip ⇒ Symbol?
35 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb', line 35 attribute :preserve_client_ip |
#state ⇒ :absent, ...
13 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb', line 13 attribute :state |
#tenant_ref ⇒ Object?
39 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb', line 39 attribute :tenant_ref |
#url ⇒ Object?
42 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb', line 42 attribute :url |
#uuid ⇒ Object?
45 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_trafficcloneprofile.rb', line 45 attribute :uuid |