mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Refactors the gtm datacenter module (#33474)
* Refactors the gtm datacenter module This module needed to be inline with current f5 coding standards. This fixes that * Fixes upstream errors
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"kind": "tm:gtm:datacenter:datacenterstate",
|
||||
"name": "asd",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/asd",
|
||||
"generation": 278,
|
||||
"selfLink": "https://localhost/mgmt/tm/gtm/datacenter/~Common~asd?ver=12.1.2",
|
||||
"enabled": true
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"kind": "tm:gtm:datacenter:datacenterstate",
|
||||
"name": "foo",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/foo",
|
||||
"generation": 303,
|
||||
"selfLink": "https://localhost/mgmt/tm/gtm/datacenter/~Common~foo?ver=12.1.2",
|
||||
"contact": "admin@root.local",
|
||||
"description": "This is a foo description",
|
||||
"disabled": true,
|
||||
"location": "New York"
|
||||
}
|
||||
Reference in New Issue
Block a user