-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathutterances.json
105 lines (105 loc) · 4.21 KB
/
utterances.json
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
{
"move-existing-device-new-vlan": [
"move an existing device to a new VLAN",
"moved my current server to my new VLAN",
"move my bare metal server to a new VLAN",
"new VLAN, move my VSI to it",
"provision a new server in the new vlan",
"provisioning new server in a new vlan",
"moving my VLAN firewall to my new VLAN",
"How do you change VLANs",
"change vlan",
"change vlans",
"can I move my VSI to a new VLAN",
"My server has chosen the wrong VLAN",
"move my VLAN firewall to my new VLAN"
],
"specify-vlan-during-order": [
"specify which VLAN I want to use for my device when I order it",
"specify a VLAN when I order it",
"select a specific vlan",
"specific VLAN be selected during the ordering process",
"specifiying which VLAN when I make an order",
"specifying a VLAN when ordering",
"select a VLAN that is in a different datacenter",
"specify the VLAN that I want to provision",
"choose which VLAN I use when ordering a server",
"chose the VLAN I want when buying bare metal",
"specifying VLANs that to provision"
],
"number-of-devices-assigned-vlan": [
"many devices may be assigned to a single VLAN",
"many devices assigned to a vlan",
"how many devices placed on one VLAN",
"many devices added to a single VLAN",
"multiple devices on one vlan",
"how many servers can I place on one VLAN",
"limit on the number of devices that can be associated with a single VLAN",
"limit to the number of devices on a single VLAN",
"multiple servers added to a single vlan",
"many VMs assigned to one vlan"
],
"kinds-of-devices-assigned-vlan": [
"kinds of devices are assigned to a VLAN",
"what can be assigned to a vlan",
"what devices can be assigned to a VLAN",
"assign a dedicated server to a Vlan",
"can I associate servers to a VLAN",
"can any device be assigned to a VLAN",
"what can be associated with a VLAN",
"dedicated server be assigned to a VLAN",
"servers be associated with a VLAN",
"assign a server to a VLAN"
],
"trunk-vlans-to-servers": [
"trunk my VLANs to my servers",
"trunk a VLAN to bare metal",
"VLAN and server trunked",
"trunking a server to a VLAN",
"information about managing VLANs as trunks",
"can I manage VLANs as trunks",
"using a VLAN as a trunk",
"trunking a server to a VLAN",
"trunk a VLAN with a server",
"VLAN and bare metal server trunking",
"VLAN and server trunking"
],
"no-vlans-available": [
"there aren't any available VLANs",
"there isn't an available VLAN",
"no VLANs available in my region",
"error that there are no available VLANs",
"error given that no available VLAN",
"why aren't there any VLANs available",
"trying to create a VLAN and none available",
"aren't there any VLANs available",
"VLANs unavailable in this region",
"VLAN unavailable"
],
"devices-cant-communicate-on-private-vlan": [
"can't my devices communicate with one another on the same private VLAN",
"servers can't communicate with one another on the same private VLAN",
"devices can't communicate on the same VLAN",
"servers on the same VLAN but can't communicate",
"attempting to communicate with each other on the same VLAN",
"devices unable to communicate on the same private VLAN",
"devices not able to communicate via IP addresses on the same VLAN",
"devices on the same VLAN can not communicate via IP",
"how to enable VLAN Spanning",
"enabling VLAN Spanning",
"unable to communicate together on the same VLAN",
"same VLAN but can't communicate"
],
"communicate-without-vlan-spanning": [
"need devices on different private subnets within the same VLAN to communicate",
"cannot enable VLAN spanning but require some VLANs to route with each other",
"need VLAN and subnets to route with each other",
"do not want to enable VLAN Spanning",
"how can I avoid using VLAN Spanning",
"avoid VLAN Spanning for VLANs and subnet routing",
"VLANs and subnets to route without VLAN Spanning",
"need some VLANs to route with each other",
"want my VLANs and subnets to route together",
"route my VLAN and subnet together"
]
}