Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

20230918 release #626

Merged
merged 2 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
---
11 changes: 11 additions & 0 deletions content/release_notes/2023/20230918.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Release notes: September 18 2023"
date: "2023-09-18"
tags:
- "release notes"
---

#### API
- 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
Loading