@@ -173,8 +173,8 @@ def get_portal_licensed_appliances(self) -> dict:
173
173
174
174
:return: Returns list of licensed appliances from Cloud Portal \n
175
175
[`dict`]: Appliance license information object \n
176
- * keyword **applianceId** (`str`): Appliance id in the format of
177
- integer.NE e.g. ``3.NE``
176
+ * keyword **applianceId** (`str`): Appliance id in the
177
+ format of integer.NE e.g. ``3.NE``
178
178
* keyword **id** (`str`): Not documented
179
179
* keyword **enabled** (`bool`): If appliance active
180
180
* keyword **hostname** (`str`): Hostname of appliance
@@ -183,13 +183,13 @@ def get_portal_licensed_appliances(self) -> dict:
183
183
* keyword **licenses** (`dict`): License state object \n
184
184
* keyword **fx** (`dict`): Standard license object \n
185
185
* keyword **base** (`dict`): Base license state \n
186
- * keyword **enabled ** (`bool`): ``True`` if
186
+ * keyword **enable ** (`bool`): ``True`` if
187
187
active
188
188
* keyword **mini** (`dict`): Mini license state \n
189
- * keyword **enabled ** (`bool`): ``True`` if
189
+ * keyword **enable ** (`bool`): ``True`` if
190
190
active
191
191
* keyword **plus** (`dict`): Plus license state \n
192
- * keyword **enabled ** (`bool`): ``True`` if
192
+ * keyword **enable ** (`bool`): ``True`` if
193
193
active
194
194
* keyword **tier** (`dict`): Tier license state \n
195
195
* keyword **bandwidth** (`int`): Bandwidth
@@ -199,27 +199,27 @@ def get_portal_licensed_appliances(self) -> dict:
199
199
* keyword **boost** (`dict`): Boost license state \n
200
200
* keyword **bandwidth** (`int`): Amount of boost
201
201
bandwidth in Mbps
202
- * keyword **enabled ** (`bool`): ``True`` if
202
+ * keyword **enable ** (`bool`): ``True`` if
203
203
active
204
204
* keyword **metered** (`dict`): Metered license object \n
205
205
* keyword **boost** (`dict`): Boost license state \n
206
206
* keyword **bandwidth** (`int`): Amount of boost
207
207
bandwidth in Mbps
208
- * keyword **enabled ** (`bool`): ``True`` if
208
+ * keyword **enable ** (`bool`): ``True`` if
209
209
active
210
210
* keyword **ecsp** (`dict`): Not documented \n
211
211
* keyword **licenseId** (`str`): Not documented \n
212
212
* keyword **licenseRequest** (`dict`): License requested
213
213
state object \n
214
214
* keyword **fx** (`dict`): Standard license object \n
215
215
* keyword **base** (`dict`): Base license state \n
216
- * keyword **enabled ** (`bool`): ``True`` if
216
+ * keyword **enable ** (`bool`): ``True`` if
217
217
active
218
218
* keyword **mini** (`dict`): Mini license state \n
219
- * keyword **enabled ** (`bool`): ``True`` if
219
+ * keyword **enable ** (`bool`): ``True`` if
220
220
active
221
221
* keyword **plus** (`dict`): Plus license state \n
222
- * keyword **enabled ** (`bool`): ``True`` if
222
+ * keyword **enable ** (`bool`): ``True`` if
223
223
active
224
224
* keyword **tier** (`dict`): Tier license state \n
225
225
* keyword **bandwidth** (`int`): Bandwidth
@@ -229,12 +229,12 @@ def get_portal_licensed_appliances(self) -> dict:
229
229
* keyword **boost** (`dict`): Boost license state \n
230
230
* keyword **bandwidth** (`int`): Amount of boost
231
231
bandwidth in Mbps
232
- * keyword **enabled ** (`bool`): ``True`` if active
232
+ * keyword **enable ** (`bool`): ``True`` if active
233
233
* keyword **metered** (`dict`): Metered license object \n
234
234
* keyword **boost** (`dict`): Boost license state \n
235
235
* keyword **bandwidth** (`int`): Amount of boost
236
236
bandwidth in Mbps
237
- * keyword **enabled ** (`bool`): ``True`` if
237
+ * keyword **enable ** (`bool`): ``True`` if
238
238
active
239
239
* keyword **model** (`str`): Hardware model, e.g. ``EC-M-B``
240
240
* keyword **portalLicenseType** (`int`): Not documented
0 commit comments