diff --git a/classes/SoftLayer_Account/index.html b/classes/SoftLayer_Account/index.html index 3781f45741..4030914380 100644 --- a/classes/SoftLayer_Account/index.html +++ b/classes/SoftLayer_Account/index.html @@ -2313,6 +2313,11 @@

reference

Return an account's next invoice detailed portion in PDF format. The 'next invoice' is what a customer will be billed on their next invoice, assuming no changes are made. Currently this does not include Bandwidth Pooling charges.
+
  • + getNextInvoicePlatformServicesTotalAmount +
    The pre-tax platform services total amount of an account's next invoice.
    +
  • +
  • getNextInvoiceRecurringAmountEligibleForAccountDiscount
    The total recurring charge amount of an account's next invoice eligible for account discount measured in US Dollars ($USD), assuming no changes or charges occur between now and time of billing.
    @@ -2538,6 +2543,11 @@

    reference

    An account's associated portal users with PPTP VPN access. (Deprecated)
  • +
  • + getPreOpenRecurringInvoices +
    An account's invoices in the PRE_OPEN status.
    +
  • +
  • getPreviousRecurringRevenue
    The total recurring amount for an accounts previous revenue.
    diff --git a/classes/SoftLayer_Account/index.xml b/classes/SoftLayer_Account/index.xml index 0910ee9e24..b59be5e133 100644 --- a/classes/SoftLayer_Account/index.xml +++ b/classes/SoftLayer_Account/index.xml @@ -1639,6 +1639,13 @@ https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePdfDetailed/ REST Example curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [dateTime]}' \ 'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getNextInvoicePdfDetailed' + + getNextInvoicePlatformServicesTotalAmount + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/ + Mon, 12 Feb 2018 00:00:00 +0000 + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/ + REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ 'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getNextInvoicePlatformServicesTotalAmount' + getNextInvoiceRecurringAmountEligibleForAccountDiscount https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoiceRecurringAmountEligibleForAccountDiscount/ @@ -1954,6 +1961,13 @@ https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPptpVpnUsers/ REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ 'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getPptpVpnUsers' + + getPreOpenRecurringInvoices + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/ + Mon, 12 Feb 2018 00:00:00 +0000 + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/ + REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ 'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getPreOpenRecurringInvoices' + getPreviousRecurringRevenue https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreviousRecurringRevenue/ diff --git a/index.html b/index.html index 4b5124f923..46c2875142 100644 --- a/index.html +++ b/index.html @@ -167,6 +167,29 @@

    Release Notes

    +
    +

    + July 12, 2024 +
    +

    +
    +
    +
    +

    API

    +

    -Properties added for continue support of 3DS to ensure uninterrupted workflow.. 3DS Data Field Changes ACCT-8362

    +
      +
    • Update OS reload block for nfsCapable servers vsphere 7 -> vsphere 8. METAL-6189
    • +
    + +
    +
    +
    +
    + + + + +

    July 5, 2024 @@ -412,51 +435,6 @@

    API

    -
    -

    - March 22, 2024 -
    -

    -
    -
    -
    -

    API

    -
      -
    • Added new vendor codes for vmware add ons. Create new vendor code for VMWare VCF Addons SOFTWARE-1890
    • -
    • Fix regenerating quotes with default partition template ids > 1 and custom partitions disabled. Failures ordering from quotes with a default partition template and a package that disables custom partitions -SALES-14340
    • -
    • Fix for a problem on VSI orders with Windows on other environments outside of commercial.. Account for different default template IDs across environments SALES-14284
    • -
    • Disallow migrating dedicated hosts to non-dedicated hosts. Instead create a separate page for dedicated guests.. Disallow migrating dedicated hosts to non-dedicated hosts VIRT-12349
    • -
    • Removal of API endpoints associated with subnet registrations: -
        -
      • SoftLayer_Account_Regional_Registry_Detail_Property.createObject/createObjects
      • -
      • SoftLayer_Account_Regional_Registry_Detail_Property.editObject/editObjects
      • -
      • SoftLayer_Account_Regional_Registry_Detail_Property.deleteObject
      • -
      • SoftLayer_Account_Regional_Registry_Detail.createObject
      • -
      • SoftLayer_Account_Regional_Registry_Detail.editObject
      • -
      • SoftLayer_Account_Regional_Registry_Detail.deleteObject
      • -
      • SoftLayer_Account_Regional_Registry_Detail.validatePersonForAllRegistrars
      • -
      • SoftLayer_Network_Subnet_Registration_Details.createObject
      • -
      • SoftLayer_Network_Subnet_Registration_Details.deleteObject
      • -
      • SoftLayer_Network_Subnet_Registration.createObject/createObjects
      • -
      • SoftLayer_Network_Subnet_Registration.editObject
      • -
      • SoftLayer_Network_Subnet_Registration.clearRegistration
      • -
      • SoftLayer_Network_Subnet_Registration.editRegistrationAttachedDetails.
      • -
      • Cut off SLDN access to RIR functionality other than read NETWORK-14347
      • -
      -
    • -
    • Expose reconfigureConsole method on SLDN but only function on Federal. Allow FED customers to reconfigure their KVM console VIRT-12914
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/index.xml b/index.xml index f4320c5576..8199017e92 100644 --- a/index.xml +++ b/index.xml @@ -5,12 +5,12 @@ en-US Enthusiastic Hugo User Copyright (c) 2014, Enthusiastic Hugo User; all rights reserved. - Fri, 05 Jul 2024 00:00:00 UTC + Fri, 12 Jul 2024 00:00:00 UTC Release_notes https://sldn.softlayer.com/release_notes/ - Fri, 05 Jul 2024 00:00:00 UTC + Fri, 12 Jul 2024 00:00:00 UTC Enthusiastic Hugo User https://sldn.softlayer.com/release_notes/ diff --git a/page/10/index.html b/page/10/index.html index 51db71f637..cda1e8d674 100644 --- a/page/10/index.html +++ b/page/10/index.html @@ -167,6 +167,35 @@

    Release Notes

    +
    +

    + September 11, 2020 +
    +

    +
    +
    +
    +

    API

    +
      +
    • throw an exception if we customer requests refresh on duplicate which has replicas. SoftLayerAPIError(SoftLayer_Exception_InvalidValue): Invalid value provided for 'Duplicate Volume is unable to be refreshed while it has replica.'.
    • +
    • Allow snapshots to be refreshed on independent Volumes.
    • +
    • New SoftLayer_Network_Storage::refreshDuplicate() API call. Utilizes same parameters as SoftLayer_Network_Storage::refreshDependentDuplicate().
    • +
    • Exposed isCloudInit method on the Virtual_Guest class and cloudInitiFlag ORM key attribute on the SoftLayer_Virtual_Guest_Block_Device_Template class
    • +
    +

    Backend

    +
      +
    • Fix for billing upgrade order perf type volumes in dependent and independent refresh.
    • +
    + +
    +
    +
    +
    + + + + +

    September 4, 2020 @@ -429,52 +458,6 @@

    Catalog

    -
    -

    - June 19, 2020 -
    -

    -
    -
    -
    -

    API

    -
      -
    • -

      Implement disabledSnapshot for Block and File volume replicas

      - -
    • -
    • -

      Prevent detach of local disks for VSIs greater than 300GB

      -
        -
      • Exception:
      • -
      -
      <faultcode>SoftLayer_Exception_Public</faultcode>
      -<faultstring>Disk capacity exceeds the maximum size eligible for portability on local storage and can not be detached.</faultstring>
      -
    • -
    • -

      Fixed an issue causing fixed configurations to not handle disk controller limits properly.

      -
        -
      • When verifying or placing an order, fixed configuration presets will populate the storageGroups property on server order containers with those defined by their preset, rather than remaining empty. Verifying an order now does not fail if the storageGroups property is set when a fixed configuration preset is also provided. Any storage groups will be ignored in favor of the preset’s.
      • -
      • The order response will now contain the fixed config preset’s storage groups on verifyOrder and placeOrder responses.
      • -
      -
    • -
    -

    Backend

    -
      -
    • Remove advanced monitoring/nimsoft as a requirement for managed services servers
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/11/index.html b/page/11/index.html index 58bed399c3..551331082c 100644 --- a/page/11/index.html +++ b/page/11/index.html @@ -167,6 +167,52 @@

    Release Notes

    +
    +

    + June 19, 2020 +
    +

    +
    +
    +
    +

    API

    +
      +
    • +

      Implement disabledSnapshot for Block and File volume replicas

      + +
    • +
    • +

      Prevent detach of local disks for VSIs greater than 300GB

      +
        +
      • Exception:
      • +
      +
      <faultcode>SoftLayer_Exception_Public</faultcode>
      +<faultstring>Disk capacity exceeds the maximum size eligible for portability on local storage and can not be detached.</faultstring>
      +
    • +
    • +

      Fixed an issue causing fixed configurations to not handle disk controller limits properly.

      +
        +
      • When verifying or placing an order, fixed configuration presets will populate the storageGroups property on server order containers with those defined by their preset, rather than remaining empty. Verifying an order now does not fail if the storageGroups property is set when a fixed configuration preset is also provided. Any storage groups will be ignored in favor of the preset’s.
      • +
      • The order response will now contain the fixed config preset’s storage groups on verifyOrder and placeOrder responses.
      • +
      +
    • +
    +

    Backend

    +
      +
    • Remove advanced monitoring/nimsoft as a requirement for managed services servers
    • +
    + +
    +
    +
    +
    + + + + +

    June 12, 2020 @@ -499,28 +545,6 @@

    API

    -
    -

    - February 28, 2020 -
    -

    -
    -
    -
    -

    API

    -
      -
    • SoftLayer_User_Customer::removeAllVirtualAccess will no longer be blocked when the user has lingering access on a device that is in deleted state.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/12/index.html b/page/12/index.html index 6a7fc838b0..b3b4df1ad8 100644 --- a/page/12/index.html +++ b/page/12/index.html @@ -167,6 +167,28 @@

    Release Notes

    +
    +

    + February 28, 2020 +
    +

    +
    +
    +
    +

    API

    +
      +
    • SoftLayer_User_Customer::removeAllVirtualAccess will no longer be blocked when the user has lingering access on a device that is in deleted state.
    • +
    + +
    +
    +
    +
    + + + + +

    February 21, 2020 @@ -517,51 +539,6 @@

    Backend

    -
    -

    - November 1, 2019 -
    -

    -
    -
    -
    -

    Catalog

    -
      -
    • New Cascade Lake Hourly FSP’s -
        -
      • Silver 4210 64GB 2X1.7TB SSD NoRAID - Preset 1214
      • -
      • Gold 5218 64GB 2x1.7TB SSD NoRAID - Preset 1216
      • -
      • Gold 6248 384GB 4x1.7TB SSD RAID10 - Preset 1218
      • -
      -
    • -
    • Remove 7.68TB SSDs from the ReadyNode package 1053
    • -
    • Managed services premium application for package 993
    • -
    • Enable UEFI boot for several operating systems -
        -
      • Windows / RHEL 7 / CentOS 7 / Ubuntu 18.04
      • -
      • NO OS / XenServer 7.1.2 / XenServer 7.x / SUSE SLES 12sp4 / SUSE SLES 15
      • -
      • Product_Item_Category = UEFI Boot Mode
      • -
      • Product_CategoryCode = UEFI_boot
      • -
      -
    • -
    • Enabled Presets 1158 and 1160 in package 1075
    • -
    • 12TB HDDs added to Coffee Lake package #2634
    • -
    • Activate Coffee Lake E2174G servers for order entry at the following datacenters -
        -
      • DAl10, FRA02, FRA05, LON04, PAR01, SYD01, TOK02, WDC04
      • -
      -
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/13/index.html b/page/13/index.html index 495926e40b..f35ccc25a3 100644 --- a/page/13/index.html +++ b/page/13/index.html @@ -167,6 +167,51 @@

    Release Notes

    +
    +

    + November 1, 2019 +
    +

    +
    +
    +
    +

    Catalog

    +
      +
    • New Cascade Lake Hourly FSP’s +
        +
      • Silver 4210 64GB 2X1.7TB SSD NoRAID - Preset 1214
      • +
      • Gold 5218 64GB 2x1.7TB SSD NoRAID - Preset 1216
      • +
      • Gold 6248 384GB 4x1.7TB SSD RAID10 - Preset 1218
      • +
      +
    • +
    • Remove 7.68TB SSDs from the ReadyNode package 1053
    • +
    • Managed services premium application for package 993
    • +
    • Enable UEFI boot for several operating systems +
        +
      • Windows / RHEL 7 / CentOS 7 / Ubuntu 18.04
      • +
      • NO OS / XenServer 7.1.2 / XenServer 7.x / SUSE SLES 12sp4 / SUSE SLES 15
      • +
      • Product_Item_Category = UEFI Boot Mode
      • +
      • Product_CategoryCode = UEFI_boot
      • +
      +
    • +
    • Enabled Presets 1158 and 1160 in package 1075
    • +
    • 12TB HDDs added to Coffee Lake package #2634
    • +
    • Activate Coffee Lake E2174G servers for order entry at the following datacenters +
        +
      • DAl10, FRA02, FRA05, LON04, PAR01, SYD01, TOK02, WDC04
      • +
      +
    • +
    + +
    +
    +
    +
    + + + + +

    October 25, 2019 @@ -536,44 +581,6 @@

    Catalog

    -
    -

    - July 26, 2019 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Changes to order currency selection logic. Existing customers will have orders default to the currency selected on their billing information, or US Dollars if unavailable.
    • -
    • Surfaces helpful validation messages to customers upgrading to PAYGO
    • -
    -

    API

    -
      -
    • Allow customers to query read-only information about the keyName of their assigned Catalog -
        -
      • SoftLayer_Account->brand->catalog->keyName
      • -
      -
    • -
    • -
    -

    Backend

    -
      -
    • Improve the process of provisioning IBM Backup Storages.
    • -
    • Allow customer cancellation of VLANs with other canceled resources on the VLAN
    • -
    • IBM Cloud CDN - Update the IBM CNAME to use new domain ‘cdn.appdomain.cloud’.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/14/index.html b/page/14/index.html index 941b8aa48e..8a11788a01 100644 --- a/page/14/index.html +++ b/page/14/index.html @@ -167,6 +167,44 @@

    Release Notes

    +
    +

    + July 26, 2019 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Changes to order currency selection logic. Existing customers will have orders default to the currency selected on their billing information, or US Dollars if unavailable.
    • +
    • Surfaces helpful validation messages to customers upgrading to PAYGO
    • +
    +

    API

    +
      +
    • Allow customers to query read-only information about the keyName of their assigned Catalog +
        +
      • SoftLayer_Account->brand->catalog->keyName
      • +
      +
    • +
    • +
    +

    Backend

    +
      +
    • Improve the process of provisioning IBM Backup Storages.
    • +
    • Allow customer cancellation of VLANs with other canceled resources on the VLAN
    • +
    • IBM Cloud CDN - Update the IBM CNAME to use new domain ‘cdn.appdomain.cloud’.
    • +
    + +
    +
    +
    +
    + + + + +

    July 12, 2019 @@ -483,34 +521,6 @@

    Catalog

    -
    -

    - May 10, 2019 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Fix an issue where users were unable to change user status from VPN_ONLY/ DISABLED to ACTIVE with a user with user-management Editor or Admin role
    • -
    • Fix issue where receipt pages may show inaccurate totals after PayPal payment.
    • -
    • Removes the now defunct edgecast URLs from the WWW portal
    • -
    -

    API

    -
      -
    • New service Hardware_Component_Locator
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/15/index.html b/page/15/index.html index b69a21f473..cda6d2d54e 100644 --- a/page/15/index.html +++ b/page/15/index.html @@ -167,6 +167,34 @@

    Release Notes

    +
    +

    + May 10, 2019 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Fix an issue where users were unable to change user status from VPN_ONLY/ DISABLED to ACTIVE with a user with user-management Editor or Admin role
    • +
    • Fix issue where receipt pages may show inaccurate totals after PayPal payment.
    • +
    • Removes the now defunct edgecast URLs from the WWW portal
    • +
    +

    API

    +
      +
    • New service Hardware_Component_Locator
    • +
    + +
    +
    +
    +
    + + + + +

    May 3, 2019 @@ -602,42 +630,6 @@

    Catalog

    -
    -

    - February 26, 2019 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Adds option for new customers to select if they are ordering on behalf of a business or as an individual. Also adds a checkbox allowing customers to specify they do not have a VAT ID.
    • -
    -

    API

    - -

    Backend

    -
      -
    • Modified reclaim process to reset root/ADMIN IPMI passwords
    • -
    • Allow creation of array slices in the RAID BIOS
    • -
    • Fix secondary static IPv6 subnets ordered with servers not being correctly associated to billing.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/16/index.html b/page/16/index.html index c6891265df..0971e59e7a 100644 --- a/page/16/index.html +++ b/page/16/index.html @@ -167,6 +167,42 @@

    Release Notes

    +
    +

    + February 26, 2019 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Adds option for new customers to select if they are ordering on behalf of a business or as an individual. Also adds a checkbox allowing customers to specify they do not have a VAT ID.
    • +
    +

    API

    + +

    Backend

    +
      +
    • Modified reclaim process to reset root/ADMIN IPMI passwords
    • +
    • Allow creation of array slices in the RAID BIOS
    • +
    • Fix secondary static IPv6 subnets ordered with servers not being correctly associated to billing.
    • +
    + +
    +
    +
    +
    + + + + +

    February 20, 2019 @@ -572,44 +608,6 @@

    API

    -
    -

    - November 16, 2018 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • For capacity restricted pricing that is billed with usage, return the correct usage pricing when verifying and placing orders.
    • -
    • Control Portal Login Redirects in cloud.ibm.com domains
    • -
    • Fix redirect error for ordering.cloud.ibm.com
    • -
    -

    API

    -
      -
    • Fix edge case for rule validation that would mistakenly determine an item was conflicting when the given item was NOT being upgraded.
    • -
    • IBM Cloud CDN - Hotlink protection configurable through API to prevent unauthorized use of a CDN’s content
    • -
    • Remove the PPTP_VPN_ALLOWED trait from all customer accounts
    • -
    • Fixed an issue causing SoftLayer_User_Customer::addBulkPortalPermission to timeout
    • -
    • Added methods to allow Brand Agents and Brand Managers the ability to disable accounts
    • -
    • Premium VLANs are now available to order, or upgrade to. See the ‘Network’ category for ordering. Upgrading is currently only available via the API, see SoftLayer_Network_Vlan.upgrade for usage information.
    • -
    -

    Backend

    -
      -
    • Add new micro guest type
    • -
    • Block storage volumes will no longer restrict between Windows versions, now “Windows 2003”, “Windows 2008+”, “Windows GPT”, and “Hyper-V” are all compatible.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/17/index.html b/page/17/index.html index 99d73fa444..a5e690278a 100644 --- a/page/17/index.html +++ b/page/17/index.html @@ -167,6 +167,44 @@

    Release Notes

    +
    +

    + November 16, 2018 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • For capacity restricted pricing that is billed with usage, return the correct usage pricing when verifying and placing orders.
    • +
    • Control Portal Login Redirects in cloud.ibm.com domains
    • +
    • Fix redirect error for ordering.cloud.ibm.com
    • +
    +

    API

    +
      +
    • Fix edge case for rule validation that would mistakenly determine an item was conflicting when the given item was NOT being upgraded.
    • +
    • IBM Cloud CDN - Hotlink protection configurable through API to prevent unauthorized use of a CDN’s content
    • +
    • Remove the PPTP_VPN_ALLOWED trait from all customer accounts
    • +
    • Fixed an issue causing SoftLayer_User_Customer::addBulkPortalPermission to timeout
    • +
    • Added methods to allow Brand Agents and Brand Managers the ability to disable accounts
    • +
    • Premium VLANs are now available to order, or upgrade to. See the ‘Network’ category for ordering. Upgrading is currently only available via the API, see SoftLayer_Network_Vlan.upgrade for usage information.
    • +
    +

    Backend

    +
      +
    • Add new micro guest type
    • +
    • Block storage volumes will no longer restrict between Windows versions, now “Windows 2003”, “Windows 2008+”, “Windows GPT”, and “Hyper-V” are all compatible.
    • +
    + +
    +
    +
    +
    + + + + +

    November 9, 2018 @@ -502,41 +540,6 @@

    Backend

    -
    -

    - September 7, 2018 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Update tax display for ’new’ customers and avoid showing stale information regarding the taxes for their order.
    • -
    -

    API

    -
      -
    • Added SoftLayer_Tag::deleteTag()
    • -
    • Added SoftLayer_Virtual_Guest::removeTags() and SoftLayer_Hardware_Server::removeTags()
    • -
    • Added SoftLayer_Virtual_Guest::sentTestReclaimScheduledAlert() to allow for testing of the transient webhook service
    • -
    • Added SoftLayer_Network_Storage_MassDataMigration_Request::getDeviceModel()
    • -
    -

    Backend

    -
      -
    • Zero dollar invoices will now use the closed_complete state
    • -
    • Added cleanup logic for ipmi connectivity issues during reclaims.
    • -
    • The Lenovo SR630 motherboard should be purchasable with a TPM module
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/18/index.html b/page/18/index.html index 5cc4e91a5d..d57af8376e 100644 --- a/page/18/index.html +++ b/page/18/index.html @@ -167,6 +167,41 @@

    Release Notes

    +
    +

    + September 7, 2018 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Update tax display for ’new’ customers and avoid showing stale information regarding the taxes for their order.
    • +
    +

    API

    +
      +
    • Added SoftLayer_Tag::deleteTag()
    • +
    • Added SoftLayer_Virtual_Guest::removeTags() and SoftLayer_Hardware_Server::removeTags()
    • +
    • Added SoftLayer_Virtual_Guest::sentTestReclaimScheduledAlert() to allow for testing of the transient webhook service
    • +
    • Added SoftLayer_Network_Storage_MassDataMigration_Request::getDeviceModel()
    • +
    +

    Backend

    +
      +
    • Zero dollar invoices will now use the closed_complete state
    • +
    • Added cleanup logic for ipmi connectivity issues during reclaims.
    • +
    • The Lenovo SR630 motherboard should be purchasable with a TPM module
    • +
    + +
    +
    +
    +
    + + + + +

    August 31, 2018 @@ -513,55 +548,6 @@

    Backend

    -
    -

    - June 29, 2018 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Allow Master User to clear security questions for users on account.
    • -
    • Fix issue when ordering SSL certs for non-US organizational addresses that had a state
    • -
    • Updates to dedicated vsi and dedicated hosts order forms for encryption
    • -
    • Fixed an issue where a customer cannot delete the CDN service Billing Item from Customer Portal
    • -
    -

    API

    -
      -
    • The Permission/Resource change event log type should only show for the customer with the GENERATE_PERMISSION_REPORTS set.
    • -
    • Exposes the setupFeeDeferralMonths property for the SoftLayer_Billing_Invoice_Item service.
    • -
    • This release adds the class SoftLayer_Software_Description_Plesk to enable the new Plesk manufacturer
    • -
    • Updating mechanism for checking for platform services brand on account brand creation
    • -
    • Reverted defaulting simple ordering to suspend for hourly SAN. For now the only way for a customer to order suspend will be by using the placeOrder API and specifying the suspend packageId in the payload.
    • -
    • The current documentation for SoftLayer_Billing_Item::cancelItem (https://softlayer.github.io/reference/services/SoftLayer_Billing_Item/cancelItem/) describes that by default the function will cancel the item immediately, while actually cancelImmediately parameter is set to false by default. This release fixes the documentation for that method.
    • -
    -

    Backend

    -
      -
    • Fixed dedicated host scheduling issues which were allowing dedicate host orders in locations without sufficient capacity.
    • -
    • Once a subnet is authorized access to a storage volume, IP addresses included in that subnet will not need to be authorized again. When an IP address is authorized to access to a storage volume, the subnet that IP address belongs to cannot be authorized to access the volume unless the IP address host is revoked or each IP address is added individually.
    • -
    • Enable ordering of dedicated hosts with GPUs.
    • -
    • Evault Password enhancements.
    • -
    • Enables ordering dedicated host instances with GPUs.
    • -
    • When modifying the size or performance of a File or Block storage hosted on fast hardware, the new IOPS/GB ratio must be greater than or equal to 0.301. Similarly, when modifying storage hosted on lower performance hardware the new IOPS/GB ratio must be less than 0.301. The previous boundary was 0.300 which could not be satisfied for resizes on clusters that only have fast hardware. -These pages should be updated to match: -https://console.bluemix.net/docs/infrastructure/FileStorage/adjustable-iops.html#adjustable-iops -https://console.bluemix.net/docs/infrastructure/BlockStorage/adjustable-iops.html#adjustable-iops
    • -
    • Enables ordering dedicated host instances from an encrypted image template
    • -
    • This release will prevent customers from receiving old monitors notifications associated with a new customer’s server.
    • -
    • Relax the restriction that all IBMid/SoftLayer User links with a given username (destinationUserAlphanumericId) must have the same ibmIdUniqueIdentifier.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/19/index.html b/page/19/index.html index 8c259959e2..6d5475c3d7 100644 --- a/page/19/index.html +++ b/page/19/index.html @@ -167,6 +167,55 @@

    Release Notes

    +
    +

    + June 29, 2018 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Allow Master User to clear security questions for users on account.
    • +
    • Fix issue when ordering SSL certs for non-US organizational addresses that had a state
    • +
    • Updates to dedicated vsi and dedicated hosts order forms for encryption
    • +
    • Fixed an issue where a customer cannot delete the CDN service Billing Item from Customer Portal
    • +
    +

    API

    +
      +
    • The Permission/Resource change event log type should only show for the customer with the GENERATE_PERMISSION_REPORTS set.
    • +
    • Exposes the setupFeeDeferralMonths property for the SoftLayer_Billing_Invoice_Item service.
    • +
    • This release adds the class SoftLayer_Software_Description_Plesk to enable the new Plesk manufacturer
    • +
    • Updating mechanism for checking for platform services brand on account brand creation
    • +
    • Reverted defaulting simple ordering to suspend for hourly SAN. For now the only way for a customer to order suspend will be by using the placeOrder API and specifying the suspend packageId in the payload.
    • +
    • The current documentation for SoftLayer_Billing_Item::cancelItem (https://softlayer.github.io/reference/services/SoftLayer_Billing_Item/cancelItem/) describes that by default the function will cancel the item immediately, while actually cancelImmediately parameter is set to false by default. This release fixes the documentation for that method.
    • +
    +

    Backend

    +
      +
    • Fixed dedicated host scheduling issues which were allowing dedicate host orders in locations without sufficient capacity.
    • +
    • Once a subnet is authorized access to a storage volume, IP addresses included in that subnet will not need to be authorized again. When an IP address is authorized to access to a storage volume, the subnet that IP address belongs to cannot be authorized to access the volume unless the IP address host is revoked or each IP address is added individually.
    • +
    • Enable ordering of dedicated hosts with GPUs.
    • +
    • Evault Password enhancements.
    • +
    • Enables ordering dedicated host instances with GPUs.
    • +
    • When modifying the size or performance of a File or Block storage hosted on fast hardware, the new IOPS/GB ratio must be greater than or equal to 0.301. Similarly, when modifying storage hosted on lower performance hardware the new IOPS/GB ratio must be less than 0.301. The previous boundary was 0.300 which could not be satisfied for resizes on clusters that only have fast hardware. +These pages should be updated to match: +https://console.bluemix.net/docs/infrastructure/FileStorage/adjustable-iops.html#adjustable-iops +https://console.bluemix.net/docs/infrastructure/BlockStorage/adjustable-iops.html#adjustable-iops
    • +
    • Enables ordering dedicated host instances from an encrypted image template
    • +
    • This release will prevent customers from receiving old monitors notifications associated with a new customer’s server.
    • +
    • Relax the restriction that all IBMid/SoftLayer User links with a given username (destinationUserAlphanumericId) must have the same ibmIdUniqueIdentifier.
    • +
    + +
    +
    +
    +
    + + + + +

    June 21, 2018 @@ -546,45 +595,6 @@

    Backend

    -
    -

    - April 6, 2018 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • adds the sshKeys selector back into the confirmation page when ordering a hardware security module.
    • -
    • Remove forums.softlayer.com links.
    • -
    -

    API

    -
      -
    • Make createObject orders for hourly SAN virtual servers use correct package when presets are account restricted.
    • -
    • Fixed getPortalLoginToken function registering a failed login before it registers a successful login
    • -
    • Fix bug preventing scheduler from being used when request comes from SLDN
    • -
    • Terminating Status is added when guest vsi are being reclaimed.
    • -
    • Updated event log to show when login failure caused by 2FA failure
    • -
    • Fixes an issue where the userData is not being returned correctly according to the API and is not be set or retrieved correctly in certain cases.
    • -
    -

    Backend

    -
      -
    • Improves the automation for the Hardware Security Module service offering.
    • -
    • Fixed an issue where customers trying to order cleversafe object storage are getting errors that they are reaching the limit.
    • -
    -

    Documentation Changes

    -

    https://github.com/softlayer/softlayer.github.io/commit/1e273fb599ec32e3ec5948c4671b42befd10784f

    - -
    -
    -
    -
    - - - - -
    diff --git a/page/2/index.html b/page/2/index.html index 66312e2956..e4bd341e44 100644 --- a/page/2/index.html +++ b/page/2/index.html @@ -167,6 +167,51 @@

    Release Notes

    +
    +

    + March 22, 2024 +
    +

    +
    +
    +
    +

    API

    +
      +
    • Added new vendor codes for vmware add ons. Create new vendor code for VMWare VCF Addons SOFTWARE-1890
    • +
    • Fix regenerating quotes with default partition template ids > 1 and custom partitions disabled. Failures ordering from quotes with a default partition template and a package that disables custom partitions +SALES-14340
    • +
    • Fix for a problem on VSI orders with Windows on other environments outside of commercial.. Account for different default template IDs across environments SALES-14284
    • +
    • Disallow migrating dedicated hosts to non-dedicated hosts. Instead create a separate page for dedicated guests.. Disallow migrating dedicated hosts to non-dedicated hosts VIRT-12349
    • +
    • Removal of API endpoints associated with subnet registrations: +
        +
      • SoftLayer_Account_Regional_Registry_Detail_Property.createObject/createObjects
      • +
      • SoftLayer_Account_Regional_Registry_Detail_Property.editObject/editObjects
      • +
      • SoftLayer_Account_Regional_Registry_Detail_Property.deleteObject
      • +
      • SoftLayer_Account_Regional_Registry_Detail.createObject
      • +
      • SoftLayer_Account_Regional_Registry_Detail.editObject
      • +
      • SoftLayer_Account_Regional_Registry_Detail.deleteObject
      • +
      • SoftLayer_Account_Regional_Registry_Detail.validatePersonForAllRegistrars
      • +
      • SoftLayer_Network_Subnet_Registration_Details.createObject
      • +
      • SoftLayer_Network_Subnet_Registration_Details.deleteObject
      • +
      • SoftLayer_Network_Subnet_Registration.createObject/createObjects
      • +
      • SoftLayer_Network_Subnet_Registration.editObject
      • +
      • SoftLayer_Network_Subnet_Registration.clearRegistration
      • +
      • SoftLayer_Network_Subnet_Registration.editRegistrationAttachedDetails.
      • +
      • Cut off SLDN access to RIR functionality other than read NETWORK-14347
      • +
      +
    • +
    • Expose reconfigureConsole method on SLDN but only function on Federal. Allow FED customers to reconfigure their KVM console VIRT-12914
    • +
    + +
    +
    +
    +
    + + + + +

    March 1, 2024 @@ -406,36 +451,6 @@

    API

    -
    -

    - June 23, 2023 -
    -

    -
    -
    -
    -

    API

    -
      -
    • Add CoreApi SoftLayer_Network_Service_Resource_Type
    • -
    • Improved speed and reliability of bandwidth pool membership mutation methods -
        -
      • SoftLayer_Network_Bandwidth_Version1_Allotment::setVdrContents
      • -
      • SoftLayer_Network_Bandwidth_Version1_Allotment::requestVdrContentUpdates
      • -
      • SoftLayer_Network_Bandwidth_Version1_Allotment::requestVdrCancellation
      • -
      -
    • -
    • SoftLayer_Network_Vlan::getIpAddressUsage and SoftLayer_Network_Subnet::getIpAddressUsage to provide detail on primary IP address assignment.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/20/index.html b/page/20/index.html index 94db8feda8..3005ba4b30 100644 --- a/page/20/index.html +++ b/page/20/index.html @@ -167,6 +167,45 @@

    Release Notes

    +
    +

    + April 6, 2018 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • adds the sshKeys selector back into the confirmation page when ordering a hardware security module.
    • +
    • Remove forums.softlayer.com links.
    • +
    +

    API

    +
      +
    • Make createObject orders for hourly SAN virtual servers use correct package when presets are account restricted.
    • +
    • Fixed getPortalLoginToken function registering a failed login before it registers a successful login
    • +
    • Fix bug preventing scheduler from being used when request comes from SLDN
    • +
    • Terminating Status is added when guest vsi are being reclaimed.
    • +
    • Updated event log to show when login failure caused by 2FA failure
    • +
    • Fixes an issue where the userData is not being returned correctly according to the API and is not be set or retrieved correctly in certain cases.
    • +
    +

    Backend

    +
      +
    • Improves the automation for the Hardware Security Module service offering.
    • +
    • Fixed an issue where customers trying to order cleversafe object storage are getting errors that they are reaching the limit.
    • +
    +

    Documentation Changes

    +

    https://github.com/softlayer/softlayer.github.io/commit/1e273fb599ec32e3ec5948c4671b42befd10784f

    + +
    +
    +
    +
    + + + + +

    March 30, 2018 @@ -552,62 +591,6 @@

    Backend

    -
    -

    - January 15, 2018 -
    -

    -
    -
    -
    -

    SLCLI

    -

    https://github.com/softlayer/softlayer-python/releases/tag/v5.4.0

    -
      -
    • -

      Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.2...v5.4.0

      -
    • -
    • -

      Upgraded Requests and Urllib3 library to latest. This allows the library to make use of connection retries, and connection pools. This should prevent the client from crashing if the API gives a connection reset / connection timeout error

      -
    • -
    • -

      reworked wait_for_ready function for virtual, and added to hardware managers.

      -
    • -
    • -

      fixed block/file iops in the slcli block|file detail view

      -
    • -
    • -

      Added sub items to hw detail --price, removed reverse PTR entries

      -
    • -
    -
    Added to CLI
    - -
    $ ./slcli order
    -Usage: slcli order [OPTIONS] COMMAND [ARGS]...
    -
    -Options:
    -  -h, --help  Show this message and exit.
    -
    -Commands:
    -  category-list      List the categories of a package.
    -  item-list          List package items used for ordering.
    -  package-list       List packages that can be ordered via the...
    -  package-locations  List Datacenters a package can be ordered in.
    -  place              Place or verify an order.
    -  preset-list        List package presets.
    -
    -
    -
    -
    -
    - - - - -
    diff --git a/page/21/index.html b/page/21/index.html index 692223a48b..06b74c2b0c 100644 --- a/page/21/index.html +++ b/page/21/index.html @@ -167,6 +167,62 @@

    Release Notes

    +
    +

    + January 15, 2018 +
    +

    +
    +
    +
    +

    SLCLI

    +

    https://github.com/softlayer/softlayer-python/releases/tag/v5.4.0

    +
      +
    • +

      Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.2...v5.4.0

      +
    • +
    • +

      Upgraded Requests and Urllib3 library to latest. This allows the library to make use of connection retries, and connection pools. This should prevent the client from crashing if the API gives a connection reset / connection timeout error

      +
    • +
    • +

      reworked wait_for_ready function for virtual, and added to hardware managers.

      +
    • +
    • +

      fixed block/file iops in the slcli block|file detail view

      +
    • +
    • +

      Added sub items to hw detail --price, removed reverse PTR entries

      +
    • +
    +
    Added to CLI
    + +
    $ ./slcli order
    +Usage: slcli order [OPTIONS] COMMAND [ARGS]...
    +
    +Options:
    +  -h, --help  Show this message and exit.
    +
    +Commands:
    +  category-list      List the categories of a package.
    +  item-list          List package items used for ordering.
    +  package-list       List packages that can be ordered via the...
    +  package-locations  List Datacenters a package can be ordered in.
    +  place              Place or verify an order.
    +  preset-list        List package presets.
    +
    +
    +
    +
    +
    + + + + +

    January 3, 2018 @@ -476,38 +532,6 @@

    Backend

    -
    -

    - October 5, 2017 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • IBM Bluemix Load Balancers are now live in the customer portal.
    • -
    • Performance and Endurance Block volumes can no longer have their LUN Id changed unless all host authorizations are first removed. This is to ensure synchronization between the customer portal and the storage systems.
    • -
    -

    API

    -
      -
    • None
    • -
    -

    Backend

    -
      -
    • Added more logic when auto-scaling Virtual Guests. The new logic checks the dates in the logs first and makes sure there are no other provisions or reclaims within the cooldown period of time.
    • -
    • Fixed an issue where Virtual Guests being deployed from Image templates were set to Skip OS updates during provisioning.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/22/index.html b/page/22/index.html index 17e6ab0626..c30641d0bc 100644 --- a/page/22/index.html +++ b/page/22/index.html @@ -167,6 +167,38 @@

    Release Notes

    +
    +

    + October 5, 2017 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • IBM Bluemix Load Balancers are now live in the customer portal.
    • +
    • Performance and Endurance Block volumes can no longer have their LUN Id changed unless all host authorizations are first removed. This is to ensure synchronization between the customer portal and the storage systems.
    • +
    +

    API

    +
      +
    • None
    • +
    +

    Backend

    +
      +
    • Added more logic when auto-scaling Virtual Guests. The new logic checks the dates in the logs first and makes sure there are no other provisions or reclaims within the cooldown period of time.
    • +
    • Fixed an issue where Virtual Guests being deployed from Image templates were set to Skip OS updates during provisioning.
    • +
    + +
    +
    +
    +
    + + + + +

    September 27, 2017 @@ -452,37 +484,6 @@

    Backend

    -
    -

    - July 19, 2017 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • None
    • -
    -

    API

    -
      -
    • Added the getLocalCurrencyExchangeRate method to the SoftLayer_Billing_Invoice service. This allows users to retrieve the exchange rate used for billing an invoice.
    • -
    • Users can now call SoftLayer_Network_Storage::createOrUpdateLunId to change the LUN ID on a block volume. For example, if a user is trying to access multiple volumes from a single initiator, then it is possible that some volumes will have the same LUN ID which may cause conflicts on the initiator. The createOrUpdateLunId method allows the user to resolve any conflicts by assigning different LUN IDs to each volume.
    • -
    -

    Backend

    -
      -
    • None
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/23/index.html b/page/23/index.html index f3a3904e97..3123fd5e33 100644 --- a/page/23/index.html +++ b/page/23/index.html @@ -167,6 +167,37 @@

    Release Notes

    +
    +

    + July 19, 2017 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • None
    • +
    +

    API

    +
      +
    • Added the getLocalCurrencyExchangeRate method to the SoftLayer_Billing_Invoice service. This allows users to retrieve the exchange rate used for billing an invoice.
    • +
    • Users can now call SoftLayer_Network_Storage::createOrUpdateLunId to change the LUN ID on a block volume. For example, if a user is trying to access multiple volumes from a single initiator, then it is possible that some volumes will have the same LUN ID which may cause conflicts on the initiator. The createOrUpdateLunId method allows the user to resolve any conflicts by assigning different LUN IDs to each volume.
    • +
    +

    Backend

    +
      +
    • None
    • +
    + +
    +
    +
    +
    + + + + +

    July 6, 2017 @@ -451,36 +482,6 @@

    Backend

    -
    -

    - May 3, 2017 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Resolved a bug that was causing duplicate pricing information to be shown for storage options on the portal order form.
    • -
    -

    API

    - -

    Backend

    -
      -
    • Fixed a bug that would automatically allow inactive image templates to be used for VSI OS Reloads.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/24/index.html b/page/24/index.html index 163463bd4c..d57ac1db39 100644 --- a/page/24/index.html +++ b/page/24/index.html @@ -167,6 +167,36 @@

    Release Notes

    +
    +

    + May 3, 2017 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Resolved a bug that was causing duplicate pricing information to be shown for storage options on the portal order form.
    • +
    +

    API

    + +

    Backend

    +
      +
    • Fixed a bug that would automatically allow inactive image templates to be used for VSI OS Reloads.
    • +
    + +
    +
    +
    +
    + + + + +

    April 26, 2017 @@ -458,36 +488,6 @@

    Backend

    -
    -

    - February 16, 2017 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Resolved an issue that was preventing punny code domains from being added using the ‘Add Bulk Domains’ tool in the customer portal.
    • -
    -

    API

    -
      -
    • None
    • -
    -

    Backend

    -
      -
    • Added some backend code to help automation issues related to sending automated password reset emails.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/25/index.html b/page/25/index.html index f16e523fc8..4eb53aa211 100644 --- a/page/25/index.html +++ b/page/25/index.html @@ -167,6 +167,36 @@

    Release Notes

    +
    +

    + February 16, 2017 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Resolved an issue that was preventing punny code domains from being added using the ‘Add Bulk Domains’ tool in the customer portal.
    • +
    +

    API

    +
      +
    • None
    • +
    +

    Backend

    +
      +
    • Added some backend code to help automation issues related to sending automated password reset emails.
    • +
    + +
    +
    +
    +
    + + + + +

    February 8, 2017 @@ -451,38 +481,6 @@

    Backend

    -
    -

    - October 17, 2016 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Updated the page title and icon on the control portal compute order forms to reflect IBM Bluemix.
    • -
    -

    API

    -
      -
    • Resolved an issue with the getMappedAccounts method not correctly displaying the accountLinks section of the output.
    • -
    • When any sub-brand is created by a brand master account it now automatically has the brand attribute ALLOW_ACCOUNT_CREATION set to 1.This resolves an issue what required Sales Operations to manually set the ALLOW_ACCOUNT_CREATION to 1 on sub-branded accounts.
    • -
    • Allowed the IAM token service to indicate that 2 factor authentication has been fulfilled in the case it has been performed recently. This will be done by including a flag in IAM token to indicate that 2FA is not needed. This is for the getPortalLoginTokenOpenIdConnect method.
    • -
    -

    Backend

    -
      -
    • None
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/26/index.html b/page/26/index.html index eb0d52e288..678c70a6b1 100644 --- a/page/26/index.html +++ b/page/26/index.html @@ -167,6 +167,38 @@

    Release Notes

    +
    +

    + October 17, 2016 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Updated the page title and icon on the control portal compute order forms to reflect IBM Bluemix.
    • +
    +

    API

    +
      +
    • Resolved an issue with the getMappedAccounts method not correctly displaying the accountLinks section of the output.
    • +
    • When any sub-brand is created by a brand master account it now automatically has the brand attribute ALLOW_ACCOUNT_CREATION set to 1.This resolves an issue what required Sales Operations to manually set the ALLOW_ACCOUNT_CREATION to 1 on sub-branded accounts.
    • +
    • Allowed the IAM token service to indicate that 2 factor authentication has been fulfilled in the case it has been performed recently. This will be done by including a flag in IAM token to indicate that 2FA is not needed. This is for the getPortalLoginTokenOpenIdConnect method.
    • +
    +

    Backend

    +
      +
    • None
    • +
    + +
    +
    +
    +
    + + + + +

    October 11, 2016 @@ -446,38 +478,6 @@

    Backend

    -
    -

    - July 18, 2016 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Fixed a bug that caused Public node to be highlighted when ordering a Private Virtual Guest.
    • -
    • Fixes an issue that prevented the relevant media types from being returned in the ContentDelivery code for CDN origin mapping.
    • -
    -

    API

    - -

    Backend

    -
      -
    • Fixed an issue creating an IBMid with a mixed-case email address. Introduced case insensitivity in email address handling for IBMid creation.
    • -
    • Introduced code that adds Network Gateway Capability to all Current Bare Metal Packages
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/27/index.html b/page/27/index.html index bd8c46af04..30b22ad5c9 100644 --- a/page/27/index.html +++ b/page/27/index.html @@ -167,6 +167,38 @@

    Release Notes

    +
    +

    + July 18, 2016 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Fixed a bug that caused Public node to be highlighted when ordering a Private Virtual Guest.
    • +
    • Fixes an issue that prevented the relevant media types from being returned in the ContentDelivery code for CDN origin mapping.
    • +
    +

    API

    + +

    Backend

    +
      +
    • Fixed an issue creating an IBMid with a mixed-case email address. Introduced case insensitivity in email address handling for IBMid creation.
    • +
    • Introduced code that adds Network Gateway Capability to all Current Bare Metal Packages
    • +
    + +
    +
    +
    +
    + + + + +

    July 11, 2016 @@ -452,37 +484,6 @@

    Backend

    -
    -

    - May 9, 2016 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Fixed an issue affecting the ability to edit a Saved Order or a Sales Order Quote.
    • -
    -

    API

    -
      -
    • None
    • -
    -

    Backend

    -
      -
    • Resolved an issue that was preventing a reclaim for Virtual Guests if they were powered off at the time of the cancellation request.
    • -
    • Added translations for some email and ticket templates. Customers who set their user accounts to a non-English locale will see some emails and ticket updates translated into their locale.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/28/index.html b/page/28/index.html index 7ade30d850..b8bf134ce6 100644 --- a/page/28/index.html +++ b/page/28/index.html @@ -167,6 +167,37 @@

    Release Notes

    +
    +

    + May 9, 2016 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Fixed an issue affecting the ability to edit a Saved Order or a Sales Order Quote.
    • +
    +

    API

    +
      +
    • None
    • +
    +

    Backend

    +
      +
    • Resolved an issue that was preventing a reclaim for Virtual Guests if they were powered off at the time of the cancellation request.
    • +
    • Added translations for some email and ticket templates. Customers who set their user accounts to a non-English locale will see some emails and ticket updates translated into their locale.
    • +
    + +
    +
    +
    +
    + + + + +

    April 25, 2016 @@ -460,42 +491,6 @@

    Backend

    -
    -

    - February 22, 2016 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Resolved an issue that was preventing orders from completing on accounts with Account Defined Networking enabled.
    • -
    • Resolved an issue that was preventing order quotes from being properly saved for later use.
    • -
    • Removed the TLS_X cipher option for SSL Offloading on Load Balancers in the customer portal. Furthermore, any attempts to configure TLS_X through the API will now result in a NotSupported exception.
    • -
    • Improved Cancellation Error Messaging for Already Canceled Services.
    • -
    -

    API

    - -

    Backend

    -
      -
    • Fixed an issue with checking user status for users connected to the SoftLayer VPN when making SOAP calls to the API.
    • -
    • Created a process that will allow users to authenticate via SAML even if they don’t exist in in the customer portal yet. Upon login the new user will be created automatically. To assign permissions the user will need to provide a roles attribute with the SAML token.
    • -
    • Enabled SAML on all Customer accounts.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/29/index.html b/page/29/index.html index 3e4a851767..20b828161e 100644 --- a/page/29/index.html +++ b/page/29/index.html @@ -167,6 +167,42 @@

    Release Notes

    +
    +

    + February 22, 2016 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Resolved an issue that was preventing orders from completing on accounts with Account Defined Networking enabled.
    • +
    • Resolved an issue that was preventing order quotes from being properly saved for later use.
    • +
    • Removed the TLS_X cipher option for SSL Offloading on Load Balancers in the customer portal. Furthermore, any attempts to configure TLS_X through the API will now result in a NotSupported exception.
    • +
    • Improved Cancellation Error Messaging for Already Canceled Services.
    • +
    +

    API

    + +

    Backend

    +
      +
    • Fixed an issue with checking user status for users connected to the SoftLayer VPN when making SOAP calls to the API.
    • +
    • Created a process that will allow users to authenticate via SAML even if they don’t exist in in the customer portal yet. Upon login the new user will be created automatically. To assign permissions the user will need to provide a roles attribute with the SAML token.
    • +
    • Enabled SAML on all Customer accounts.
    • +
    + +
    +
    +
    +
    + + + + +

    February 17, 2016 @@ -508,34 +544,6 @@

    API

    -
    -

    - January 4, 2016 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Fixed an issue with OS Reloads failing due to outdated packages.
    • -
    • Fixed an issue on the order page where an invalid method name was being referenced, causing no results to return.
    • -
    • Added ClickAndBuy as a payment authorization type for ordering.
    • -
    -

    API

    - - -
    -
    -
    -
    - - - - -
    diff --git a/page/3/index.html b/page/3/index.html index ec30c68925..9a393a7bf0 100644 --- a/page/3/index.html +++ b/page/3/index.html @@ -167,6 +167,36 @@

    Release Notes

    +
    +

    + June 23, 2023 +
    +

    +
    +
    +
    +

    API

    +
      +
    • Add CoreApi SoftLayer_Network_Service_Resource_Type
    • +
    • Improved speed and reliability of bandwidth pool membership mutation methods +
        +
      • SoftLayer_Network_Bandwidth_Version1_Allotment::setVdrContents
      • +
      • SoftLayer_Network_Bandwidth_Version1_Allotment::requestVdrContentUpdates
      • +
      • SoftLayer_Network_Bandwidth_Version1_Allotment::requestVdrCancellation
      • +
      +
    • +
    • SoftLayer_Network_Vlan::getIpAddressUsage and SoftLayer_Network_Subnet::getIpAddressUsage to provide detail on primary IP address assignment.
    • +
    + +
    +
    +
    +
    + + + + +

    May 12, 2023 @@ -422,28 +452,6 @@

    Backend

    -
    -

    - November 11, 2022 -
    -

    -
    -
    -
    -

    Backend

    -
      -
    • Bandwidth Overage notifications now include alerts for Bandwidth Pools approaching their total allocation
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/30/index.html b/page/30/index.html index c7f23b8915..65cd7e1edc 100644 --- a/page/30/index.html +++ b/page/30/index.html @@ -167,6 +167,34 @@

    Release Notes

    +
    +

    + January 4, 2016 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Fixed an issue with OS Reloads failing due to outdated packages.
    • +
    • Fixed an issue on the order page where an invalid method name was being referenced, causing no results to return.
    • +
    • Added ClickAndBuy as a payment authorization type for ordering.
    • +
    +

    API

    + + +
    +
    +
    +
    + + + + +

    December 28, 2015 @@ -486,34 +514,6 @@

    API

    -
    -

    - November 10, 2015 -
    -

    -
    -
    -
    -

    Portal

    -
      -
    • Improved the error message on the Catalyst self-enrollment page when user enters invalid credit card information.
    • -
    • ‘NEW’ Invoices will now properly display the last 4 digits of the credit card.
    • -
    -

    API

    -
      -
    • Fix issue in which objectFilter values for (SoftLayer_Network_Subnet)[http://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_Subnet] addressSpace and subnetType were being ignored.
    • -
    • Fixed an issue that When a SSL certificate is being activated on a load balancer which is already active, the load balancer sends a response which was being improperly handled as an error.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/31/index.html b/page/31/index.html index 4ef5d977ef..eb83833563 100644 --- a/page/31/index.html +++ b/page/31/index.html @@ -167,6 +167,34 @@

    Release Notes

    +
    +

    + November 10, 2015 +
    +

    +
    +
    +
    +

    Portal

    +
      +
    • Improved the error message on the Catalyst self-enrollment page when user enters invalid credit card information.
    • +
    • ‘NEW’ Invoices will now properly display the last 4 digits of the credit card.
    • +
    +

    API

    +
      +
    • Fix issue in which objectFilter values for (SoftLayer_Network_Subnet)[http://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_Subnet] addressSpace and subnetType were being ignored.
    • +
    • Fixed an issue that When a SSL certificate is being activated on a load balancer which is already active, the load balancer sends a response which was being improperly handled as an error.
    • +
    + +
    +
    +
    +
    + + + + +

    November 5, 2015 @@ -420,30 +448,6 @@

    API

    -
    -

    - September 30, 2015 -
    -

    -
    -
    -
    -

    Portal

    -

    API

    -
      -
    • Invalid characters are now being removed from ARIN/RIPE/APNIC registrations
    • -
    • Engendered network address translation context awareness in VLAN verification actions.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/32/index.html b/page/32/index.html index 7f9c90ae4a..ccf2703e4f 100644 --- a/page/32/index.html +++ b/page/32/index.html @@ -167,6 +167,30 @@

    Release Notes

    +
    +

    + September 30, 2015 +
    +

    +
    +
    +
    +

    Portal

    +

    API

    +
      +
    • Invalid characters are now being removed from ARIN/RIPE/APNIC registrations
    • +
    • Engendered network address translation context awareness in VLAN verification actions.
    • +
    + +
    +
    +
    +
    + + + + +

    September 29, 2015 @@ -398,29 +422,6 @@

    API

    -
    -

    - August 26, 2015 -
    -

    -
    -
    -
    -

    API

    -
      -
    • Prevents grouped network components from being disconnected
    • -
    • Added a lastResponseDate to the ticket object. This lastResponseDate represents the last time a customer facing response was added to the ticket. This is exposed sldn.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/33/index.html b/page/33/index.html index 8076ac95fc..6fac5c57a0 100644 --- a/page/33/index.html +++ b/page/33/index.html @@ -167,6 +167,29 @@

    Release Notes

    +
    +

    + August 26, 2015 +
    +

    +
    +
    +
    +

    API

    +
      +
    • Prevents grouped network components from being disconnected
    • +
    • Added a lastResponseDate to the ticket object. This lastResponseDate represents the last time a customer facing response was added to the ticket. This is exposed sldn.
    • +
    + +
    +
    +
    +
    + + + + +

    August 24, 2015 diff --git a/page/4/index.html b/page/4/index.html index f1cffb326c..30d7d77689 100644 --- a/page/4/index.html +++ b/page/4/index.html @@ -167,6 +167,28 @@

    Release Notes

    +
    +

    + November 11, 2022 +
    +

    +
    +
    +
    +

    Backend

    +
      +
    • Bandwidth Overage notifications now include alerts for Bandwidth Pools approaching their total allocation
    • +
    + +
    +
    +
    +
    + + + + +

    November 4, 2022 @@ -454,38 +476,6 @@

    Backend

    -
    -

    - June 10, 2022 -
    -

    -
    -
    -
    -

    API

    -
      -
    • Update link to virtual server capacity documentation.
    • -
    • In the SoftLayer_Tag class put a limit on the number of tags in setTags
    • -
    • Fix errors when ordering from large quotes
    • -
    • Customers can know the progress of a dependent duplicate conversion as and when needed.
    • -
    • LBaaS ability to enable secure flag and set same-site=none
    • -
    • Updating SoftLayer_User_Customer SLDN documentation for the editObjects call.
    • -
    • Improved minimum size overflow error messaging for subnet orders
    • -
    -

    Backend

    -
      -
    • Update email URL link on subnet orders to new subnet page.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/5/index.html b/page/5/index.html index 8209f32399..6383759d9d 100644 --- a/page/5/index.html +++ b/page/5/index.html @@ -167,6 +167,38 @@

    Release Notes

    +
    +

    + June 10, 2022 +
    +

    +
    +
    +
    +

    API

    +
      +
    • Update link to virtual server capacity documentation.
    • +
    • In the SoftLayer_Tag class put a limit on the number of tags in setTags
    • +
    • Fix errors when ordering from large quotes
    • +
    • Customers can know the progress of a dependent duplicate conversion as and when needed.
    • +
    • LBaaS ability to enable secure flag and set same-site=none
    • +
    • Updating SoftLayer_User_Customer SLDN documentation for the editObjects call.
    • +
    • Improved minimum size overflow error messaging for subnet orders
    • +
    +

    Backend

    +
      +
    • Update email URL link on subnet orders to new subnet page.
    • +
    + +
    +
    +
    +
    + + + + +

    May 27, 2022 @@ -434,40 +466,6 @@

    Backend

    -
    -

    - December 8, 2021 -
    -

    -
    -
    -
    -

    API

    -
      -
    • Deprecate the ‘bundleItems’ relational property on ‘SoftLayer_Billing_Item’. Not to be confused with ‘bundledItems’, which is the correct relational property to use.
    • -
    • Functionality to enable disable snapshot usage warning notification. SoftLayer_Network_Storage::setSnapshotNotification and SoftLayer_Network_Storage::getSnapshotNotificationStatus
    • -
    • Update getbandwidthData function call to work properly.
    • -
    • Adds deviceStatus to virtual guest class
    • -
    • Update powerOff and powerOn and powerOffSoft methods to call updateDeviceStatus method and update the device status accordingly.
    • -
    • Add SoftLayer_Hardware_Status link from SoftLayer_Hardware
    • -
    • Update SoftLayer_Billing_Item::cancel to call updateDeviceStatus
    • -
    • Addresses over billing when PlanId changes
    • -
    • Adds deprecation tagging support for SLDN and metadata documentation
    • -
    -

    Backend

    -
      -
    • Fix dedicated host migrations to retain proper CPU, memory, and disk space allocations
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/6/index.html b/page/6/index.html index 50cb8105b2..f905e2e262 100644 --- a/page/6/index.html +++ b/page/6/index.html @@ -167,6 +167,40 @@

    Release Notes

    +
    +

    + December 8, 2021 +
    +

    +
    +
    +
    +

    API

    +
      +
    • Deprecate the ‘bundleItems’ relational property on ‘SoftLayer_Billing_Item’. Not to be confused with ‘bundledItems’, which is the correct relational property to use.
    • +
    • Functionality to enable disable snapshot usage warning notification. SoftLayer_Network_Storage::setSnapshotNotification and SoftLayer_Network_Storage::getSnapshotNotificationStatus
    • +
    • Update getbandwidthData function call to work properly.
    • +
    • Adds deviceStatus to virtual guest class
    • +
    • Update powerOff and powerOn and powerOffSoft methods to call updateDeviceStatus method and update the device status accordingly.
    • +
    • Add SoftLayer_Hardware_Status link from SoftLayer_Hardware
    • +
    • Update SoftLayer_Billing_Item::cancel to call updateDeviceStatus
    • +
    • Addresses over billing when PlanId changes
    • +
    • Adds deprecation tagging support for SLDN and metadata documentation
    • +
    +

    Backend

    +
      +
    • Fix dedicated host migrations to retain proper CPU, memory, and disk space allocations
    • +
    + +
    +
    +
    +
    + + + + +

    November 12, 2021 @@ -408,34 +442,6 @@

    Backend

    -
    -

    - June 28, 2021 -
    -

    -
    -
    -
    -

    API

    -
      -
    • Added ‘hardwareFunctionDescription’ property to the SoftLayer_Virtual_Guest class
    • -
    • SoftLayer_Hardware_Component_Firmware_SeverityTypes records names for ‘minor’ is update to ‘Optional’ and ‘important’ updated to ‘Recommended’
    • -
    • Create new option for more restrictive rules on VPN access management, if an account attribute that selects the new behavior is set. Restricts sslVpnAllowedFlag update to users with VPN_MANAGE permission
    • -
    -

    Backend

    -
      -
    • New features like duplication, snapshots, etc will be enabled for v1 File and Block customer volumes
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/7/index.html b/page/7/index.html index 3f04f2c718..2d4da1842c 100644 --- a/page/7/index.html +++ b/page/7/index.html @@ -167,6 +167,34 @@

    Release Notes

    +
    +

    + June 28, 2021 +
    +

    +
    +
    +
    +

    API

    +
      +
    • Added ‘hardwareFunctionDescription’ property to the SoftLayer_Virtual_Guest class
    • +
    • SoftLayer_Hardware_Component_Firmware_SeverityTypes records names for ‘minor’ is update to ‘Optional’ and ‘important’ updated to ‘Recommended’
    • +
    • Create new option for more restrictive rules on VPN access management, if an account attribute that selects the new behavior is set. Restricts sslVpnAllowedFlag update to users with VPN_MANAGE permission
    • +
    +

    Backend

    +
      +
    • New features like duplication, snapshots, etc will be enabled for v1 File and Block customer volumes
    • +
    + +
    +
    +
    +
    + + + + +

    June 7, 2021 @@ -432,33 +460,6 @@

    Backend

    -
    -

    - March 19, 2021 -
    -

    -
    -
    -
    -

    API

    -
      -
    • Fix an issue causing some order API requests to fail to get the orderServerMonthlyAmount and orderNonServerMonthlyAmount properties.
    • -
    -

    Backend

    -
      -
    • Fixed an issue where an Event log was not generated when IP Restriction was added\removed from User profile in the cloud portal.
    • -
    • Update subnet category cancellation flags to allow a user to cancel the billing items without them being a child.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/8/index.html b/page/8/index.html index 2647c2367c..cb52b708c7 100644 --- a/page/8/index.html +++ b/page/8/index.html @@ -167,6 +167,33 @@

    Release Notes

    +
    +

    + March 19, 2021 +
    +

    +
    +
    +
    +

    API

    +
      +
    • Fix an issue causing some order API requests to fail to get the orderServerMonthlyAmount and orderNonServerMonthlyAmount properties.
    • +
    +

    Backend

    +
      +
    • Fixed an issue where an Event log was not generated when IP Restriction was added\removed from User profile in the cloud portal.
    • +
    • Update subnet category cancellation flags to allow a user to cancel the billing items without them being a child.
    • +
    + +
    +
    +
    +
    + + + + +

    March 8, 2021 @@ -399,29 +426,6 @@

    Backend

    -
    -

    - December 11, 2020 -
    -

    -
    -
    -
    -

    Backend

    -
      -
    • Improve handling of upgrades for FileBlock volumes when the replicant is reclaimed in-between upgrade placement and upgrade processing.
    • -
    • Fix issue with userdata not getting set from the order
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/page/9/index.html b/page/9/index.html index 66a7b50272..57dd8f53f0 100644 --- a/page/9/index.html +++ b/page/9/index.html @@ -167,6 +167,29 @@

    Release Notes

    +
    +

    + December 11, 2020 +
    +

    +
    +
    +
    +

    Backend

    +
      +
    • Improve handling of upgrades for FileBlock volumes when the replicant is reclaimed in-between upgrade placement and upgrade processing.
    • +
    • Fix issue with userdata not getting set from the order
    • +
    + +
    +
    +
    +
    + + + + +

    December 4, 2020 @@ -428,35 +451,6 @@

    API

    -
    -

    - September 11, 2020 -
    -

    -
    -
    -
    -

    API

    -
      -
    • throw an exception if we customer requests refresh on duplicate which has replicas. SoftLayerAPIError(SoftLayer_Exception_InvalidValue): Invalid value provided for 'Duplicate Volume is unable to be refreshed while it has replica.'.
    • -
    • Allow snapshots to be refreshed on independent Volumes.
    • -
    • New SoftLayer_Network_Storage::refreshDuplicate() API call. Utilizes same parameters as SoftLayer_Network_Storage::refreshDependentDuplicate().
    • -
    • Exposed isCloudInit method on the Virtual_Guest class and cloudInitiFlag ORM key attribute on the SoftLayer_Virtual_Guest_Block_Device_Template class
    • -
    -

    Backend

    -
      -
    • Fix for billing upgrade order perf type volumes in dependent and independent refresh.
    • -
    - -
    -
    -
    -
    - - - - -
    diff --git a/reference/datatypes/SoftLayer_Account/index.html b/reference/datatypes/SoftLayer_Account/index.html index c74e145c8d..2ee11d36a2 100644 --- a/reference/datatypes/SoftLayer_Account/index.html +++ b/reference/datatypes/SoftLayer_Account/index.html @@ -1278,6 +1278,8 @@

    modifyDate

    + + @@ -1516,6 +1518,10 @@

    postalCode

    + + + + @@ -5731,6 +5737,30 @@

    +
    +

    nextInvoicePlatformServicesTotalAmount

    +

    + + The pre-tax platform services total amount of an account’s next invoice. + +
    + + + Type: + + + decimal + + +

    + +

    + + + + +

    nextInvoiceRecurringAmountEligibleForAccountDiscount

    @@ -6849,6 +6879,34 @@

    pptpVpnUsers

    + + + + +
    +
    +

    preOpenRecurringInvoices

    +

    + + An account’s invoices in the PRE_OPEN status. + +
    + + + + + Type: + + + SoftLayer_Billing_Invoice[] + + +

    + +
    + + +
    @@ -11455,6 +11513,8 @@

    @@ -12189,6 +12249,32 @@

    pptpVpnUserCount

    + + +
    +
    +

    preOpenRecurringInvoiceCount

    +

    + + A count of an account’s invoices in the PRE_OPEN status. + +
    + + + Type: + + + unsignedLong + + +

    + +
    + + + + + diff --git a/reference/datatypes/SoftLayer_Billing_Order/index.html b/reference/datatypes/SoftLayer_Billing_Order/index.html index 4172fcd827..69afe41ddd 100644 --- a/reference/datatypes/SoftLayer_Billing_Order/index.html +++ b/reference/datatypes/SoftLayer_Billing_Order/index.html @@ -516,12 +516,14 @@

    presaleEventId

    -
    + + +

    privateCloudOrderFlag

    - Flag indicating a private cloud solution order (Deprecated) + Deprecated.
    @@ -534,6 +536,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Billing_Payment_Card_ChangeRequest/index.html b/reference/datatypes/SoftLayer_Billing_Payment_Card_ChangeRequest/index.html index 9ea8210334..0e0b17ca4d 100644 --- a/reference/datatypes/SoftLayer_Billing_Payment_Card_ChangeRequest/index.html +++ b/reference/datatypes/SoftLayer_Billing_Payment_Card_ChangeRequest/index.html @@ -602,6 +602,54 @@

    billingState

    + + +
    +
    +

    browserScreenHeight

    +

    + + Total height of browser screen in pixels. + +
    + + + Type: + + + string + + +

    + +
    + + + + + +
    +
    +

    browserScreenWidth

    +

    + + Total width of browser screen in pixels. + +
    + + + Type: + + + string + + +

    + +
    + + + @@ -1095,6 +1143,10 @@

    Count

    + + + + diff --git a/reference/datatypes/SoftLayer_Billing_Payment_Card_ManualPayment/index.html b/reference/datatypes/SoftLayer_Billing_Payment_Card_ManualPayment/index.html index e5ea4a8e61..40dc289d14 100644 --- a/reference/datatypes/SoftLayer_Billing_Payment_Card_ManualPayment/index.html +++ b/reference/datatypes/SoftLayer_Billing_Payment_Card_ManualPayment/index.html @@ -654,6 +654,54 @@

    billingState

    +
    +
    +

    browserScreenHeight

    +

    + + Total height of browser screen in pixels. + +
    + + + Type: + + + string + + +

    + +
    + + + + + +
    +
    +

    browserScreenWidth

    +

    + + Total width of browser screen in pixels. + +
    + + + Type: + + + string + + +

    + +
    + + + + +

    cancelUrl

    @@ -1225,6 +1273,10 @@

    auth + + + + @@ -1419,6 +1471,10 @@

    Count

    + + + + diff --git a/reference/datatypes/SoftLayer_Container_Product_Order/index.html b/reference/datatypes/SoftLayer_Container_Product_Order/index.html index aaf1cdc62a..c7225d46fb 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Account_Media_Data_Transfer_Request/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Account_Media_Data_Transfer_Request/index.html index 9cd9b75838..ccfcd127b2 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Account_Media_Data_Transfer_Request/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Account_Media_Data_Transfer_Request/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1467,12 +1479,14 @@

    request

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1485,18 +1499,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1509,6 +1527,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Billing_Information/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Billing_Information/index.html index 4424949f5b..54593b5e03 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Billing_Information/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Billing_Information/index.html @@ -552,6 +552,54 @@

    billingState

    +
    +
    +

    browserScreenHeight

    +

    + + Total height of browser screen in pixels. + +
    + + + Type: + + + string + + +

    + +
    + + + + + +
    +
    +

    browserScreenWidth

    +

    + + Total width of browser screen in pixels. + +
    + + + Type: + + + string + + +

    + +
    + + + + +

    cardAccountNumber

    @@ -862,6 +910,10 @@

    Relational

    + + + + @@ -912,6 +964,10 @@

    Count

    + + + + diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Gateway_Appliance_Cluster/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Gateway_Appliance_Cluster/index.html index 318d626f24..f6408ff571 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Gateway_Appliance_Cluster/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Gateway_Appliance_Cluster/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1244,12 +1248,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1262,18 +1268,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1286,6 +1296,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1491,12 +1503,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1509,18 +1523,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1533,6 +1551,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Gateway_Appliance_Upgrade/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Gateway_Appliance_Upgrade/index.html index 1da182a955..4cf9466248 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Gateway_Appliance_Upgrade/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Gateway_Appliance_Upgrade/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1220,12 +1224,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1238,18 +1244,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1262,6 +1272,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1467,12 +1479,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1485,18 +1499,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1509,6 +1527,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Security_Module/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Security_Module/index.html index a11c7a1a7c..d0b0d9a507 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Security_Module/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Security_Module/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1346,12 +1350,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1364,18 +1370,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1388,6 +1398,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1641,12 +1653,14 @@

    requiredUp -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1659,18 +1673,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1683,6 +1701,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server/index.html index 291179b0a2..ae5d4a81ac 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1346,12 +1350,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1364,18 +1370,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1388,6 +1398,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1641,12 +1653,14 @@

    requiredUp -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1659,18 +1673,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1683,6 +1701,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Colocation/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Colocation/index.html index 42015a30e8..7b38e94ea3 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Colocation/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Colocation/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1346,12 +1350,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1364,18 +1370,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1388,6 +1398,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1641,12 +1653,14 @@

    requiredUp -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1659,18 +1673,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1683,6 +1701,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Gateway_Appliance/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Gateway_Appliance/index.html index 5c7061e577..5b76e02a9e 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Gateway_Appliance/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Gateway_Appliance/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1346,12 +1350,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1364,18 +1370,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1388,6 +1398,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1641,12 +1653,14 @@

    requiredUp -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1659,18 +1673,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1683,6 +1701,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Upgrade/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Upgrade/index.html index ebd76345c8..9f935886d5 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Upgrade/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Upgrade/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1346,12 +1350,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1364,18 +1370,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1388,6 +1398,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1641,12 +1653,14 @@

    requiredUp -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1659,18 +1673,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1683,6 +1701,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Upgrade_MigrateToReserved/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Upgrade_MigrateToReserved/index.html index 0aad2ff9ec..025bd288e3 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Upgrade_MigrateToReserved/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Upgrade_MigrateToReserved/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1346,12 +1350,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1364,18 +1370,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1388,6 +1398,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1641,12 +1653,14 @@

    requiredUp -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1659,18 +1673,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1683,6 +1701,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Vpc/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Vpc/index.html index 19ad3d541d..20fe120981 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Vpc/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Vpc/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1420,12 +1424,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1438,18 +1444,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1462,6 +1472,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1739,12 +1751,14 @@

    resourceGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1757,18 +1771,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1781,6 +1799,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Monitoring_Package/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Monitoring_Package/index.html index d85903b3a2..54a1533a9d 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Monitoring_Package/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Monitoring_Package/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_MultiConfiguration/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_MultiConfiguration/index.html index 8f89ff690b..3203e82f8f 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_MultiConfiguration/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_MultiConfiguration/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_MultiConfiguration_Tornado/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_MultiConfiguration_Tornado/index.html index 341b5a35c6..2c82ba6266 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_MultiConfiguration_Tornado/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_MultiConfiguration_Tornado/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Application_Delivery_Controller/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Application_Delivery_Controller/index.html index 8fdb925881..762f24fba5 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Application_Delivery_Controller/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Application_Delivery_Controller/index.html @@ -288,12 +288,14 @@

    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -306,6 +308,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1220,12 +1224,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1238,18 +1244,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1262,6 +1272,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1467,12 +1479,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1485,18 +1499,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1509,6 +1527,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Interconnect/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Interconnect/index.html index adc6c9de23..5cb14685e9 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Interconnect/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Interconnect/index.html @@ -288,12 +288,14 @@

    bgpAsn

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -306,6 +308,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1364,12 +1368,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1382,18 +1388,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1406,6 +1416,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1611,12 +1623,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1629,18 +1643,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1653,6 +1671,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Interconnect_Upgrade/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Interconnect_Upgrade/index.html index bf70d4e19f..c1d24a1e6e 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Interconnect_Upgrade/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Interconnect_Upgrade/index.html @@ -288,12 +288,14 @@

    bgpAsn

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -306,6 +308,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1364,12 +1368,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1382,18 +1388,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1406,6 +1416,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1611,12 +1623,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1629,18 +1643,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1653,6 +1671,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_LoadBalancer/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_LoadBalancer/index.html index b804a90a68..b8e40a2b69 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_LoadBalancer/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_LoadBalancer/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_LoadBalancer_AsAService/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_LoadBalancer_AsAService/index.html index 8523638700..88fff76e40 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_LoadBalancer_AsAService/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_LoadBalancer_AsAService/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1294,12 +1298,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1312,18 +1318,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1336,6 +1346,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1593,12 +1605,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1611,18 +1625,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1635,6 +1653,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Message_Delivery/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Message_Delivery/index.html index 285d079161..8d79d0262b 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Message_Delivery/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Message_Delivery/index.html @@ -324,12 +324,14 @@

    accountUsername

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -342,6 +344,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1280,12 +1284,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1298,18 +1304,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1322,6 +1332,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1527,12 +1539,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1545,18 +1559,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1569,6 +1587,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Message_Delivery_Upgrade/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Message_Delivery_Upgrade/index.html index d92c6cbee2..9613cd47e2 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Message_Delivery_Upgrade/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Message_Delivery_Upgrade/index.html @@ -324,12 +324,14 @@

    accountUsername

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -342,6 +344,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1304,12 +1308,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1322,18 +1328,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1346,6 +1356,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1551,12 +1563,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1569,18 +1583,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1593,6 +1611,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage/index.html index 1601a9f192..8c93e51fa6 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage_Iscsi/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage_Iscsi/index.html index 748eb8cd2a..3927151134 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage_Iscsi/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage_Iscsi/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1220,12 +1224,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1238,18 +1244,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1262,6 +1272,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1467,12 +1479,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1485,18 +1499,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1509,6 +1527,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage_Nfs/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage_Nfs/index.html index 166bc937c8..ea39a9ec36 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage_Nfs/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_PerformanceStorage_Nfs/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall/index.html index fb96f46c94..7933495dc8 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated/index.html index 02fed84718..85777b65d9 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1220,12 +1224,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1238,18 +1244,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1262,6 +1272,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1467,12 +1479,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1485,18 +1499,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1509,6 +1527,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated_Upgrade/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated_Upgrade/index.html index cc24b72da9..08d69e8e49 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated_Upgrade/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated_Upgrade/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1244,12 +1248,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1262,18 +1268,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1286,6 +1296,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1491,12 +1503,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1509,18 +1523,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1533,6 +1551,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_AsAService/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_AsAService/index.html index 85e30bb9b0..3b4b5c88e7 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_AsAService/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_AsAService/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1388,12 +1392,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1406,18 +1412,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1430,6 +1440,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1635,12 +1647,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1653,18 +1667,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1677,6 +1695,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_AsAService_Upgrade/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_AsAService_Upgrade/index.html index e6882f05f1..cb7852c9aa 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_AsAService_Upgrade/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_AsAService_Upgrade/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1388,12 +1392,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1406,18 +1412,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1430,6 +1440,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1635,12 +1647,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1653,18 +1667,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1677,6 +1695,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Backup_Evault_Plugin/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Backup_Evault_Plugin/index.html index 5733c53ac8..0969c93245 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Backup_Evault_Plugin/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Backup_Evault_Plugin/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Backup_Evault_Vault/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Backup_Evault_Vault/index.html index 7bc0bd9eaa..3c5b50c90e 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Backup_Evault_Vault/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Backup_Evault_Vault/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise/index.html index 78032893ed..a6d06c86d7 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1268,12 +1272,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1286,18 +1292,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1310,6 +1320,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1515,12 +1527,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1533,18 +1547,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1557,6 +1575,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise_SnapshotSpace/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise_SnapshotSpace/index.html index 0fde5f2ba4..2d785fc6df 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise_SnapshotSpace/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise_SnapshotSpace/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise_SnapshotSpace_Upgrade/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise_SnapshotSpace_Upgrade/index.html index 3eafeb67c8..788bb951dc 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise_SnapshotSpace_Upgrade/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Enterprise_SnapshotSpace_Upgrade/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Hub/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Hub/index.html index a62b359690..8ffa6d0174 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Hub/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Hub/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Iscsi/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Iscsi/index.html index b0069fc9e8..0d613b9fe0 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Iscsi/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Iscsi/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_MassDataMigration_Request/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_MassDataMigration_Request/index.html index cf7a5175a2..4a2611f2bd 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_MassDataMigration_Request/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_MassDataMigration_Request/index.html @@ -360,12 +360,14 @@

    addressNickname

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -378,6 +380,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1660,12 +1664,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1678,18 +1684,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1702,6 +1712,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1931,12 +1943,14 @@

    requestName

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1949,18 +1963,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1973,6 +1991,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Modification/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Modification/index.html index 171a563d23..9eacac1f15 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Modification/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Modification/index.html @@ -267,12 +267,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -285,6 +287,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1199,12 +1203,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1217,18 +1223,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1241,6 +1251,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1446,12 +1458,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1464,18 +1478,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1488,6 +1506,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Nas/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Nas/index.html index 042c374ac3..bb82288990 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Nas/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Nas/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Object/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Object/index.html index 07b9eab46b..d4aa3a2b82 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Object/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Object/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Subnet/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Subnet/index.html index 1f5c01e5b6..1a944803ba 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Subnet/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Subnet/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1292,12 +1296,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1310,18 +1316,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1334,6 +1344,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1539,12 +1551,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1557,18 +1571,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1581,6 +1599,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Tunnel_Ipsec/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Tunnel_Ipsec/index.html index 22cd8ccdbb..63ad297cc0 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Tunnel_Ipsec/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Tunnel_Ipsec/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Vlan/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Vlan/index.html index 5c0d1da4e9..906d9ce151 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Network_Vlan/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Network_Vlan/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1316,12 +1320,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1334,18 +1340,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1358,6 +1368,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1563,12 +1575,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1581,18 +1595,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1605,6 +1623,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_NewCustomerSetup/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_NewCustomerSetup/index.html index d3fdf9e9df..1fb5e12f48 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_NewCustomerSetup/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_NewCustomerSetup/index.html @@ -292,12 +292,14 @@

    authorizationToken -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -310,6 +312,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1272,12 +1276,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1290,18 +1296,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1314,6 +1324,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1519,12 +1531,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1537,18 +1551,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1561,6 +1579,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Private_Cloud/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Private_Cloud/index.html index d3d44c7430..4ba942091a 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Private_Cloud/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Private_Cloud/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Security_Certificate/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Security_Certificate/index.html index b8ada20fc0..1f4e824f10 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Security_Certificate/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Security_Certificate/index.html @@ -288,12 +288,14 @@

    administrativeCo -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -306,6 +308,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1316,12 +1320,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1334,18 +1340,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1358,6 +1368,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1587,12 +1599,14 @@

    renewalFlag

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1605,18 +1619,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1629,6 +1647,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Service/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Service/index.html index 4992d73757..57bf8980d4 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Service/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Service/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Service_External/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Service_External/index.html index 23e9ef76a9..5623cc4df5 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Service_External/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Service_External/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1222,12 +1226,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1240,18 +1246,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1264,6 +1274,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1469,12 +1481,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1487,18 +1501,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1511,6 +1529,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Software_Component_Virtual/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Software_Component_Virtual/index.html index 8caa71045f..1fad693185 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Software_Component_Virtual/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Software_Component_Virtual/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1222,12 +1226,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1240,18 +1246,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1264,6 +1274,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1469,12 +1481,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1487,18 +1501,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1511,6 +1529,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Software_License/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Software_License/index.html index 475e0f479d..ac0e531073 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Software_License/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Software_License/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Support/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Support/index.html index fcec27ada1..072b566072 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Support/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Support/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_User_Customer_External_Binding/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_User_Customer_External_Binding/index.html index 05f324c04d..e91651a249 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_User_Customer_External_Binding/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_User_Customer_External_Binding/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1220,12 +1224,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1238,18 +1244,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1262,6 +1272,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1467,12 +1479,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1485,18 +1499,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1509,6 +1527,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_DedicatedHost/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_DedicatedHost/index.html index f0d66e52e6..5b1480e9d5 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_DedicatedHost/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_DedicatedHost/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1196,12 +1200,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1214,18 +1220,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1238,6 +1248,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1443,12 +1455,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1461,18 +1475,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1485,6 +1503,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Disk_Image/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Disk_Image/index.html index 4130b6aa32..25fb9ea048 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Disk_Image/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Disk_Image/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1220,12 +1224,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1238,18 +1244,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1262,6 +1272,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1467,12 +1479,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1485,18 +1499,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1509,6 +1527,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest/index.html index b60935f3aa..20be827eb6 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1418,12 +1422,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1436,18 +1442,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1460,6 +1470,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1737,12 +1749,14 @@

    reservedCapacityId -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1755,18 +1769,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1779,6 +1797,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Upgrade/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Upgrade/index.html index 6fa73d9c01..3aec87014a 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Upgrade/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Upgrade/index.html @@ -264,12 +264,14 @@

    Local

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -282,6 +284,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1418,12 +1422,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1436,18 +1442,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1460,6 +1470,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1737,12 +1749,14 @@

    reservedCapacityId -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1755,18 +1769,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1779,6 +1797,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Vpc/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Vpc/index.html index 6aeeefd733..cfea6d7b20 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Vpc/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Vpc/index.html @@ -290,12 +290,14 @@

    addi -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -308,6 +310,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1542,12 +1546,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1560,18 +1566,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1584,6 +1594,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1885,12 +1897,14 @@

    resourceGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1903,18 +1917,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1927,6 +1945,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Vpc_Upgrade/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Vpc_Upgrade/index.html index f825340571..4edd58b570 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Vpc_Upgrade/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_Guest_Vpc_Upgrade/index.html @@ -290,12 +290,14 @@

    addi -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -308,6 +310,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1542,12 +1546,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1560,18 +1566,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1584,6 +1594,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1885,12 +1897,14 @@

    resourceGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1903,18 +1917,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1927,6 +1945,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_ReservedCapacity/index.html b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_ReservedCapacity/index.html index aa011c0f98..d6679567f9 100644 --- a/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_ReservedCapacity/index.html +++ b/reference/datatypes/SoftLayer_Container_Product_Order_Virtual_ReservedCapacity/index.html @@ -288,12 +288,14 @@

    backendRouterId

    -
    + + +

    bigDataOrderFlag

    - Flag for identifying an order for Big Data Deployment. + Deprecated.
    @@ -306,6 +308,8 @@

    bigDataOrderFlag

    +

    Deprecated

    +
    @@ -1244,12 +1248,14 @@

    priorities

    -
    + + +

    privateCloudOrderFlag

    - Flag for identifying a container as Virtual Server (Private Node). + Deprecated.
    @@ -1262,18 +1268,22 @@

    privateCloudOrde

    +

    Deprecated

    +

    -
    + + +

    privateCloudOrderType

    - Type of Virtual Server (Private Node) order. Potential values: INITIAL, ADDHOST, ADDIPS, ADDZONE + Deprecated.
    @@ -1286,6 +1296,8 @@

    privateCloudOrde

    +

    Deprecated

    +

    @@ -1491,12 +1503,14 @@

    regionalGroup

    -
    + + +

    resourceGroupId

    - An optional resource group identifier specifying the resource group to attach the order to + Deprecated.
    @@ -1509,18 +1523,22 @@

    resourceGroupId

    +

    Deprecated

    +
    -
    + + +

    resourceGroupName

    - This variable specifies the name of the resource group the server configuration belongs to. For MongoDB Replica sets, it would be the replica set name. + Deprecated.
    @@ -1533,6 +1551,8 @@

    resourceGroupName

    +

    Deprecated

    +

    diff --git a/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/index.html b/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/index.html new file mode 100644 index 0000000000..7083c607b1 --- /dev/null +++ b/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/index.html @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + + + getNextInvoicePlatformServicesTotalAmount - https://sldn.softlayer.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +

    getNextInvoicePlatformServicesTotalAmount

    +
    +
    +
    +
    +
    + Classes + + SoftLayer_Account + +
    + Tags + + method + + sldn + + account + +
    +
    +
    + +
    +
    + + + +
    +
    + +

    + SoftLayer_Account::getNextInvoicePlatformServicesTotalAmount +

    + + +

    + +

    +

    Description

    + + The pre-tax platform services total amount of an account’s next invoice. + +
    + +

    Parameters

    + + + +

    None

    + + + + + + + + + + + +

    Required Headers

    + + +

    Optional Headers

    + + +

    Return Values

    +
    • + + + + decimal + +
    + + + + +
    curl -g -u $SL_USER:$SL_APIKEY -X GET \
    +'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getNextInvoicePlatformServicesTotalAmount'
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + + + + + + diff --git a/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/index.html b/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/index.html new file mode 100644 index 0000000000..663cf6e02a --- /dev/null +++ b/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/index.html @@ -0,0 +1,327 @@ + + + + + + + + + + + + + + + + getPreOpenRecurringInvoices - https://sldn.softlayer.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +

    getPreOpenRecurringInvoices

    +
    +
    +
    +
    +
    + Classes + + SoftLayer_Account + +
    + Tags + + method + + sldn + + account + +
    +
    +
    + +
    +
    + + + +
    +
    + +

    + SoftLayer_Account::getPreOpenRecurringInvoices +

    + + +

    + +

    +

    Description

    + + An account’s invoices in the PRE_OPEN status. + +
    + +

    Parameters

    + + + +

    None

    + + + + + + + + + + + +

    Required Headers

    + + +

    Optional Headers

    + + +

    Return Values

    + + + + + +
    curl -g -u $SL_USER:$SL_APIKEY -X GET \
    +'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getPreOpenRecurringInvoices'
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + + + + + + diff --git a/reference/services/SoftLayer_Account/index.html b/reference/services/SoftLayer_Account/index.html index fdb933a05b..58deb08394 100644 --- a/reference/services/SoftLayer_Account/index.html +++ b/reference/services/SoftLayer_Account/index.html @@ -1915,6 +1915,15 @@

    +

    getNextInvoicePlatformServicesTotalAmount

    + +

    The pre-tax platform services total amount of an account’s next invoice.

    + +

    + + +

    getNextInvoiceRecurringAmountEligibleForAccountDiscount

    @@ -2320,6 +2329,15 @@

    +

    getPreOpenRecurringInvoices

    + +

    An account’s invoices in the PRE_OPEN status.

    + +

    + + +

    getPreviousRecurringRevenue

    diff --git a/release_notes/2024/20240712/index.html b/release_notes/2024/20240712/index.html new file mode 100644 index 0000000000..7b6b947623 --- /dev/null +++ b/release_notes/2024/20240712/index.html @@ -0,0 +1,246 @@ + + + + + + + + + + + Release notes: July 12, 2024 - https://sldn.softlayer.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +

    Release Note

    +
    +
    +

    July 12, 2024

    +
    +
    +
    +

    API

    +

    -Properties added for continue support of 3DS to ensure uninterrupted workflow.. 3DS Data Field Changes ACCT-8362

    +
      +
    • Update OS reload block for nfsCapable servers vsphere 7 -> vsphere 8. METAL-6189
    • +
    + +
    +
    +
    +
    +
    + +
    + + + +
    +
    +

    SL CLI

    Standalone SoftLayer CLI +
    + +
    + + +
    +
    +

    SL Plugin

    Classic Infrastructure Plugin for ibmcloud CLI +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + + + + + diff --git a/release_notes/index.html b/release_notes/index.html index 92200ee308..79ad290fcc 100644 --- a/release_notes/index.html +++ b/release_notes/index.html @@ -164,6 +164,27 @@

    + July 12, 2024 +
    +

    +
    +
    +
    +

    API

    +

    -Properties added for continue support of 3DS to ensure uninterrupted workflow.. 3DS Data Field Changes ACCT-8362

    +
      +
    • Update OS reload block for nfsCapable servers vsphere 7 -> vsphere 8. METAL-6189
    • +
    + +
    +
    +
    +
    +
    + +
    +
    +

    July 5, 2024

    diff --git a/sitemap.xml b/sitemap.xml index b1b18f26da..a2e8ecfa38 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,26 +2,31 @@ https://sldn.softlayer.com/tags/release-notes/ - 2024-07-05T00:00:00+00:00 + 2024-07-12T00:00:00+00:00 - https://sldn.softlayer.com/release_notes/2024/20240705/ - 2024-07-05T00:00:00+00:00 + https://sldn.softlayer.com/release_notes/2024/20240712/ + 2024-07-12T00:00:00+00:00 https://sldn.softlayer.com/release_notes/ - 2024-07-05T00:00:00+00:00 + 2024-07-12T00:00:00+00:00 https://sldn.softlayer.com/ - 2024-07-05T00:00:00+00:00 + 2024-07-12T00:00:00+00:00 https://sldn.softlayer.com/tags/ + 2024-07-12T00:00:00+00:00 + + + + https://sldn.softlayer.com/release_notes/2024/20240705/ 2024-07-05T00:00:00+00:00 @@ -18470,6 +18475,11 @@ 2018-02-12T00:00:00+00:00 + + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/ + 2018-02-12T00:00:00+00:00 + + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoiceRecurringAmountEligibleForAccountDiscount/ 2018-02-12T00:00:00+00:00 @@ -21940,6 +21950,11 @@ 2018-02-12T00:00:00+00:00 + + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/ + 2018-02-12T00:00:00+00:00 + + https://sldn.softlayer.com/reference/services/SoftLayer_Billing_Order/getPresaleEvent/ 2018-02-12T00:00:00+00:00 diff --git a/tags/method/index.html b/tags/method/index.html index ad476eac02..02e6b4d12a 100644 --- a/tags/method/index.html +++ b/tags/method/index.html @@ -16170,6 +16170,11 @@

    reference

    Return an account's next invoice detailed portion in PDF format. The 'next invoice' is what a customer will be billed on their next invoice, assuming no changes are made. Currently this does not include Bandwidth Pooling charges.

  • +
  • + getNextInvoicePlatformServicesTotalAmount +
    The pre-tax platform services total amount of an account's next invoice.
    +
  • +
  • getNextInvoiceRecurringAmountEligibleForAccountDiscount
    The total recurring charge amount of an account's next invoice eligible for account discount measured in US Dollars ($USD), assuming no changes or charges occur between now and time of billing.
    @@ -19657,6 +19662,11 @@

    reference

    Retrieve a PDF record of the detailed version of a SoftLayer invoice. SoftLayer keeps PDF records of all closed invoices for customer retrieval from the portal and API.
  • +
  • + getPreOpenRecurringInvoices +
    An account's invoices in the PRE_OPEN status.
    +
  • +
  • getPresaleEvent
    diff --git a/tags/method/index.xml b/tags/method/index.xml index aa0aed2fe9..54fbc5816f 100644 --- a/tags/method/index.xml +++ b/tags/method/index.xml @@ -21652,6 +21652,13 @@ https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePdfDetailed/ REST Example curl -g -u $SL_USER:$SL_APIKEY -X POST -d &#39;{&#34;parameters&#34;: [dateTime]}&#39; \ &#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getNextInvoicePdfDetailed&#39; + + getNextInvoicePlatformServicesTotalAmount + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/ + Mon, 12 Feb 2018 00:00:00 +0000 + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/ + REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getNextInvoicePlatformServicesTotalAmount&#39; + getNextInvoiceRecurringAmountEligibleForAccountDiscount https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoiceRecurringAmountEligibleForAccountDiscount/ @@ -26510,6 +26517,13 @@ https://sldn.softlayer.com/reference/services/SoftLayer_Billing_Invoice/getPreliminaryPdfDetailed/ REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Invoice/{SoftLayer_Billing_InvoiceID}/getPreliminaryPdfDetailed&#39; + + getPreOpenRecurringInvoices + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/ + Mon, 12 Feb 2018 00:00:00 +0000 + https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/ + REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getPreOpenRecurringInvoices&#39; + getPresaleEvent https://sldn.softlayer.com/reference/services/SoftLayer_Billing_Order/getPresaleEvent/ diff --git a/tags/release-notes/index.html b/tags/release-notes/index.html index f859257813..3b9e0c70f5 100644 --- a/tags/release-notes/index.html +++ b/tags/release-notes/index.html @@ -168,6 +168,11 @@

    release_notes