[Android] Implement 3-way sensor fallback for Device Orientation.
[chromium-blink-merge.git] / chromeos / test / data / network / augmented_merge.json
blob500813d8d00c712ecf55e6f182798c46d0f5f3ee
2    "ConnectionState": "Connected",
3    "GUID": "123",
4    "IPConfigs": [ {
5          "Gateway": "2001:db8:85a3::7a2e:370:7331",
6          "IPAddress": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
7          "NameServers": [  ],
8          "RoutingPrefix": 12,
9          "Type": "IPv6"
10     } ],
11    "SavedIPConfig": {
12       "Gateway": "1.1.1.4",
13       "IPAddress": "124.124.124.124",
14       "NameServers": [ "1.1.1.5", "1.1.1.6" ],
15       "RoutingPrefix": 25,
16       "Type": "IPv4"
17    },
18    "IPAddressConfigType": {
19      "DevicePolicy": "Static",
20      "Effective": "UserPolicy",
21      "UserSetting": "Static"
22    },
23    "StaticIPConfig": {
24       "IPAddress": {
25          "DevicePolicy": "127.0.0.1",
26          "Effective": "UserPolicy",
27          "UserPolicy": "127.0.0.1",
28          "UserSetting": "1.2.3.4"
29       },
30       "RoutingPrefix": {
31          "Effective": "UserPolicy",
32          "UserPolicy": 32
33       },
34       "SearchDomains": {
35          "Effective": "UserPolicy",
36          "UserSetting": [ "acme.org" ]
37       },
38       "Type": {
39          "DevicePolicy": "IPv4",
40          "Effective": "UserPolicy",
41          "UserPolicy": "IPv4",
42          "UserSetting": "IPv4"
43       }
44    },
45    "Name": {
46       "Active": "testopenvpn",
47       "DevicePolicy": "testopenvpn",
48       "Effective": "UserPolicy",
49       "UserPolicy": "testopenvpn",
50       "UserSetting": "testopenvpn"
51    },
52    "ProxySettings": {
53       "Type": {
54          "Effective": "UserPolicy",
55          "UserSetting": "Direct"
56       }
57    },
58    "Type": "VPN",
59    "VPN": {
60       "Host": {
61          "DeviceEditable": true,
62          "DevicePolicy": "device policys host",
63          "Effective": "UserSetting",
64          "UserEditable": true,
65          "UserPolicy": "policys host",
66          "UserSetting": "users host"
67       },
68       "IPsec": {
69          "AuthenticationType": {
70             "Effective": "UserPolicy",
71             "UserPolicy": "PSK"
72          },
73          "IKEVersion": {
74             "Effective": "UserPolicy",
75             "UserPolicy": 1
76          },
77          "PSK": {
78             "Effective": "UserPolicy"
79          }
80       },
81       "OpenVPN": {
82          "ClientCertPattern": {
83             "EnrollmentURI": {
84                "DeviceEditable": true,
85                "UserEditable": true
86             },
87             "IssuerCARef": {
88                "DeviceEditable": true,
89                "DevicePolicy": [ "openvpn-test-ca" ],
90                "Effective": "UserPolicy",
91                "UserEditable": true,
92                "UserPolicy": [ "openvpn-test-ca" ]
93             }
94          },
95          "ClientCertType": {
96             "DevicePolicy": "Pattern",
97             "Effective": "UserPolicy",
98             "UserPolicy": "Pattern"
99          },
100          "Password": {
101             "DeviceEditable": true,
102             "Effective": "UserSetting",
103             "UserEditable": true,
104             "UserSetting": "users password"
105          },
106          "Port": {
107             "DeviceEditable": true,
108             "DevicePolicy": 0,
109             "Effective": "UserPolicy",
110             "UserPolicy": 1194,
111             "UserSetting": 1195
112          },
113          "ServerCARefs": {
114             "Effective": "UserPolicy",
115             "UserPolicy": ["ref1", "ref2"]
116          },
117          "Username": {
118             "DevicePolicy": "device user",
119             "Effective": "DevicePolicy",
120             "UserEditable": true,
121             "UserPolicy": "policy user"
122          }
123       },
124       "Type": {
125          "DevicePolicy": "OpenVPN",
126          "Effective": "UserPolicy",
127          "UserPolicy": "OpenVPN",
128          "UserSetting": "OpenVPN"
129       }
130    }