vmware.alb.avi_systemlimits
Module for setup of SystemLimits Avi RESTful Object
Parameter
Choices/Defaults
Comments
state
str
- The state that should be applied on the entity.
avi_api_update_method
str
- Default method for object update is HTTP PUT.
- Setting to patch will override that behavior to use HTTP PATCH.
avi_api_patch_op
str
add ←
replace
delete
remove
- Patch operation to use when using avi_api_update_method as patch.
avi_patch_path
str
- Patch path to use when using avi_api_update_method as patch.
avi_patch_value
str
- Patch value to use when using avi_api_update_method as patch.
configpb_attributes
dict
- Protobuf versioning for config pbs.
- Field introduced in 21.1.1.
- Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services
- edition.
controller_limits
dict
- System limits for the entire controller cluster.
- Field introduced in 20.1.1.
- Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
controller_sizes
list
- Possible controller sizes.
- Field introduced in 20.1.1.
- Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
serviceengine_limits
dict
- System limits that apply to a serviceengine.
- Field introduced in 20.1.1.
- Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
url
str
- Avi controller URL of the object.
uuid
str
- Uuid for the system limits object.
- Field introduced in 20.1.1.
- Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
- hosts : localhost
connection : local
collections :
- vmware.alb
vars :
avi_credentials :
username : " avi_user"
password : " avi_password"
controller : " 192.168.138.18"
api_version : " 21.1.1"
tasks :
- name : Example to create SystemLimits object
avi_systemlimits :
avi_credentials : " {{ avi_credentials }}"
state : present
name : sample_systemlimits