Skip to content

Commit

Permalink
20230918 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gallo committed Sep 18, 2023
1 parent 00ad31e commit ab5c2b7
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
Empty file modified bin/generateSLDN.py
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "getM2ControllerFlag"
description: "Indicates whether an item is a M.2 disk controller."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Product"
classes:
- "SoftLayer_Product_Item"
type: "reference"
layout: "method"
mainService : "SoftLayer_Product_Item"
---
21 changes: 21 additions & 0 deletions content/release_notes/2023/20230918.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Release notes: September 18 2023"
date: "2023-09-18"
tags:
- "release notes"
---

#### API
- New [SoftLayer_User_Permission_Action](https://sldn.softlayer.com/reference/services/SoftLayer_User_Permission_Action/) Added
+ SOFTWARE_LICENSE_MANAGE
+ SOFTWARE_MANAGE
+ IMAGE_TEMPLATE_MANAGE
+ MANAGE_DEDICATED_HOST
+ MANAGE_DISK_IMAGE
+ MANAGE_VIRTUAL_GUEST
+ VIEW_LOCATION_RESERVATION
+ MANAGE_CONFIGURATION_TEMPLATE
+ MANAGE_CUSTOMER_HARDWARE
- Removed unused MobileDevice classes
- Adding LBAAS uuid to SoftLayer_Network_Subnet_IpAddress_UsageDetail::resourceContext
- Addressed a bug where Global IP Addresses routed to compute resources were errantly reclaimed when the associated compute resource was reclaimed.
17 changes: 17 additions & 0 deletions data/sldn_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -184993,6 +184993,17 @@
"deprecated": false,
"limitable": true
},
"getM2ControllerFlag": {
"doc": "Indicates whether an item is a M.2 disk controller.",
"docOverview": "",
"name": "getM2ControllerFlag",
"type": "boolean",
"typeArray": null,
"ormMethod": true,
"maskable": true,
"filterable": true,
"deprecated": false
},
"getM2DriveFlag": {
"doc": "Indicates whether an item is a M.2 drive.",
"docOverview": "",
Expand Down Expand Up @@ -185404,6 +185415,12 @@
"typeArray": true,
"doc": "An item's location conflicts. For example, Dual Path network functionality cannot be ordered in WDC and as such is a conflict."
},
"m2ControllerFlag": {
"name": "m2ControllerFlag",
"type": "boolean",
"form": "relational",
"doc": "Indicates whether an item is a M.2 disk controller."
},
"m2DriveFlag": {
"name": "m2DriveFlag",
"type": "boolean",
Expand Down

0 comments on commit ab5c2b7

Please sign in to comment.