Class: Ansible::Ruby::Modules::Avi_microservicegroup
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Avi_microservicegroup
- Defined in:
- lib/ansible/ruby/modules/generated/network/avi/avi_microservicegroup.rb
Overview
This module is used to configure MicroServiceGroup 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.
-
#created_by ⇒ Object?
Creator name.
-
#description ⇒ String?
User defined description for the object.
-
#name ⇒ String
Name of the microservice group.
-
#service_refs ⇒ Object?
Configure microservice(es).,It is a reference to an object of type microservice.
-
#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 microservice group.
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_microservicegroup.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_microservicegroup.rb', line 17 attribute :avi_api_update_method |
#created_by ⇒ Object?
Returns Creator name.
25 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_microservicegroup.rb', line 25 attribute :created_by |
#description ⇒ String?
Returns User defined description for the object.
28 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_microservicegroup.rb', line 28 attribute :description |
#name ⇒ String
Returns Name of the microservice group.
32 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_microservicegroup.rb', line 32 attribute :name |
#service_refs ⇒ Object?
Returns Configure microservice(es).,It is a reference to an object of type microservice.
36 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_microservicegroup.rb', line 36 attribute :service_refs |
#state ⇒ :absent, ...
Returns The state that should be applied on the entity.
13 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_microservicegroup.rb', line 13 attribute :state |
#tenant_ref ⇒ String?
Returns It is a reference to an object of type tenant.
39 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_microservicegroup.rb', line 39 attribute :tenant_ref |
#url ⇒ Object?
Returns Avi controller URL of the object.
43 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_microservicegroup.rb', line 43 attribute :url |
#uuid ⇒ Object?
Returns Uuid of the microservice group.
46 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_microservicegroup.rb', line 46 attribute :uuid |