Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Renaming ConnectionBandwidthInMbps to ConnectionBandwidth #3375

Merged
merged 9 commits into from
Jul 9, 2018
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand All @@ -30,4 +30,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand All @@ -50,11 +50,11 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand All @@ -52,4 +52,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand Down Expand Up @@ -76,7 +76,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand All @@ -98,4 +98,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand Down Expand Up @@ -76,7 +76,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand All @@ -98,4 +98,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand Down Expand Up @@ -105,7 +105,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand All @@ -124,4 +124,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand Down Expand Up @@ -88,7 +88,7 @@
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
"connectionBandwidthInMbps": 100,
"connectionBandwidth": 100,
"sharedKey": "key",
"enableBgp": false,
"ipsecPolicies": [ ]
Expand All @@ -107,4 +107,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1871,7 +1871,7 @@
"readOnly": true,
"description": "Egress bytes transferred."
},
"connectionBandwidthInMbps": {
"connectionBandwidth": {
"type": "integer",
"format": "int32",
"readOnly": true,
Expand Down