Class: Ansible::Ruby::Modules::Avi_networksecuritypolicy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Avi_networksecuritypolicy
- Defined in:
- lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb
Overview
This module is used to configure NetworkSecurityPolicy 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 network sec policy.,Internally set by cloud connector.
-
#created_by ⇒ Object?
Creator name.
-
#description ⇒ Object?
User defined description for the object.
-
#name ⇒ String?
Name of the object.
-
#rules ⇒ Array<Hash>, ...
List of networksecurityrule.
-
#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?
Unique object identifier of the object.
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_networksecuritypolicy.rb', line 21 attribute :avi_api_patch_op |
#avi_api_update_method ⇒ :put, ...
17 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb', line 17 attribute :avi_api_update_method |
#cloud_config_cksum ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb', line 25 attribute :cloud_config_cksum |
#created_by ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb', line 28 attribute :created_by |
#description ⇒ Object?
31 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb', line 31 attribute :description |
#name ⇒ String?
34 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb', line 34 attribute :name |
#rules ⇒ Array<Hash>, ...
38 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb', line 38 attribute :rules |
#state ⇒ :absent, ...
13 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb', line 13 attribute :state |
#tenant_ref ⇒ String?
42 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb', line 42 attribute :tenant_ref |
#url ⇒ Object?
46 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb', line 46 attribute :url |
#uuid ⇒ Object?
49 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networksecuritypolicy.rb', line 49 attribute :uuid |