-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnections.toml
More file actions
85 lines (74 loc) · 1.99 KB
/
Copy pathconnections.toml
File metadata and controls
85 lines (74 loc) · 1.99 KB
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
[[ConnectionRequests]]
name = "connection_1"
type = "egresss"
[ConnectionRequests.source]
site_id = "201"
feature_template_id = "ad726882-bdd6-4b6b-86a8-797ab5d527d7"
cluster_id = "10"
type = "vpn"
provider = "aws"
networks = [ "10.0.1.0/24" ]
[[ConnectionRequests.destinations]]
name = "destination_1"
site_id = "1"
cluster_id = "vpc-08532095b01548260"
type = "vpc"
provider = "aws"
[ConnectionRequests.destinations.connection_sla]
bandwidth = 1
jitter = 2
loss = 3
latency = 5
[ConnectionRequests.destinations.identifiers.host]
name = "host_1"
[[ConnectionRequests.destinations.identifiers.l4_info]]
protocol = ""
port = ""
ip = "10.2.60.208/32"
[[ConnectionRequests.destinations]]
name = "destination_2"
site_id = "2"
cluster_id = "vpc-043444b8201ca823d"
type = "vpc"
provider = "aws"
[ConnectionRequests.destinations.connection_sla]
bandwidth = 0
jitter = 0
loss = 0
latency = 0
[ConnectionRequests.destinations.identifiers.host]
name = "host_2"
[[ConnectionRequests.destinations.identifiers.l4_info]]
protocol = ""
port = ""
# [[ConnectionRequests]]
# name = "connection_2"
# type = "egresss"
#
# [ConnectionRequests.source]
# site_id = "201"
# feature_template_id = "ad726882-bdd6-4b6b-86a8-797ab5d527d7"
# cluster_id = "vpc-043444b8201ca823d"
# type = "vpc"
# provider = "aws"
# # networks = [ "10.10.10.0/24", "20.10.10.0/24" ]
#
# [[ConnectionRequests.destinations]]
# name = "destination_1"
# site_id = "1"
# cluster_id = "vpc-08532095b01548260"
# type = "vpc"
# provider = "aws"
#
# [ConnectionRequests.destinations.connection_sla]
# bandwidth = 1
# jitter = 2
# loss = 3
# latency = 5
#
# [ConnectionRequests.destinations.identifiers.host]
# name = "host_1"
#
# [[ConnectionRequests.destinations.identifiers.l4_info]]
# protocol = ""
# port = ""