mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Various bigip gtm server and vs enhancements (#40033)
* Refactor bigip_gtm_virtual_server * Add translation_address to bigip_gtm_virtual_server * Add translation_port to bigip_gtm_virtual_server * Add availability_requirements to bigip_gtm_virtual_server * Add monitors to bigip_gtm_virtual_server * Add virtual_server_dependencies to bigip_gtm_virtual_server * Add link to bigip_gtm_virtual_server * Add limits to bigip_gtm_virtual_server * Add partition to bigip_gtm_virtual_server * Fix bigip_gtm_server to correctly create other server types
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"kind": "tm:gtm:server:virtual-servers:virtual-serversstate",
|
||||
"name": "vs2",
|
||||
"fullPath": "vs2",
|
||||
"generation": 129,
|
||||
"selfLink": "https://localhost/mgmt/tm/gtm/server/~Common~server1/virtual-servers/vs2?ver=13.0.0",
|
||||
"destination": "6.6.6.6:8080",
|
||||
"enabled": true,
|
||||
"limitMaxBps": 100,
|
||||
"limitMaxBpsStatus": "enabled",
|
||||
"limitMaxConnections": 300,
|
||||
"limitMaxConnectionsStatus": "enabled",
|
||||
"limitMaxPps": 200,
|
||||
"limitMaxPpsStatus": "enabled",
|
||||
"monitor": "/Common/gtp ",
|
||||
"translationAddress": "none",
|
||||
"translationPort": 0
|
||||
}
|
||||
Reference in New Issue
Block a user