Class: Ansible::Ruby::Modules::Avi_networkprofile
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Avi_networkprofile
- Defined in:
- lib/ansible/ruby/modules/generated/network/avi/avi_networkprofile.rb
Overview
This module is used to configure NetworkProfile 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.
-
#description ⇒ Object?
User defined description for the object.
-
#name ⇒ String
The name of the network profile.
-
#profile ⇒ Hash
Networkprofileunion settings for networkprofile.
-
#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 network profile.
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
#avi_api_patch_op ⇒ :add, ...
21 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networkprofile.rb', line 21 attribute :avi_api_patch_op |
#avi_api_update_method ⇒ :put, ...
17 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networkprofile.rb', line 17 attribute :avi_api_update_method |
#description ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networkprofile.rb', line 25 attribute :description |
#name ⇒ String
28 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networkprofile.rb', line 28 attribute :name |
#profile ⇒ Hash
32 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networkprofile.rb', line 32 attribute :profile |
#state ⇒ :absent, ...
13 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networkprofile.rb', line 13 attribute :state |
#tenant_ref ⇒ String?
36 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networkprofile.rb', line 36 attribute :tenant_ref |
#url ⇒ Object?
40 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networkprofile.rb', line 40 attribute :url |
#uuid ⇒ Object?
43 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_networkprofile.rb', line 43 attribute :uuid |