Skip to content

Commit 745ec85

Browse files
author
Fernando Ojeda
committed
Fix file analysis.
1 parent de382b3 commit 745ec85

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller.py

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,27 @@
1313
'longName': 'Dallas 9',
1414
'name': 'dal09',
1515
},
16+
"networkVlans": [
17+
{
18+
"accountId": 11111,
19+
"id": 33333,
20+
"modifyDate": "2019-07-17T01:09:38+08:00",
21+
"name": "FirewallTesting",
22+
"primarySubnetId": 91111,
23+
"vlanNumber": 1711
24+
},
25+
{
26+
"accountId": 11111,
27+
"id": 862222,
28+
"modifyDate": "2019-07-17T01:09:42+08:00",
29+
"primarySubnetId": 502211,
30+
"vlanNumber": 722
31+
}
32+
],
1633
'password': {
1734
'password': 'aaaaa',
1835
'username': 'root'
1936
},
20-
"primaryIpAddress": "159.122.22.222",
2137
"subnets": [
2238
{
2339
"broadcastAddress": "",

0 commit comments

Comments
 (0)