Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By added "member_state" paraemter could choose enabled/disabled when …
…its member is registered. In the current implementation "acos.acos_slb_service_group_member" action add member that is always enabled. But there is an use-case that user want to register its member, but doesn't want to be enabled at that time. The ACOS API[*1] and acos-client library[*2] prepares "member_state" parameter fot that. This commit added new parameter at "acos.acos_slb_service_group_member" action to be able to select its parameter, "member_state". [*1] https://acos.docs.a10networks.com/axapi/521/slb_service_group_member.html [*2] https://github.com/a10networks/acos-client/blob/master/acos_client/v30/slb/member.py#L75
- Loading branch information