blob: 3f40fc1ec0260107b98a1854fad6f3e886282e9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// VPNAuthenticationMethod undocumented
type VPNAuthenticationMethod string
const (
// VPNAuthenticationMethodVCertificate undocumented
VPNAuthenticationMethodVCertificate VPNAuthenticationMethod = "certificate"
// VPNAuthenticationMethodVUsernameAndPassword undocumented
VPNAuthenticationMethodVUsernameAndPassword VPNAuthenticationMethod = "usernameAndPassword"
// VPNAuthenticationMethodVSharedSecret undocumented
VPNAuthenticationMethodVSharedSecret VPNAuthenticationMethod = "sharedSecret"
// VPNAuthenticationMethodVDerivedCredential undocumented
VPNAuthenticationMethodVDerivedCredential VPNAuthenticationMethod = "derivedCredential"
)
var (
// VPNAuthenticationMethodPCertificate is a pointer to VPNAuthenticationMethodVCertificate
VPNAuthenticationMethodPCertificate = &_VPNAuthenticationMethodPCertificate
// VPNAuthenticationMethodPUsernameAndPassword is a pointer to VPNAuthenticationMethodVUsernameAndPassword
VPNAuthenticationMethodPUsernameAndPassword = &_VPNAuthenticationMethodPUsernameAndPassword
// VPNAuthenticationMethodPSharedSecret is a pointer to VPNAuthenticationMethodVSharedSecret
VPNAuthenticationMethodPSharedSecret = &_VPNAuthenticationMethodPSharedSecret
// VPNAuthenticationMethodPDerivedCredential is a pointer to VPNAuthenticationMethodVDerivedCredential
VPNAuthenticationMethodPDerivedCredential = &_VPNAuthenticationMethodPDerivedCredential
)
var (
_VPNAuthenticationMethodPCertificate = VPNAuthenticationMethodVCertificate
_VPNAuthenticationMethodPUsernameAndPassword = VPNAuthenticationMethodVUsernameAndPassword
_VPNAuthenticationMethodPSharedSecret = VPNAuthenticationMethodVSharedSecret
_VPNAuthenticationMethodPDerivedCredential = VPNAuthenticationMethodVDerivedCredential
)
// VPNClientAuthenticationType undocumented
type VPNClientAuthenticationType string
const (
// VPNClientAuthenticationTypeVUserAuthentication undocumented
VPNClientAuthenticationTypeVUserAuthentication VPNClientAuthenticationType = "userAuthentication"
// VPNClientAuthenticationTypeVDeviceAuthentication undocumented
VPNClientAuthenticationTypeVDeviceAuthentication VPNClientAuthenticationType = "deviceAuthentication"
)
var (
// VPNClientAuthenticationTypePUserAuthentication is a pointer to VPNClientAuthenticationTypeVUserAuthentication
VPNClientAuthenticationTypePUserAuthentication = &_VPNClientAuthenticationTypePUserAuthentication
// VPNClientAuthenticationTypePDeviceAuthentication is a pointer to VPNClientAuthenticationTypeVDeviceAuthentication
VPNClientAuthenticationTypePDeviceAuthentication = &_VPNClientAuthenticationTypePDeviceAuthentication
)
var (
_VPNClientAuthenticationTypePUserAuthentication = VPNClientAuthenticationTypeVUserAuthentication
_VPNClientAuthenticationTypePDeviceAuthentication = VPNClientAuthenticationTypeVDeviceAuthentication
)
// VPNDeadPeerDetectionRate undocumented
type VPNDeadPeerDetectionRate string
const (
// VPNDeadPeerDetectionRateVMedium undocumented
VPNDeadPeerDetectionRateVMedium VPNDeadPeerDetectionRate = "medium"
// VPNDeadPeerDetectionRateVNone undocumented
VPNDeadPeerDetectionRateVNone VPNDeadPeerDetectionRate = "none"
// VPNDeadPeerDetectionRateVLow undocumented
VPNDeadPeerDetectionRateVLow VPNDeadPeerDetectionRate = "low"
// VPNDeadPeerDetectionRateVHigh undocumented
VPNDeadPeerDetectionRateVHigh VPNDeadPeerDetectionRate = "high"
)
var (
// VPNDeadPeerDetectionRatePMedium is a pointer to VPNDeadPeerDetectionRateVMedium
VPNDeadPeerDetectionRatePMedium = &_VPNDeadPeerDetectionRatePMedium
// VPNDeadPeerDetectionRatePNone is a pointer to VPNDeadPeerDetectionRateVNone
VPNDeadPeerDetectionRatePNone = &_VPNDeadPeerDetectionRatePNone
// VPNDeadPeerDetectionRatePLow is a pointer to VPNDeadPeerDetectionRateVLow
VPNDeadPeerDetectionRatePLow = &_VPNDeadPeerDetectionRatePLow
// VPNDeadPeerDetectionRatePHigh is a pointer to VPNDeadPeerDetectionRateVHigh
VPNDeadPeerDetectionRatePHigh = &_VPNDeadPeerDetectionRatePHigh
)
var (
_VPNDeadPeerDetectionRatePMedium = VPNDeadPeerDetectionRateVMedium
_VPNDeadPeerDetectionRatePNone = VPNDeadPeerDetectionRateVNone
_VPNDeadPeerDetectionRatePLow = VPNDeadPeerDetectionRateVLow
_VPNDeadPeerDetectionRatePHigh = VPNDeadPeerDetectionRateVHigh
)
// VPNEncryptionAlgorithmType undocumented
type VPNEncryptionAlgorithmType string
const (
// VPNEncryptionAlgorithmTypeVAes256 undocumented
VPNEncryptionAlgorithmTypeVAes256 VPNEncryptionAlgorithmType = "aes256"
// VPNEncryptionAlgorithmTypeVDes undocumented
VPNEncryptionAlgorithmTypeVDes VPNEncryptionAlgorithmType = "des"
// VPNEncryptionAlgorithmTypeVTripleDes undocumented
VPNEncryptionAlgorithmTypeVTripleDes VPNEncryptionAlgorithmType = "tripleDes"
// VPNEncryptionAlgorithmTypeVAes128 undocumented
VPNEncryptionAlgorithmTypeVAes128 VPNEncryptionAlgorithmType = "aes128"
// VPNEncryptionAlgorithmTypeVAes128Gcm undocumented
VPNEncryptionAlgorithmTypeVAes128Gcm VPNEncryptionAlgorithmType = "aes128Gcm"
// VPNEncryptionAlgorithmTypeVAes256Gcm undocumented
VPNEncryptionAlgorithmTypeVAes256Gcm VPNEncryptionAlgorithmType = "aes256Gcm"
)
var (
// VPNEncryptionAlgorithmTypePAes256 is a pointer to VPNEncryptionAlgorithmTypeVAes256
VPNEncryptionAlgorithmTypePAes256 = &_VPNEncryptionAlgorithmTypePAes256
// VPNEncryptionAlgorithmTypePDes is a pointer to VPNEncryptionAlgorithmTypeVDes
VPNEncryptionAlgorithmTypePDes = &_VPNEncryptionAlgorithmTypePDes
// VPNEncryptionAlgorithmTypePTripleDes is a pointer to VPNEncryptionAlgorithmTypeVTripleDes
VPNEncryptionAlgorithmTypePTripleDes = &_VPNEncryptionAlgorithmTypePTripleDes
// VPNEncryptionAlgorithmTypePAes128 is a pointer to VPNEncryptionAlgorithmTypeVAes128
VPNEncryptionAlgorithmTypePAes128 = &_VPNEncryptionAlgorithmTypePAes128
// VPNEncryptionAlgorithmTypePAes128Gcm is a pointer to VPNEncryptionAlgorithmTypeVAes128Gcm
VPNEncryptionAlgorithmTypePAes128Gcm = &_VPNEncryptionAlgorithmTypePAes128Gcm
// VPNEncryptionAlgorithmTypePAes256Gcm is a pointer to VPNEncryptionAlgorithmTypeVAes256Gcm
VPNEncryptionAlgorithmTypePAes256Gcm = &_VPNEncryptionAlgorithmTypePAes256Gcm
)
var (
_VPNEncryptionAlgorithmTypePAes256 = VPNEncryptionAlgorithmTypeVAes256
_VPNEncryptionAlgorithmTypePDes = VPNEncryptionAlgorithmTypeVDes
_VPNEncryptionAlgorithmTypePTripleDes = VPNEncryptionAlgorithmTypeVTripleDes
_VPNEncryptionAlgorithmTypePAes128 = VPNEncryptionAlgorithmTypeVAes128
_VPNEncryptionAlgorithmTypePAes128Gcm = VPNEncryptionAlgorithmTypeVAes128Gcm
_VPNEncryptionAlgorithmTypePAes256Gcm = VPNEncryptionAlgorithmTypeVAes256Gcm
)
// VPNIntegrityAlgorithmType undocumented
type VPNIntegrityAlgorithmType string
const (
// VPNIntegrityAlgorithmTypeVSha2_256 undocumented
VPNIntegrityAlgorithmTypeVSha2_256 VPNIntegrityAlgorithmType = "sha2_256"
// VPNIntegrityAlgorithmTypeVSha1_96 undocumented
VPNIntegrityAlgorithmTypeVSha1_96 VPNIntegrityAlgorithmType = "sha1_96"
// VPNIntegrityAlgorithmTypeVSha1_160 undocumented
VPNIntegrityAlgorithmTypeVSha1_160 VPNIntegrityAlgorithmType = "sha1_160"
// VPNIntegrityAlgorithmTypeVSha2_384 undocumented
VPNIntegrityAlgorithmTypeVSha2_384 VPNIntegrityAlgorithmType = "sha2_384"
// VPNIntegrityAlgorithmTypeVSha2_512 undocumented
VPNIntegrityAlgorithmTypeVSha2_512 VPNIntegrityAlgorithmType = "sha2_512"
)
var (
// VPNIntegrityAlgorithmTypePSha2_256 is a pointer to VPNIntegrityAlgorithmTypeVSha2_256
VPNIntegrityAlgorithmTypePSha2_256 = &_VPNIntegrityAlgorithmTypePSha2_256
// VPNIntegrityAlgorithmTypePSha1_96 is a pointer to VPNIntegrityAlgorithmTypeVSha1_96
VPNIntegrityAlgorithmTypePSha1_96 = &_VPNIntegrityAlgorithmTypePSha1_96
// VPNIntegrityAlgorithmTypePSha1_160 is a pointer to VPNIntegrityAlgorithmTypeVSha1_160
VPNIntegrityAlgorithmTypePSha1_160 = &_VPNIntegrityAlgorithmTypePSha1_160
// VPNIntegrityAlgorithmTypePSha2_384 is a pointer to VPNIntegrityAlgorithmTypeVSha2_384
VPNIntegrityAlgorithmTypePSha2_384 = &_VPNIntegrityAlgorithmTypePSha2_384
// VPNIntegrityAlgorithmTypePSha2_512 is a pointer to VPNIntegrityAlgorithmTypeVSha2_512
VPNIntegrityAlgorithmTypePSha2_512 = &_VPNIntegrityAlgorithmTypePSha2_512
)
var (
_VPNIntegrityAlgorithmTypePSha2_256 = VPNIntegrityAlgorithmTypeVSha2_256
_VPNIntegrityAlgorithmTypePSha1_96 = VPNIntegrityAlgorithmTypeVSha1_96
_VPNIntegrityAlgorithmTypePSha1_160 = VPNIntegrityAlgorithmTypeVSha1_160
_VPNIntegrityAlgorithmTypePSha2_384 = VPNIntegrityAlgorithmTypeVSha2_384
_VPNIntegrityAlgorithmTypePSha2_512 = VPNIntegrityAlgorithmTypeVSha2_512
)
// VPNLocalIdentifier undocumented
type VPNLocalIdentifier string
const (
// VPNLocalIdentifierVDeviceFQDN undocumented
VPNLocalIdentifierVDeviceFQDN VPNLocalIdentifier = "deviceFQDN"
// VPNLocalIdentifierVEmpty undocumented
VPNLocalIdentifierVEmpty VPNLocalIdentifier = "empty"
// VPNLocalIdentifierVClientCertificateSubjectName undocumented
VPNLocalIdentifierVClientCertificateSubjectName VPNLocalIdentifier = "clientCertificateSubjectName"
)
var (
// VPNLocalIdentifierPDeviceFQDN is a pointer to VPNLocalIdentifierVDeviceFQDN
VPNLocalIdentifierPDeviceFQDN = &_VPNLocalIdentifierPDeviceFQDN
// VPNLocalIdentifierPEmpty is a pointer to VPNLocalIdentifierVEmpty
VPNLocalIdentifierPEmpty = &_VPNLocalIdentifierPEmpty
// VPNLocalIdentifierPClientCertificateSubjectName is a pointer to VPNLocalIdentifierVClientCertificateSubjectName
VPNLocalIdentifierPClientCertificateSubjectName = &_VPNLocalIdentifierPClientCertificateSubjectName
)
var (
_VPNLocalIdentifierPDeviceFQDN = VPNLocalIdentifierVDeviceFQDN
_VPNLocalIdentifierPEmpty = VPNLocalIdentifierVEmpty
_VPNLocalIdentifierPClientCertificateSubjectName = VPNLocalIdentifierVClientCertificateSubjectName
)
// VPNOnDemandRuleConnectionAction undocumented
type VPNOnDemandRuleConnectionAction string
const (
// VPNOnDemandRuleConnectionActionVConnect undocumented
VPNOnDemandRuleConnectionActionVConnect VPNOnDemandRuleConnectionAction = "connect"
// VPNOnDemandRuleConnectionActionVEvaluateConnection undocumented
VPNOnDemandRuleConnectionActionVEvaluateConnection VPNOnDemandRuleConnectionAction = "evaluateConnection"
// VPNOnDemandRuleConnectionActionVIgnore undocumented
VPNOnDemandRuleConnectionActionVIgnore VPNOnDemandRuleConnectionAction = "ignore"
// VPNOnDemandRuleConnectionActionVDisconnect undocumented
VPNOnDemandRuleConnectionActionVDisconnect VPNOnDemandRuleConnectionAction = "disconnect"
)
var (
// VPNOnDemandRuleConnectionActionPConnect is a pointer to VPNOnDemandRuleConnectionActionVConnect
VPNOnDemandRuleConnectionActionPConnect = &_VPNOnDemandRuleConnectionActionPConnect
// VPNOnDemandRuleConnectionActionPEvaluateConnection is a pointer to VPNOnDemandRuleConnectionActionVEvaluateConnection
VPNOnDemandRuleConnectionActionPEvaluateConnection = &_VPNOnDemandRuleConnectionActionPEvaluateConnection
// VPNOnDemandRuleConnectionActionPIgnore is a pointer to VPNOnDemandRuleConnectionActionVIgnore
VPNOnDemandRuleConnectionActionPIgnore = &_VPNOnDemandRuleConnectionActionPIgnore
// VPNOnDemandRuleConnectionActionPDisconnect is a pointer to VPNOnDemandRuleConnectionActionVDisconnect
VPNOnDemandRuleConnectionActionPDisconnect = &_VPNOnDemandRuleConnectionActionPDisconnect
)
var (
_VPNOnDemandRuleConnectionActionPConnect = VPNOnDemandRuleConnectionActionVConnect
_VPNOnDemandRuleConnectionActionPEvaluateConnection = VPNOnDemandRuleConnectionActionVEvaluateConnection
_VPNOnDemandRuleConnectionActionPIgnore = VPNOnDemandRuleConnectionActionVIgnore
_VPNOnDemandRuleConnectionActionPDisconnect = VPNOnDemandRuleConnectionActionVDisconnect
)
// VPNOnDemandRuleConnectionDomainAction undocumented
type VPNOnDemandRuleConnectionDomainAction string
const (
// VPNOnDemandRuleConnectionDomainActionVConnectIfNeeded undocumented
VPNOnDemandRuleConnectionDomainActionVConnectIfNeeded VPNOnDemandRuleConnectionDomainAction = "connectIfNeeded"
// VPNOnDemandRuleConnectionDomainActionVNeverConnect undocumented
VPNOnDemandRuleConnectionDomainActionVNeverConnect VPNOnDemandRuleConnectionDomainAction = "neverConnect"
)
var (
// VPNOnDemandRuleConnectionDomainActionPConnectIfNeeded is a pointer to VPNOnDemandRuleConnectionDomainActionVConnectIfNeeded
VPNOnDemandRuleConnectionDomainActionPConnectIfNeeded = &_VPNOnDemandRuleConnectionDomainActionPConnectIfNeeded
// VPNOnDemandRuleConnectionDomainActionPNeverConnect is a pointer to VPNOnDemandRuleConnectionDomainActionVNeverConnect
VPNOnDemandRuleConnectionDomainActionPNeverConnect = &_VPNOnDemandRuleConnectionDomainActionPNeverConnect
)
var (
_VPNOnDemandRuleConnectionDomainActionPConnectIfNeeded = VPNOnDemandRuleConnectionDomainActionVConnectIfNeeded
_VPNOnDemandRuleConnectionDomainActionPNeverConnect = VPNOnDemandRuleConnectionDomainActionVNeverConnect
)
// VPNProviderType undocumented
type VPNProviderType string
const (
// VPNProviderTypeVNotConfigured undocumented
VPNProviderTypeVNotConfigured VPNProviderType = "notConfigured"
// VPNProviderTypeVAppProxy undocumented
VPNProviderTypeVAppProxy VPNProviderType = "appProxy"
// VPNProviderTypeVPacketTunnel undocumented
VPNProviderTypeVPacketTunnel VPNProviderType = "packetTunnel"
)
var (
// VPNProviderTypePNotConfigured is a pointer to VPNProviderTypeVNotConfigured
VPNProviderTypePNotConfigured = &_VPNProviderTypePNotConfigured
// VPNProviderTypePAppProxy is a pointer to VPNProviderTypeVAppProxy
VPNProviderTypePAppProxy = &_VPNProviderTypePAppProxy
// VPNProviderTypePPacketTunnel is a pointer to VPNProviderTypeVPacketTunnel
VPNProviderTypePPacketTunnel = &_VPNProviderTypePPacketTunnel
)
var (
_VPNProviderTypePNotConfigured = VPNProviderTypeVNotConfigured
_VPNProviderTypePAppProxy = VPNProviderTypeVAppProxy
_VPNProviderTypePPacketTunnel = VPNProviderTypeVPacketTunnel
)
// VPNServerCertificateType undocumented
type VPNServerCertificateType string
const (
// VPNServerCertificateTypeVRsa undocumented
VPNServerCertificateTypeVRsa VPNServerCertificateType = "rsa"
// VPNServerCertificateTypeVEcdsa256 undocumented
VPNServerCertificateTypeVEcdsa256 VPNServerCertificateType = "ecdsa256"
// VPNServerCertificateTypeVEcdsa384 undocumented
VPNServerCertificateTypeVEcdsa384 VPNServerCertificateType = "ecdsa384"
// VPNServerCertificateTypeVEcdsa521 undocumented
VPNServerCertificateTypeVEcdsa521 VPNServerCertificateType = "ecdsa521"
)
var (
// VPNServerCertificateTypePRsa is a pointer to VPNServerCertificateTypeVRsa
VPNServerCertificateTypePRsa = &_VPNServerCertificateTypePRsa
// VPNServerCertificateTypePEcdsa256 is a pointer to VPNServerCertificateTypeVEcdsa256
VPNServerCertificateTypePEcdsa256 = &_VPNServerCertificateTypePEcdsa256
// VPNServerCertificateTypePEcdsa384 is a pointer to VPNServerCertificateTypeVEcdsa384
VPNServerCertificateTypePEcdsa384 = &_VPNServerCertificateTypePEcdsa384
// VPNServerCertificateTypePEcdsa521 is a pointer to VPNServerCertificateTypeVEcdsa521
VPNServerCertificateTypePEcdsa521 = &_VPNServerCertificateTypePEcdsa521
)
var (
_VPNServerCertificateTypePRsa = VPNServerCertificateTypeVRsa
_VPNServerCertificateTypePEcdsa256 = VPNServerCertificateTypeVEcdsa256
_VPNServerCertificateTypePEcdsa384 = VPNServerCertificateTypeVEcdsa384
_VPNServerCertificateTypePEcdsa521 = VPNServerCertificateTypeVEcdsa521
)
// VPNTrafficRuleAppType undocumented
type VPNTrafficRuleAppType string
const (
// VPNTrafficRuleAppTypeVNone undocumented
VPNTrafficRuleAppTypeVNone VPNTrafficRuleAppType = "none"
// VPNTrafficRuleAppTypeVDesktop undocumented
VPNTrafficRuleAppTypeVDesktop VPNTrafficRuleAppType = "desktop"
// VPNTrafficRuleAppTypeVUniversal undocumented
VPNTrafficRuleAppTypeVUniversal VPNTrafficRuleAppType = "universal"
)
var (
// VPNTrafficRuleAppTypePNone is a pointer to VPNTrafficRuleAppTypeVNone
VPNTrafficRuleAppTypePNone = &_VPNTrafficRuleAppTypePNone
// VPNTrafficRuleAppTypePDesktop is a pointer to VPNTrafficRuleAppTypeVDesktop
VPNTrafficRuleAppTypePDesktop = &_VPNTrafficRuleAppTypePDesktop
// VPNTrafficRuleAppTypePUniversal is a pointer to VPNTrafficRuleAppTypeVUniversal
VPNTrafficRuleAppTypePUniversal = &_VPNTrafficRuleAppTypePUniversal
)
var (
_VPNTrafficRuleAppTypePNone = VPNTrafficRuleAppTypeVNone
_VPNTrafficRuleAppTypePDesktop = VPNTrafficRuleAppTypeVDesktop
_VPNTrafficRuleAppTypePUniversal = VPNTrafficRuleAppTypeVUniversal
)
// VPNTrafficRuleRoutingPolicyType undocumented
type VPNTrafficRuleRoutingPolicyType string
const (
// VPNTrafficRuleRoutingPolicyTypeVNone undocumented
VPNTrafficRuleRoutingPolicyTypeVNone VPNTrafficRuleRoutingPolicyType = "none"
// VPNTrafficRuleRoutingPolicyTypeVSplitTunnel undocumented
VPNTrafficRuleRoutingPolicyTypeVSplitTunnel VPNTrafficRuleRoutingPolicyType = "splitTunnel"
// VPNTrafficRuleRoutingPolicyTypeVForceTunnel undocumented
VPNTrafficRuleRoutingPolicyTypeVForceTunnel VPNTrafficRuleRoutingPolicyType = "forceTunnel"
)
var (
// VPNTrafficRuleRoutingPolicyTypePNone is a pointer to VPNTrafficRuleRoutingPolicyTypeVNone
VPNTrafficRuleRoutingPolicyTypePNone = &_VPNTrafficRuleRoutingPolicyTypePNone
// VPNTrafficRuleRoutingPolicyTypePSplitTunnel is a pointer to VPNTrafficRuleRoutingPolicyTypeVSplitTunnel
VPNTrafficRuleRoutingPolicyTypePSplitTunnel = &_VPNTrafficRuleRoutingPolicyTypePSplitTunnel
// VPNTrafficRuleRoutingPolicyTypePForceTunnel is a pointer to VPNTrafficRuleRoutingPolicyTypeVForceTunnel
VPNTrafficRuleRoutingPolicyTypePForceTunnel = &_VPNTrafficRuleRoutingPolicyTypePForceTunnel
)
var (
_VPNTrafficRuleRoutingPolicyTypePNone = VPNTrafficRuleRoutingPolicyTypeVNone
_VPNTrafficRuleRoutingPolicyTypePSplitTunnel = VPNTrafficRuleRoutingPolicyTypeVSplitTunnel
_VPNTrafficRuleRoutingPolicyTypePForceTunnel = VPNTrafficRuleRoutingPolicyTypeVForceTunnel
)
|