commit f45b3ae8b869b438ce56eb05945d3cd6f87ca3ac Author: theadam Date: Sat Jan 11 12:04:53 2025 +0100 . diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..088a633 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM python:3-alpine + +WORKDIR /app + +ADD ./order.py ./order.py +ADD ./fetcher.py ./fetcher.py +ADD ./requirements.txt ./requirements.txt +RUN pip install -r requirements.txt + +CMD [ "python3", "/app/order.py" ] diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..537fd1e --- /dev/null +++ b/LICENSE @@ -0,0 +1,232 @@ +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and other kinds of works. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS + +0. Definitions. + +“This License” refers to version 3 of the GNU General Public License. + +“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. + +To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. + +A “covered work” means either the unmodified Program or a work based on the Program. + +To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. + +A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. +A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. + +A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Use with the GNU Affero General Public License. +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + +14. Revised Versions of this License. +The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. + + ovh-eco-autoorder + Copyright (C) 2024 ovh-eco-autoorder + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + + ovh-eco-autoorder Copyright (C) 2024 ovh-eco-autoorder + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/README.md b/README.md new file mode 100644 index 0000000..c9bc4ad --- /dev/null +++ b/README.md @@ -0,0 +1,185 @@ +# OVH ECO auto order + +## Purpose of this program + +OVHcloud changed the ECO line in 2024 September. The new line offers a very insane price-performance ratio so it is easy to know that stocks limited and runs out very fast. + +In this program you can place orders VIA the OVHcloud API and start it as a script or in a container and place the order when it is available! + +> You are not the only one who use this so your success is not guaranteed + +> The API can be changed, removed or software can make any mistake that affects your order so use it on your own risk! + +## Set it up + +Tested on subsidiary IE, probably work on others but it does not tested. +Project based on [OVHcloud Python wrapper](https://github.com/ovh/python-ovh), consult with this about subsidiary settings and more. + +### Set up the API + +Create an API key [here](https://api.ovh.com/createToken/index.cgi?GET=/*&PUT=/*&POST=/*&DELETE=/*) and write down its information. +> Note: Select the proper expiration. Best option is 30 days, avoid to use unlimited access, it is more secure if you recreate it every 30 days. +Create a `.env` file to allow dotenv to read it and place the settings in here. +``` +OVH_ENDPOINT='ovh-eu' +OVH_APPLICATION_KEY='XXX' +OVH_APPLICATION_SECRET='XXX' +OVH_CONSUMER_KEY='XXX' +``` +> Endpoints available on the uper link, use it that matches with your account. +> I suggest to use VsCode to create the files and manage them. + +### Set up your desired orders + +you need to create the `preferences.json` file. +Here is an example JSON contents for it. + +#### RAW JSON +``` +{ + "subsidiary": "IE", + "user_servers": [ + { + "planCode": "25skleb01", + "fqn": "25skleb01.ram-32g-ecc-2400.softraid-2x450nvme", + "skip_validate": false, + "place_order": false, + "autopay": false, + "coupons": ["MONDAY"], + "datacenters": [ + { + "region": "europe", + "dedicated_datacenter": "fra" + }, + { + "region": "europe", + "dedicated_datacenter": "gra" + } + ], + "labels": { + "dedicated_os": "none_64.en" + }, + "addon_planCodes": [ + "softraid-2x450nvme-25skle", + "bandwidth-300-25skle", + "ram-32g-ecc-2400-25skle" + ], + "qty": 1, + "ceiling_price": 20.0, + "dc_carts": {} + } + ] +} +``` + +#### Explanation + +The JSON contains the order placement subsidiary (IE), and the user servers. + +User servers is an array which contains the services. You need to fill an array item by this example but it is important that the script will edit it, store the product-specific cart information and other things. So always write this minimal array item (expand it if you need more than 2 servers) but keep this structure and let the script to use. + +A server contains a few important information +- The FQN, planCode, labels, addon planCodes, datacenters. +> These informations specified on [OVH API](https://eu.api.ovh.com/console/). See order and dedicated server sections. +- QTY and ceiling price are two important variables. Sets the wanted quantity on a cart and sets the maximum monthly price (ex. setup fees). If price higher this the client do not order and set the qty, price to 0 to remove it from future checks. +- From the labels only one needed. Set dedicated_os. +- The dedicated_datacenter is a label too. However if you set it in this JSON structure as in the example, the program simultaneous try to order in FRA and GRA. IF available in FRA or GRA, places and order and set qty to 0 (so stop order). This helps to order a server with multiple DC preferences, if the existence more important than the explicit location for a rare bare metal. +> If you want to place an order both in gra and fra, simply create another item and modify the first to fra-only and second to gra-only. so datacenter array should contains only one element in both servers. +- To the addons you need to place all mandatory addon planCodes. If you do not do it and only one is missing the order fails. +- skip_validate: Set it to true if you want to skip order validation +> If order validation skiped, ceiling price omitted and product ordered on any price. It makes the speed faster. +- place_order: Set it explicitly to true. If you do not do it, only an order plan will be created. +> Keep in mind that if this set to false, the quantity set to 0 after the validation. So if you create an order and only validate it, to order it, close the APP, set quantity and restart it. This behaviour fixes the issue that multiple rechecks increases network load and time consumed by the script. +- autopay: Controls that after the order, payment processed automaticaly or not +> If you set this to false, until you do not pay the order it is not placed so you can lose your chance to get the server. +- coupons: An array which contains the coupon codes for the order +- dc_carts: Empty, it stores the datacenter-specific cart informations. By default do not need manual modification. + +So when you first start the script after a personalised configuration, it will fill up the cart information(s) based on your needs. +When it expires (after a month) the script creates a new one. +Only servers checked and planned that have higher qty than zero. + +Subsidiary: Depends on your API endpoint. Used at creating orders. You can fetch subsidiary list and select yours, depending on your account. +- [CA](https://ca.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#get-/dedicated/server/availabilities) +- [EU](https://eu.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#get-/dedicated/server/availabilities) +- [US](https://api.us.ovhcloud.com/console/?section=%2Forder&branch=v1#get-/order/catalog/public/eco) +> always use capitalized letters. + +### Autofill from catalog + +> This feature is very very experimental. Use it on your own risk!!! + +> This feature fetches the EU API catalog. In the future it will be compatible with CA and US. + +You can Instruct the API to look the server catalog and fetch the data from it when available. +This feature helps you if you want to grab a server which shown on availability API but not available on the catalog yet. For example KS-LE-2 appeared in October as 25skle02 with low stock in rbx. If you set it you can order it after OVH fills it up into the cart. +If you set up the fetcher, it fetches the data from the catalog and if you set, orders it with your needs. + +Here is the raw JSON for this. You can combine multiple servers with multiple options in the array. So for example you can simply insert KS-LE-B and 25skle02. +> Warning: Until one or more than one server requires catalog, it downloaded periodicaly that increases network traffic drasticaly. Use it on your own risk! + +``` +{ + "subsidiary": "IE", + "user_servers": [ + { + "planCode": "24sk50", + "fqn": "24sk50.ram-32g-ecc-2400.softraid-2x2000sa", + "skip_validate": false, + "place_order": false, + "autopay": false, + "coupons": ["MONDAY"], + "fetch_catalog": { + "storage": "", + "memory": "", + "bandwidth": "" + }, + "datacenters": [ + { + "region": "europe", + "dedicated_datacenter": "gra" + }, + { + "region": "europe", + "dedicated_datacenter": "fra" + } + ], + "labels": { + "dedicated_os": "none_64.en" + }, + "addon_planCodes": [], + "qty": 1, + "ceiling_price": 50.0, + "dc_carts": {} + } + ] +} +``` + +Explanation: +- The addon_planCodes is empty, it will be filled up when config available on catalog. +- Set in the `fetch_catalog` the parts that you want to fetch. In Kimsufi, these are bandwidth, memory and storage. These are empty strings but if you prefer, you can prefill it up and in this case it only copied to addons. If you ommit any mandatory field, server probably not ordered. +- After filled up the data from catalog, the process is normal. Based on your needs, it creates the raw data and adds it to the json file. +> In rare situations it is possible that FQN and catalog are not consistent, especialy on 500/512 GB NVMe and some special RAM server modells. If only one RAM and storage option possible, it is not a problem as the script uses the default one. + +## Run it + +run it as a simple Python script +``` +pip install -r requirements.txt +python3 order.py +``` + +Or in Docker (see packages). + +If you run it in Docker, bind the `preferences.json` to `/app` directory and bind the `.env` to the `/app` directory. Optionaly bind the `offers.json` if you want to access catalog from the host system. + +## Run it in Docker + +Clone this repo and run +`docker compose build` +`docker compose up -d`. + +# Remarks + +This script uses the OVHcloud API. The ECO and other names are owned by the OVHcloud. diff --git a/__pycache__/fetcher.cpython-311.pyc b/__pycache__/fetcher.cpython-311.pyc new file mode 100644 index 0000000..cf20e7b Binary files /dev/null and b/__pycache__/fetcher.cpython-311.pyc differ diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..0f75eb4 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,12 @@ +services: + ovh-eco-hunter: + image: adns44/ovh-eco-autoorder + build: . + restart: always + volumes: + - ./offers.json:/app/offers.json + - ./preferences.json:/app/preferences.json + - ./.env:/app/.env:ro + - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro + user: 1000:1000 diff --git a/fetcher.py b/fetcher.py new file mode 100755 index 0000000..52fcca9 --- /dev/null +++ b/fetcher.py @@ -0,0 +1,163 @@ +#!/usr/bin/python3 + +import urllib.request +import urllib.error +import errno +import time +import json +import datetime +import re + +# OVH eco hunter (catalog fetcher) + +server_catalog = {} +server_availabilities={} +offers = {} +try: + with open("offers.json") as ff: + offers = json.load(ff) +except Exception: + print("Error opening offers.json. However creating it.") + +def save_file(): + global offers + with open("offers.json","w") as ff: + json.dump(offers, ff, default=str,indent=2) + +def search_addon(planCode): + global server_availabilities, server_catalog + data={} + for addon in server_catalog['addons']: + if planCode == addon['planCode']: + data['planCode']=addon["planCode"] + data['invoiceName']=addon["invoiceName"] + data['price']=(addon["pricings"][1]["price"]/100000000) + return data + return "unknown" + +def search_cpu(planCode, invoiceName): + global server_availabilities, server_catalog + alter_cpu = "" # invoiceName.split("|")[1].strip() + for k in server_catalog['products']: + if k['name'] == planCode: + cpuinfo = k['blobs']['technical']['server']['cpu'] + cpu_full_name = cpuinfo['brand']+" "+cpuinfo['model'] + return cpu_full_name + return alter_cpu + +def get_labels(configurations): + labels={} + for i in configurations: + labels[i["name"]]=i["values"] + return labels + +def get_addons(addonFamilies, memory_code, storage_code): + ret_addons={} + ret_addons["price"]=0.0 + for i in addonFamilies: + name = i["name"] + if "mandatory" in i and i["mandatory"] == True: + if name == "storage": + in_list=i["addons"] + if len(in_list) > 1: + r = re.compile(storage_code+".*") + out_list=list(filter(r.match, in_list)) + elif len(in_list) == 1: + out_list = [in_list[0]] + if len(out_list) > 0: + ret_addons["storage"]=search_addon(out_list[0]) + ret_addons["price"]+=ret_addons["storage"]["price"] + elif name == "memory": + in_list=i["addons"] + if len(in_list) > 1: + r = re.compile(memory_code+".*") + out_list=list(filter(r.match, in_list)) + elif len(in_list) == 1: + out_list = [in_list[0]] + if len(out_list) > 0: + ret_addons["memory"]=search_addon(out_list[0]) + ret_addons["price"]+=ret_addons["memory"]["price"] + else: + ret_addons[name]={} + ret_addons[name]["mandatory"]=i["mandatory"] + ret_addons[name]["default"]=i["default"] + ret_addons[name]["exclusive"]=i["exclusive"] + ret_addons[name]["defaultAddon"]=search_addon(i["default"]) + tmp = [] + for k in i["addons"]: + tmp.append(search_addon(k)) + ret_addons[name]["items"]=tmp + return ret_addons + +def get_range(planCode): + ranges={ + "sk":"kimsufi", + "sys":"soyoustart", + "rise":"rise", + } + for i in ranges: + pattern = re.compile(".*"+i+".*") + if pattern.match(planCode): + return ranges[i] + return "unkown" + +def search_server(planCode, memory_code, storage_code): + global server_availabilities, server_catalog + server = {} + for product in server_catalog['plans']: + if product['planCode'] == planCode: + server['invoiceName']=product['invoiceName'] + server['addons'] = {} + server['labels'] = {} + server["sum_price"]=0.0 + server['slug']=product['invoiceName'].split("|")[0].lower() + if "range" in product["blobs"]["commercial"]: + server["range"]=product["blobs"]["commercial"]["range"] + else: + server["range"]=get_range(planCode) + server['price']=(product['pricings'][1]['price']/100000000) + server["sum_price"]+=server['price'] + server['planCode']=product['planCode'] + server["cpu"]=search_cpu(product['planCode'], server['invoiceName']) + server["labels"]=get_labels(product["configurations"]) + server["addons"] = get_addons(product["addonFamilies"], memory_code, storage_code) + server["sum_price"]+=server["addons"]["price"] + return server + +def fetch_offers_and_servers(): + global server_availabilities, server_catalog + headers={'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0'} + try: + req = urllib.request.Request( + url="https://www.ovh.ie/engine/apiv6/order/catalog/public/eco?ovhSubsidiary=IE", + data=None, + headers=headers + ) + with urllib.request.urlopen(req,timeout=10) as response: + server_catalog =json.loads(response.read().decode("utf-8")) + except Exception as e: + print("error in fetch") + print(e) + pass + return True + +def iterate_availabilities(server_availabilities): + global server_catalog, offers + for i in server_availabilities: + planCode=i["planCode"] + fqn=i["fqn"] + memory_code=i["memory"] + storage_code=i["storage"] + offers[fqn]={} + offers[fqn]["fqn"]=fqn + offers[fqn]["planCode"]=planCode + offers[fqn]["memory"]=memory_code + offers[fqn]["storage"]=storage_code + offers[fqn]["catalog"]=search_server(planCode, memory_code, storage_code) + +def fetch_catalog(availabilities): + fetch_offers_and_servers() + iterate_availabilities(availabilities) + save_file() + return offers + diff --git a/offers.json b/offers.json new file mode 100644 index 0000000..c140acd --- /dev/null +++ b/offers.json @@ -0,0 +1,69855 @@ +{ + "19mg02-sgp.ram-256g-ecc-2133.hardraid-3x960ssd": { + "fqn": "19mg02-sgp.ram-256g-ecc-2133.hardraid-3x960ssd", + "planCode": "19mg02-sgp", + "memory": "ram-256g-ecc-2133", + "storage": "hardraid-3x960ssd", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-12x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-12x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-23x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-23x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-6x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-6x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-1536g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-1536g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-12x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-12x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-23x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-23x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-6x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-6x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-192g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-192g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-12x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-12x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-23x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-23x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-6x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-6x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-384g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-384g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-12x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-12x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-12x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-12x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-12x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-23x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-23x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-23x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-24x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-24x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-6x3840nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-6x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-6x3840sas-1x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-6x3840sas-1x3200nvme", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-6x3840sas", + "catalog": {} + }, + "21hci01.ram-768g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hci01.ram-768g-ecc-2933.softraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hci01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-6x3840sas", + "catalog": {} + }, + "21hcisap01.ram-192g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap01.ram-192g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap01", + "memory": "ram-192g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hcisap01.ram-192g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap01.ram-192g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap01", + "memory": "ram-192g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hcisap01.ram-192g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap01.ram-192g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap01", + "memory": "ram-192g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hcisap01.ram-384g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap01.ram-384g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap01", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hcisap01.ram-384g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap01.ram-384g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap01", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hcisap01.ram-384g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap01.ram-384g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap01", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hcisap02.ram-384g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap02.ram-384g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap02", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hcisap02.ram-384g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap02.ram-384g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap02", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hcisap02.ram-384g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap02.ram-384g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap02", + "memory": "ram-384g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hcisap02.ram-768g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap02.ram-768g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap02", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hcisap02.ram-768g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap02.ram-768g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap02", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hcisap02.ram-768g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap02.ram-768g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap02", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hcisap03.ram-1536g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap03.ram-1536g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap03", + "memory": "ram-1536g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hcisap03.ram-1536g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap03.ram-1536g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap03", + "memory": "ram-1536g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hcisap03.ram-1536g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap03.ram-1536g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap03", + "memory": "ram-1536g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hcisap03.ram-768g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap03.ram-768g-ecc-2933.hardraid-12x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap03", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-12x3840sas", + "catalog": {} + }, + "21hcisap03.ram-768g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap03.ram-768g-ecc-2933.hardraid-24x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap03", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-24x3840sas", + "catalog": {} + }, + "21hcisap03.ram-768g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system": { + "fqn": "21hcisap03.ram-768g-ecc-2933.hardraid-6x3840sas.softraid-2x480ssd-sata-system", + "planCode": "21hcisap03", + "memory": "ram-768g-ecc-2933", + "storage": "hardraid-6x3840sas", + "catalog": {} + }, + "21hgrai01.ram-1536g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-1536g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-4x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-1536g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-1536g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-4x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-1536g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-1536g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-8x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-1536g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-1536g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-1536g-ecc-2933", + "storage": "softraid-8x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-192g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-192g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-4x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-192g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-192g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-4x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-192g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-192g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-8x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-192g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-192g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-192g-ecc-2933", + "storage": "softraid-8x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-384g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-384g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-4x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-384g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-384g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-4x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-384g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-384g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-8x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-384g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-384g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-8x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-768g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-768g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-4x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-768g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-768g-ecc-2933.softraid-4x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-4x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-768g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-768g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata-system.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-8x1920ssd-sata", + "catalog": {} + }, + "21hgrai01.ram-768g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s": { + "fqn": "21hgrai01.ram-768g-ecc-2933.softraid-8x1920ssd-sata.softraid-2x480ssd-sata.gpu-4xnvidia-tesla-v100s", + "planCode": "21hgrai01", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-8x1920ssd-sata", + "catalog": {} + }, + "21hgstor02.ram-384g-ecc-2933.softraid-102x14000-hdd-sas-4x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hgstor02.ram-384g-ecc-2933.softraid-102x14000-hdd-sas-4x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hgstor02", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-102x14000-hdd-sas-4x3200nvme", + "catalog": {} + }, + "21hgstor02.ram-384g-ecc-2933.softraid-102x14000-hdd-sas.softraid-2x480ssd-sata-system": { + "fqn": "21hgstor02.ram-384g-ecc-2933.softraid-102x14000-hdd-sas.softraid-2x480ssd-sata-system", + "planCode": "21hgstor02", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-102x14000-hdd-sas", + "catalog": {} + }, + "21hgstor02.ram-384g-ecc-2933.softraid-50x14000-hdd-sas-4x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hgstor02.ram-384g-ecc-2933.softraid-50x14000-hdd-sas-4x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hgstor02", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-50x14000-hdd-sas-4x3200nvme", + "catalog": {} + }, + "21hgstor02.ram-384g-ecc-2933.softraid-50x14000-hdd-sas.softraid-2x480ssd-sata-system": { + "fqn": "21hgstor02.ram-384g-ecc-2933.softraid-50x14000-hdd-sas.softraid-2x480ssd-sata-system", + "planCode": "21hgstor02", + "memory": "ram-384g-ecc-2933", + "storage": "softraid-50x14000-hdd-sas", + "catalog": {} + }, + "21hgstor02.ram-768g-ecc-2933.softraid-102x14000-hdd-sas-4x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hgstor02.ram-768g-ecc-2933.softraid-102x14000-hdd-sas-4x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hgstor02", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-102x14000-hdd-sas-4x3200nvme", + "catalog": {} + }, + "21hgstor02.ram-768g-ecc-2933.softraid-102x14000-hdd-sas.softraid-2x480ssd-sata-system": { + "fqn": "21hgstor02.ram-768g-ecc-2933.softraid-102x14000-hdd-sas.softraid-2x480ssd-sata-system", + "planCode": "21hgstor02", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-102x14000-hdd-sas", + "catalog": {} + }, + "21hgstor02.ram-768g-ecc-2933.softraid-50x14000-hdd-sas-4x3200nvme.softraid-2x480ssd-sata-system": { + "fqn": "21hgstor02.ram-768g-ecc-2933.softraid-50x14000-hdd-sas-4x3200nvme.softraid-2x480ssd-sata-system", + "planCode": "21hgstor02", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-50x14000-hdd-sas-4x3200nvme", + "catalog": {} + }, + "21hgstor02.ram-768g-ecc-2933.softraid-50x14000-hdd-sas.softraid-2x480ssd-sata-system": { + "fqn": "21hgstor02.ram-768g-ecc-2933.softraid-50x14000-hdd-sas.softraid-2x480ssd-sata-system", + "planCode": "21hgstor02", + "memory": "ram-768g-ecc-2933", + "storage": "softraid-50x14000-hdd-sas", + "catalog": {} + }, + "23scaleamd01-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd01.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd01.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd01.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd01.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd01.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd02.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd02.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd02.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd02.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd02.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd03.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd03.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd03.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd03.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd03.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd04.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd04.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd04.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd04.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd04.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd05.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd05.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd05.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd05.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd05.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamd06.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamd06.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamd06.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamd06.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamd06.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamd06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz01.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz02.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz03.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz04.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz04", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz05.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz05", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleamdmultiaz06.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleamdmultiaz06", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scalegpu01.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-1152g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu01.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-1152g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu01.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu01.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu01.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu01.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu01.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu01.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu01.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-192g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu01.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-192g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu01.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu01.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu01.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu01.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu01.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu01.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu01.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-384g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu01.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-384g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu01.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu01.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu01.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu01.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu01.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu01.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu01.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-768g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu01.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-768g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu01.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu01.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu01.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu01.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu01.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu01.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu01.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu01.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu01", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu02.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-1152g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu02.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-1152g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu02.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu02.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu02.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu02.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu02.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu02.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu02.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-192g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu02.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-192g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu02.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu02.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu02.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu02.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu02.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu02.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu02.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-384g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu02.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-384g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu02.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu02.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu02.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu02.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu02.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu02.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu02.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-768g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu02.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-768g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu02.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu02.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu02.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu02.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu02.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu02.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu02.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu02.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu03.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-1152g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu03.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-1152g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-1152g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu03.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu03.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-1152g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu03.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu03.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-1152g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu03.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu03.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-1152g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-1152g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu03.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-192g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu03.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-192g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-192g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu03.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu03.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-192g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu03.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu03.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-192g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu03.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu03.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-192g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu03.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-384g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu03.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-384g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-384g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu03.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu03.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-384g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu03.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu03.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu03.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu03.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu03.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-768g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu03.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-768g-ecc-4800.noraid-0.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-768g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scalegpu03.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu03.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-768g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scalegpu03.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu03.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scalegpu03.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4": { + "fqn": "23scalegpu03.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scalegpu03.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4": { + "fqn": "23scalegpu03.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l4", + "planCode": "23scalegpu03", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel01.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel01.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel02.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel02.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.hybridsoftraid-2x6000sa-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "hybridsoftraid-2x6000sa-2x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintel03.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintel03.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintel03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz01.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz02.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-1024g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-128g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-128g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-256g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-512g-ecc-4800.noraid-0.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "noraid-0", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-2x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-4x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-6x1920nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x1920nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "23scaleintelmultiaz03.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "23scaleintelmultiaz03", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24adv01-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-mum.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv01-mum.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-mum.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv01-mum.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-mum.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv01-mum.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-mum.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv01-mum.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-mum.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv01-mum.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-mum.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv01-mum.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-mum.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv01-mum.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-mum.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv01-mum.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-mum.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv01-mum.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-mum.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv01-mum.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-mum.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-mum.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-mum.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-mum.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-mum.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-mum.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-mum.ram-32g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv01-mum.ram-32g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-mum.ram-32g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv01-mum.ram-32g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-mum.ram-32g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv01-mum.ram-32g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-mum.ram-32g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv01-mum.ram-32g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-mum.ram-32g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv01-mum.ram-32g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-mum.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv01-mum.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-mum.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv01-mum.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-mum.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv01-mum.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-mum.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv01-mum.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-mum.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv01-mum.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-sgp.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv01-sgp.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-sgp.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv01-sgp.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-sgp.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv01-sgp.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-sgp.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv01-sgp.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-sgp.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv01-sgp.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-sgp.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv01-sgp.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-sgp.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv01-sgp.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-sgp.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv01-sgp.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-sgp.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv01-sgp.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-sgp.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv01-sgp.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-sgp.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-sgp.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-sgp.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-sgp.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-sgp.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-sgp.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-sgp.ram-32g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv01-sgp.ram-32g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-sgp.ram-32g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv01-sgp.ram-32g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-sgp.ram-32g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv01-sgp.ram-32g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-sgp.ram-32g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv01-sgp.ram-32g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-sgp.ram-32g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv01-sgp.ram-32g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-sgp.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv01-sgp.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-sgp.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv01-sgp.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-sgp.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv01-sgp.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-sgp.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv01-sgp.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-sgp.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv01-sgp.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-syd.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv01-syd.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-syd.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv01-syd.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-syd.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv01-syd.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-syd.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv01-syd.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-syd.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv01-syd.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-syd.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv01-syd.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-syd.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv01-syd.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-syd.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv01-syd.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-syd.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv01-syd.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-syd.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv01-syd.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-syd.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-syd.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-syd.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-syd.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-syd.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-syd.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-syd.ram-32g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv01-syd.ram-32g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-syd.ram-32g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv01-syd.ram-32g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-syd.ram-32g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv01-syd.ram-32g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-syd.ram-32g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv01-syd.ram-32g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-syd.ram-32g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv01-syd.ram-32g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01-syd.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv01-syd.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01-syd.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv01-syd.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01-syd.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv01-syd.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01-syd.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv01-syd.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01-syd.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv01-syd.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv01.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv01.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv01.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv01.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv01.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv01.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv01.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv01.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv01.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv01.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01.ram-32g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01.ram-32g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv01.ram-32g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01.ram-32g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv01.ram-32g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01.ram-32g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv01.ram-32g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01.ram-32g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv01.ram-32g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01.ram-32g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv01.ram-32g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv01.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv01.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv01.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv01.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv01.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv01.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv01.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv01.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv01.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv01.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv01.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv01.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv01.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv01.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv01.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv01.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02-mum.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv02-mum.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv02-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02-mum.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv02-mum.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv02-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02-mum.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv02-mum.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv02-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02-mum.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv02-mum.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv02-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02-mum.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv02-mum.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv02-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02-mum.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv02-mum.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv02-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02-mum.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv02-mum.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv02-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02-mum.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv02-mum.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv02-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02-mum.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv02-mum.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv02-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02-mum.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv02-mum.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv02-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02-mum.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv02-mum.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv02-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02-mum.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv02-mum.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv02-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02-mum.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv02-mum.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv02-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02-mum.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv02-mum.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv02-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02-mum.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv02-mum.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv02-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02-sgp.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv02-sgp.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv02-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02-sgp.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv02-sgp.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv02-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02-sgp.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv02-sgp.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv02-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02-sgp.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv02-sgp.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv02-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02-sgp.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv02-sgp.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv02-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02-sgp.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv02-sgp.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv02-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02-sgp.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv02-sgp.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv02-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02-sgp.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv02-sgp.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv02-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02-sgp.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv02-sgp.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv02-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02-sgp.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv02-sgp.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv02-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02-sgp.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv02-sgp.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv02-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02-sgp.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv02-sgp.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv02-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02-sgp.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv02-sgp.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv02-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02-sgp.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv02-sgp.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv02-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02-sgp.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv02-sgp.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv02-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02-syd.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv02-syd.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv02-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02-syd.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv02-syd.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv02-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02-syd.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv02-syd.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv02-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02-syd.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv02-syd.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv02-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02-syd.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv02-syd.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv02-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02-syd.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv02-syd.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv02-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02-syd.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv02-syd.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv02-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02-syd.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv02-syd.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv02-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02-syd.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv02-syd.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv02-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02-syd.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv02-syd.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv02-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02-syd.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv02-syd.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv02-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02-syd.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv02-syd.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv02-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02-syd.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv02-syd.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv02-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02-syd.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv02-syd.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv02-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02-syd.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv02-syd.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv02-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv02.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv02", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv02.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv02", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv02.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv02", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv02.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv02", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv02.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv02", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv02.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv02", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv02.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv02", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv02.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv02", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv02.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv02", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv02.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv02", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv02.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv02.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv02", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv02.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv02.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv02", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv02.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv02.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv02", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv02.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv02.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv02", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv02.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv02.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv02", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv02.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv02.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv02", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv02.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv02.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv02", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv02.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv02.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv02", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03-mum.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv03-mum.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv03-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03-mum.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv03-mum.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv03-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03-mum.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv03-mum.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv03-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03-mum.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv03-mum.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv03-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03-mum.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv03-mum.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv03-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03-mum.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv03-mum.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv03-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03-mum.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv03-mum.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv03-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03-mum.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv03-mum.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv03-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03-mum.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv03-mum.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv03-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03-mum.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv03-mum.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv03-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03-mum.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv03-mum.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv03-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03-mum.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv03-mum.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv03-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03-mum.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv03-mum.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv03-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03-mum.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv03-mum.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv03-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03-mum.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv03-mum.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv03-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03-sgp.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv03-sgp.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv03-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03-sgp.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv03-sgp.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv03-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03-sgp.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv03-sgp.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv03-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03-sgp.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv03-sgp.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv03-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03-sgp.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv03-sgp.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv03-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03-sgp.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv03-sgp.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv03-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03-sgp.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv03-sgp.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv03-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03-sgp.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv03-sgp.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv03-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03-sgp.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv03-sgp.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv03-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03-sgp.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv03-sgp.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv03-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03-sgp.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv03-sgp.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv03-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03-sgp.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv03-sgp.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv03-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03-sgp.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv03-sgp.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv03-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03-sgp.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv03-sgp.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv03-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03-sgp.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv03-sgp.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv03-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03-syd.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv03-syd.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv03-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03-syd.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv03-syd.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv03-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03-syd.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv03-syd.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv03-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03-syd.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv03-syd.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv03-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03-syd.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv03-syd.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv03-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03-syd.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv03-syd.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv03-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03-syd.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv03-syd.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv03-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03-syd.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv03-syd.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv03-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03-syd.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv03-syd.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv03-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03-syd.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv03-syd.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv03-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03-syd.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv03-syd.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv03-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03-syd.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv03-syd.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv03-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03-syd.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv03-syd.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv03-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03-syd.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv03-syd.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv03-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03-syd.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv03-syd.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv03-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv03.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv03", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv03.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv03", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv03.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv03", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv03.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv03", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv03.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv03", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv03.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv03", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv03.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv03", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv03.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv03", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv03.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv03", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv03.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv03", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv03.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv03.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv03", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv03.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv03.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv03", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv03.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv03.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv03", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv03.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv03.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv03", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv03.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv03.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv03", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv03.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv03.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv03", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv03.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv03.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv03", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv03.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv03.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv03", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04-mum.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04-mum.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv04-mum.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv04-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04-mum.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv04-mum.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv04-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04-mum.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv04-mum.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv04-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04-mum.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv04-mum.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv04-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04-mum.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv04-mum.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv04-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04-mum.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04-mum.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv04-mum.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv04-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04-mum.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv04-mum.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv04-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04-mum.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv04-mum.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv04-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04-mum.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv04-mum.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv04-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04-mum.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv04-mum.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv04-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04-mum.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04-mum.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv04-mum.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv04-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04-mum.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv04-mum.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv04-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04-mum.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv04-mum.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv04-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04-mum.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv04-mum.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv04-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04-mum.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv04-mum.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv04-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04-sgp.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04-sgp.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv04-sgp.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv04-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04-sgp.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv04-sgp.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv04-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04-sgp.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv04-sgp.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv04-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04-sgp.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv04-sgp.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv04-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04-sgp.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv04-sgp.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv04-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04-sgp.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04-sgp.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv04-sgp.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv04-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04-sgp.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv04-sgp.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv04-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04-sgp.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv04-sgp.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv04-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04-sgp.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv04-sgp.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv04-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04-sgp.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv04-sgp.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv04-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04-sgp.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04-sgp.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv04-sgp.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv04-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04-sgp.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv04-sgp.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv04-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04-sgp.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv04-sgp.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv04-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04-sgp.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv04-sgp.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv04-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04-sgp.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv04-sgp.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv04-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04-syd.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04-syd.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv04-syd.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv04-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04-syd.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv04-syd.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv04-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04-syd.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv04-syd.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv04-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04-syd.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv04-syd.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv04-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04-syd.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv04-syd.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv04-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04-syd.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04-syd.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv04-syd.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv04-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04-syd.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv04-syd.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv04-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04-syd.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv04-syd.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv04-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04-syd.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv04-syd.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv04-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04-syd.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv04-syd.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv04-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04-syd.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04-syd.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv04-syd.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv04-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04-syd.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv04-syd.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv04-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04-syd.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv04-syd.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv04-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04-syd.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv04-syd.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv04-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04-syd.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv04-syd.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv04-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04.ram-128g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04.ram-128g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv04.ram-128g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv04", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04.ram-128g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv04.ram-128g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv04", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04.ram-128g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv04.ram-128g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv04", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04.ram-128g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv04.ram-128g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv04", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04.ram-128g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv04.ram-128g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv04", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04.ram-192g-on-die-ecc-3600.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04.ram-192g-on-die-ecc-3600.softraid-2x960nvme": { + "fqn": "24adv04.ram-192g-on-die-ecc-3600.softraid-2x960nvme", + "planCode": "24adv04", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04.ram-192g-on-die-ecc-3600.softraid-4x1920nvme": { + "fqn": "24adv04.ram-192g-on-die-ecc-3600.softraid-4x1920nvme", + "planCode": "24adv04", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04.ram-192g-on-die-ecc-3600.softraid-4x3840nvme": { + "fqn": "24adv04.ram-192g-on-die-ecc-3600.softraid-4x3840nvme", + "planCode": "24adv04", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04.ram-192g-on-die-ecc-3600.softraid-4x7680nvme": { + "fqn": "24adv04.ram-192g-on-die-ecc-3600.softraid-4x7680nvme", + "planCode": "24adv04", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04.ram-192g-on-die-ecc-3600.softraid-4x960nvme": { + "fqn": "24adv04.ram-192g-on-die-ecc-3600.softraid-4x960nvme", + "planCode": "24adv04", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv04.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv04.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv04", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv04.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv04.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv04", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv04.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv04.ram-64g-on-die-ecc-5200.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv04", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv04.ram-64g-on-die-ecc-5200.softraid-2x960nvme": { + "fqn": "24adv04.ram-64g-on-die-ecc-5200.softraid-2x960nvme", + "planCode": "24adv04", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv04.ram-64g-on-die-ecc-5200.softraid-4x1920nvme": { + "fqn": "24adv04.ram-64g-on-die-ecc-5200.softraid-4x1920nvme", + "planCode": "24adv04", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv04.ram-64g-on-die-ecc-5200.softraid-4x3840nvme": { + "fqn": "24adv04.ram-64g-on-die-ecc-5200.softraid-4x3840nvme", + "planCode": "24adv04", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv04.ram-64g-on-die-ecc-5200.softraid-4x7680nvme": { + "fqn": "24adv04.ram-64g-on-die-ecc-5200.softraid-4x7680nvme", + "planCode": "24adv04", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv04.ram-64g-on-die-ecc-5200.softraid-4x960nvme": { + "fqn": "24adv04.ram-64g-on-die-ecc-5200.softraid-4x960nvme", + "planCode": "24adv04", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-mum.ram-192g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-mum.ram-192g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-mum.ram-384g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-mum.ram-384g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-mum.ram-576g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-mum.ram-576g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-mum.ram-96g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-mum.ram-96g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-mum", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-sgp.ram-192g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-sgp.ram-192g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-sgp.ram-384g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-sgp.ram-384g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-sgp.ram-576g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-sgp.ram-576g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-sgp.ram-96g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-sgp.ram-96g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-sgp", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-syd.ram-192g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-syd.ram-192g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-syd.ram-384g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-syd.ram-384g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-syd.ram-576g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-syd.ram-576g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05-syd.ram-96g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05-syd.ram-96g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05-syd", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05.ram-192g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05.ram-192g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05", + "memory": "ram-192g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05.ram-384g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05.ram-384g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05.ram-576g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05.ram-576g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05", + "memory": "ram-576g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x1920nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x1920nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x3840nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x3840nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-2x7680nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-2x7680nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x1920nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x1920nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x3840nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x3840nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-4x7680nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-4x7680nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.hybridsoftraid-2x960nvme-6x7680nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "hybridsoftraid-2x960nvme-6x7680nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.softraid-2x960nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.softraid-2x960nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.softraid-4x1920nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.softraid-4x1920nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x1920nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.softraid-4x3840nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.softraid-4x3840nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.softraid-4x7680nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.softraid-4x7680nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.softraid-4x960nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.softraid-4x960nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-4x960nvme", + "catalog": {} + }, + "24adv05.ram-96g-ecc-4800.softraid-8x7680nvme": { + "fqn": "24adv05.ram-96g-ecc-4800.softraid-8x7680nvme", + "planCode": "24adv05", + "memory": "ram-96g-ecc-4800", + "storage": "softraid-8x7680nvme", + "catalog": {} + }, + "24advstor01-mum.ram-128g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-128g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-128g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-128g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-128g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-128g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-128g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-128g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-192g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-192g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-192g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-192g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-192g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-192g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-192g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-192g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-32g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-32g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-32g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-32g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-32g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-32g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-32g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-32g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-64g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-64g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-64g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-64g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-64g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-64g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-mum.ram-64g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-mum.ram-64g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-mum", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-128g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-192g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-32g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-sgp.ram-64g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-sgp", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-128g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-192g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-32g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-2x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-4x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-6x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-6x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-8x22000sa.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-8x22000sa", + "catalog": {} + }, + "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01-syd.ram-64g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01-syd", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01.ram-128g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-128g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01.ram-128g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-128g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01.ram-128g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-128g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01.ram-128g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-128g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-128g-on-die-ecc-3600", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01.ram-192g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-192g-on-die-ecc-3600.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01.ram-192g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-192g-on-die-ecc-3600.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01.ram-192g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-192g-on-die-ecc-3600.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01.ram-192g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-192g-on-die-ecc-3600.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-192g-on-die-ecc-3600", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01.ram-32g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-32g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01.ram-32g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-32g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01.ram-32g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-32g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01.ram-32g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-32g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-32g-on-die-ecc-5200", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24advstor01.ram-64g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-64g-on-die-ecc-5200.softraid-2x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x22000sas", + "catalog": {} + }, + "24advstor01.ram-64g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-64g-on-die-ecc-5200.softraid-4x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-4x22000sas", + "catalog": {} + }, + "24advstor01.ram-64g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-64g-on-die-ecc-5200.softraid-6x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-6x22000sas", + "catalog": {} + }, + "24advstor01.ram-64g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system": { + "fqn": "24advstor01.ram-64g-on-die-ecc-5200.softraid-8x22000sas.softraid-2x960nvme-system", + "planCode": "24advstor01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-8x22000sas", + "catalog": {} + }, + "24game01.ram-128g-noecc-3600.softraid-2x960nvme": { + "fqn": "24game01.ram-128g-noecc-3600.softraid-2x960nvme", + "planCode": "24game01", + "memory": "ram-128g-noecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24game01.ram-192g-noecc-3600.softraid-2x960nvme": { + "fqn": "24game01.ram-192g-noecc-3600.softraid-2x960nvme", + "planCode": "24game01", + "memory": "ram-192g-noecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24game01.ram-64g-noecc-5200.softraid-2x960nvme": { + "fqn": "24game01.ram-64g-noecc-5200.softraid-2x960nvme", + "planCode": "24game01", + "memory": "ram-64g-noecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24game02.ram-128g-noecc-3600.softraid-2x960nvme": { + "fqn": "24game02.ram-128g-noecc-3600.softraid-2x960nvme", + "planCode": "24game02", + "memory": "ram-128g-noecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24game02.ram-192g-noecc-3600.softraid-2x960nvme": { + "fqn": "24game02.ram-192g-noecc-3600.softraid-2x960nvme", + "planCode": "24game02", + "memory": "ram-192g-noecc-3600", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24game02.ram-64g-noecc-5200.softraid-2x960nvme": { + "fqn": "24game02.ram-64g-noecc-5200.softraid-2x960nvme", + "planCode": "24game02", + "memory": "ram-64g-noecc-5200", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24gamele01.ram-128g-ecc-2666.softraid-2x960nvme": { + "fqn": "24gamele01.ram-128g-ecc-2666.softraid-2x960nvme", + "planCode": "24gamele01", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-hds.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-hds.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-hds", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a1.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a1.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a1", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-384g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-384g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-384g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-384g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-384g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-384g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-384g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-384g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-768g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-768g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-768g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-768g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-768g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-768g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-multiaz.ram-768g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-multiaz.ram-768g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-multiaz", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-384g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-384g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-384g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-384g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-384g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-384g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-384g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-384g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-768g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-768g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-768g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-768g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-768g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-768g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-mum.ram-768g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-mum.ram-768g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-mum", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-384g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-384g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-384g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-384g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-384g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-384g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-384g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-384g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-768g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-768g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-768g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-768g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-768g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-768g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-sgp.ram-768g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-sgp.ram-768g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-sgp", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-384g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-384g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-384g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-384g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-384g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-384g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-384g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-384g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-768g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-768g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-768g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-768g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-768g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-768g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2-syd.ram-768g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2-syd.ram-768g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2-syd", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-2304g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-2304g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-2304g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-2304g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-384g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-384g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-384g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-384g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-384g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-384g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-384g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-384g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-768g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-768g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-768g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-768g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-768g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-768g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-a2.ram-768g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-a2.ram-768g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-a2", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i1.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i1.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i1", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i2.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i2.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i2", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i3.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i3.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i3", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-multiaz.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-mum.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-sgp.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4-syd.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-1024g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-1024g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-1024g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-1024g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-1536g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-1536g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-1536g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-1536g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-256g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-256g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-256g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-256g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-512g-ecc-4800.softraid-12x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-512g-ecc-4800.softraid-18x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-512g-ecc-4800.softraid-24x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x3840nvme", + "catalog": {} + }, + "24hci-i4.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hci-i4.ram-512g-ecc-4800.softraid-6x3840nvme.softraid-2x960nvme-system", + "planCode": "24hci-i4", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1024g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-1536g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-1536g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-2304g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-2304g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-2304g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-384g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-384g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-384g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-512g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-2x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-2x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-2x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-2x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-4x15360nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-4x15360nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-4x3840nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-4x3840nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-2xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgrai02.ram-768g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g": { + "fqn": "24hgrai02.ram-768g-ecc-4800.softraid-4x7680nvme.softraid-2x960nvme-system.gpu-4xnvidia-l40s-48g", + "planCode": "24hgrai02", + "memory": "ram-768g-ecc-4800", + "storage": "softraid-4x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-128g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-256g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-multiaz.ram-512g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-128g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-128g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-256g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-256g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-mum.ram-512g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-mum.ram-512g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-128g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-128g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-256g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-256g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-sgp.ram-512g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-sgp.ram-512g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-128g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-128g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-256g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-256g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01-syd.ram-512g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01-syd.ram-512g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-128g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-128g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-128g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-256g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-256g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.hardraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.hardraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "hardraid-36x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-15360nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.softraid-24x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.softraid-24x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x22000-hdd-sas", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x15360nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x15360nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x3840nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x3840nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.softraid-36x22000-hdd-sas-2x7680nvme.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas-2x7680nvme", + "catalog": {} + }, + "24hgstor01.ram-512g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system": { + "fqn": "24hgstor01.ram-512g-ecc-4800.softraid-36x22000-hdd-sas.softraid-2x960nvme-system", + "planCode": "24hgstor01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-36x22000-hdd-sas", + "catalog": {} + }, + "24rise01-mum.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise01-mum.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise01-mum", + "memory": "ram-128g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 128.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-128g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise01-mum.ram-128g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise01-mum", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 148.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-128g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise01-mum.ram-128g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise01-mum", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 108.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-128g-ecc-2933.softraid-2x512nvme": { + "fqn": "24rise01-mum.ram-128g-ecc-2933.softraid-2x512nvme", + "planCode": "24rise01-mum", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 108.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-128g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise01-mum.ram-128g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise01-mum", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 128.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-32g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise01-mum.ram-32g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise01-mum", + "memory": "ram-32g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 96.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-32g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise01-mum.ram-32g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise01-mum", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 116.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-32g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise01-mum.ram-32g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise01-mum", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 76.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-32g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise01-mum.ram-32g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise01-mum", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 76.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-32g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise01-mum.ram-32g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise01-mum", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 96.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise01-mum.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise01-mum", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 28.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 104.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise01-mum.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise01-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 48.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 124.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise01-mum.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise01-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 84.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-64g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise01-mum.ram-64g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise01-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 84.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-mum.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise01-mum.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise01-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 28.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 104.49, + "slug": "rise-1 ", + "range": "rise", + "price": 76.49, + "planCode": "24rise01-mum", + "cpu": "" + } + }, + "24rise01-sgp.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise01-sgp.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise01-sgp", + "memory": "ram-128g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 141.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-128g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise01-sgp.ram-128g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise01-sgp", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 161.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-128g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise01-sgp.ram-128g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise01-sgp", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 121.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-128g-ecc-2933.softraid-2x512nvme": { + "fqn": "24rise01-sgp.ram-128g-ecc-2933.softraid-2x512nvme", + "planCode": "24rise01-sgp", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 121.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-128g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise01-sgp.ram-128g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise01-sgp", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 141.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-32g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise01-sgp.ram-32g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise01-sgp", + "memory": "ram-32g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 109.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-32g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise01-sgp.ram-32g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise01-sgp", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 129.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-32g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise01-sgp.ram-32g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise01-sgp", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 89.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-32g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise01-sgp.ram-32g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise01-sgp", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 89.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-32g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise01-sgp.ram-32g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise01-sgp", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 109.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise01-sgp.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise01-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 28.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 117.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise01-sgp.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise01-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 48.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 137.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise01-sgp.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise01-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 97.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-64g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise01-sgp.ram-64g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise01-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 97.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01-sgp.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise01-sgp.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise01-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 28.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 117.99, + "slug": "rise-1 ", + "range": "rise", + "price": 89.99, + "planCode": "24rise01-sgp", + "cpu": "" + } + }, + "24rise01.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise01.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise01", + "memory": "ram-128g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 108.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-128g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise01.ram-128g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise01", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 128.99, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-128g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise01.ram-128g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise01", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 88.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-128g-ecc-2933.softraid-2x512nvme": { + "fqn": "24rise01.ram-128g-ecc-2933.softraid-2x512nvme", + "planCode": "24rise01", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 88.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-128g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise01.ram-128g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise01", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 108.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-32g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise01.ram-32g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise01", + "memory": "ram-32g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 76.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-32g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise01.ram-32g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise01", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 96.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-32g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise01.ram-32g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise01", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 56.99, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-32g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise01.ram-32g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise01", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 56.99, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-32g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise01.ram-32g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise01", + "memory": "ram-32g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-32g-ecc-3200-24rise", + "invoiceName": "32GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 76.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise01.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise01", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 28.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 84.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise01.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise01", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 48.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 104.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise01.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise01", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 64.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-64g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise01.ram-64g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise01", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 64.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise01.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise01.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise01", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-1 | Intel Xeon-E 2386G", + "addons": { + "price": 28.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise01", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 8.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-24rise", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 84.99000000000001, + "slug": "rise-1 ", + "range": "rise", + "price": 56.99, + "planCode": "24rise01", + "cpu": "Intel Xeon-E 2386G" + } + }, + "24rise02-mum.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise02-mum.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise02-mum", + "memory": "ram-128g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 164.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-mum", + "cpu": "" + } + }, + "24rise02-mum.ram-128g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise02-mum.ram-128g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise02-mum", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 184.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-mum", + "cpu": "" + } + }, + "24rise02-mum.ram-128g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise02-mum.ram-128g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise02-mum", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 144.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-mum", + "cpu": "" + } + }, + "24rise02-mum.ram-128g-ecc-2933.softraid-2x512nvme": { + "fqn": "24rise02-mum.ram-128g-ecc-2933.softraid-2x512nvme", + "planCode": "24rise02-mum", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 144.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-mum", + "cpu": "" + } + }, + "24rise02-mum.ram-128g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise02-mum.ram-128g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise02-mum", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 164.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-mum", + "cpu": "" + } + }, + "24rise02-mum.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise02-mum.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise02-mum", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 132.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-mum", + "cpu": "" + } + }, + "24rise02-mum.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise02-mum.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise02-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 152.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-mum", + "cpu": "" + } + }, + "24rise02-mum.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise02-mum.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise02-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 112.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-mum", + "cpu": "" + } + }, + "24rise02-mum.ram-64g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise02-mum.ram-64g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise02-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 112.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-mum", + "cpu": "" + } + }, + "24rise02-mum.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise02-mum.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise02-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 132.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-mum", + "cpu": "" + } + }, + "24rise02-sgp.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise02-sgp.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise02-sgp", + "memory": "ram-128g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 164.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-sgp", + "cpu": "" + } + }, + "24rise02-sgp.ram-128g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise02-sgp.ram-128g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise02-sgp", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 184.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-sgp", + "cpu": "" + } + }, + "24rise02-sgp.ram-128g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise02-sgp.ram-128g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise02-sgp", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 144.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-sgp", + "cpu": "" + } + }, + "24rise02-sgp.ram-128g-ecc-2933.softraid-2x512nvme": { + "fqn": "24rise02-sgp.ram-128g-ecc-2933.softraid-2x512nvme", + "planCode": "24rise02-sgp", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 144.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-sgp", + "cpu": "" + } + }, + "24rise02-sgp.ram-128g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise02-sgp.ram-128g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise02-sgp", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 164.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-sgp", + "cpu": "" + } + }, + "24rise02-sgp.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise02-sgp.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise02-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 132.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-sgp", + "cpu": "" + } + }, + "24rise02-sgp.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise02-sgp.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise02-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 152.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-sgp", + "cpu": "" + } + }, + "24rise02-sgp.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise02-sgp.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise02-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 112.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-sgp", + "cpu": "" + } + }, + "24rise02-sgp.ram-64g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise02-sgp.ram-64g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise02-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 112.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-sgp", + "cpu": "" + } + }, + "24rise02-sgp.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise02-sgp.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise02-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 132.99, + "slug": "rise-2 ", + "range": "rise", + "price": 112.99, + "planCode": "24rise02-sgp", + "cpu": "" + } + }, + "24rise02.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise02.ram-128g-ecc-2933.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise02", + "memory": "ram-128g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 116.99, + "slug": "rise-2 ", + "range": "rise", + "price": 64.99, + "planCode": "24rise02", + "cpu": "Intel Xeon-E 2388G" + } + }, + "24rise02.ram-128g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise02.ram-128g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise02", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 136.99, + "slug": "rise-2 ", + "range": "rise", + "price": 64.99, + "planCode": "24rise02", + "cpu": "Intel Xeon-E 2388G" + } + }, + "24rise02.ram-128g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise02.ram-128g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise02", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 96.99, + "slug": "rise-2 ", + "range": "rise", + "price": 64.99, + "planCode": "24rise02", + "cpu": "Intel Xeon-E 2388G" + } + }, + "24rise02.ram-128g-ecc-2933.softraid-2x512nvme": { + "fqn": "24rise02.ram-128g-ecc-2933.softraid-2x512nvme", + "planCode": "24rise02", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 96.99, + "slug": "rise-2 ", + "range": "rise", + "price": 64.99, + "planCode": "24rise02", + "cpu": "Intel Xeon-E 2388G" + } + }, + "24rise02.ram-128g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise02.ram-128g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise02", + "memory": "ram-128g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2933-24rise", + "invoiceName": "128GB DDR4 ECC 2933MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 116.99, + "slug": "rise-2 ", + "range": "rise", + "price": 64.99, + "planCode": "24rise02", + "cpu": "Intel Xeon-E 2388G" + } + }, + "24rise02.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise02.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise02", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 84.99, + "slug": "rise-2 ", + "range": "rise", + "price": 64.99, + "planCode": "24rise02", + "cpu": "Intel Xeon-E 2388G" + } + }, + "24rise02.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise02.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise02", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 104.99, + "slug": "rise-2 ", + "range": "rise", + "price": 64.99, + "planCode": "24rise02", + "cpu": "Intel Xeon-E 2388G" + } + }, + "24rise02.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise02.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise02", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 64.99, + "slug": "rise-2 ", + "range": "rise", + "price": 64.99, + "planCode": "24rise02", + "cpu": "Intel Xeon-E 2388G" + } + }, + "24rise02.ram-64g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise02.ram-64g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise02", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 64.99, + "slug": "rise-2 ", + "range": "rise", + "price": 64.99, + "planCode": "24rise02", + "cpu": "Intel Xeon-E 2388G" + } + }, + "24rise02.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise02.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise02", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-2 | Intel Xeon-E 2388G", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 84.99, + "slug": "rise-2 ", + "range": "rise", + "price": 64.99, + "planCode": "24rise02", + "cpu": "Intel Xeon-E 2388G" + } + }, + "24rise03-mum.ram-128g-ecc-2666.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise03-mum.ram-128g-ecc-2666.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise03-mum", + "memory": "ram-128g-ecc-2666", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 213.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-mum", + "cpu": "" + } + }, + "24rise03-mum.ram-128g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24rise03-mum.ram-128g-ecc-2666.softraid-2x1920nvme", + "planCode": "24rise03-mum", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 233.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-mum", + "cpu": "" + } + }, + "24rise03-mum.ram-128g-ecc-2666.softraid-2x4000sa": { + "fqn": "24rise03-mum.ram-128g-ecc-2666.softraid-2x4000sa", + "planCode": "24rise03-mum", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 193.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-mum", + "cpu": "" + } + }, + "24rise03-mum.ram-128g-ecc-2666.softraid-2x512nvme": { + "fqn": "24rise03-mum.ram-128g-ecc-2666.softraid-2x512nvme", + "planCode": "24rise03-mum", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 193.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-mum", + "cpu": "" + } + }, + "24rise03-mum.ram-128g-ecc-2666.softraid-2x960nvme": { + "fqn": "24rise03-mum.ram-128g-ecc-2666.softraid-2x960nvme", + "planCode": "24rise03-mum", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 213.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-mum", + "cpu": "" + } + }, + "24rise03-mum.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise03-mum.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise03-mum", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 181.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-mum", + "cpu": "" + } + }, + "24rise03-mum.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise03-mum.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise03-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 201.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-mum", + "cpu": "" + } + }, + "24rise03-mum.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise03-mum.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise03-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 161.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-mum", + "cpu": "" + } + }, + "24rise03-mum.ram-64g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise03-mum.ram-64g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise03-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 161.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-mum", + "cpu": "" + } + }, + "24rise03-mum.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise03-mum.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise03-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 181.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-mum", + "cpu": "" + } + }, + "24rise03-sgp.ram-128g-ecc-2666.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise03-sgp.ram-128g-ecc-2666.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise03-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 213.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-sgp", + "cpu": "" + } + }, + "24rise03-sgp.ram-128g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24rise03-sgp.ram-128g-ecc-2666.softraid-2x1920nvme", + "planCode": "24rise03-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 233.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-sgp", + "cpu": "" + } + }, + "24rise03-sgp.ram-128g-ecc-2666.softraid-2x4000sa": { + "fqn": "24rise03-sgp.ram-128g-ecc-2666.softraid-2x4000sa", + "planCode": "24rise03-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 193.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-sgp", + "cpu": "" + } + }, + "24rise03-sgp.ram-128g-ecc-2666.softraid-2x512nvme": { + "fqn": "24rise03-sgp.ram-128g-ecc-2666.softraid-2x512nvme", + "planCode": "24rise03-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 193.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-sgp", + "cpu": "" + } + }, + "24rise03-sgp.ram-128g-ecc-2666.softraid-2x960nvme": { + "fqn": "24rise03-sgp.ram-128g-ecc-2666.softraid-2x960nvme", + "planCode": "24rise03-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 213.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-sgp", + "cpu": "" + } + }, + "24rise03-sgp.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise03-sgp.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise03-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 181.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-sgp", + "cpu": "" + } + }, + "24rise03-sgp.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise03-sgp.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise03-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 201.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-sgp", + "cpu": "" + } + }, + "24rise03-sgp.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise03-sgp.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise03-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 161.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-sgp", + "cpu": "" + } + }, + "24rise03-sgp.ram-64g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise03-sgp.ram-64g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise03-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 161.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-sgp", + "cpu": "" + } + }, + "24rise03-sgp.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise03-sgp.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise03-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 181.99, + "slug": "rise-3 ", + "range": "rise", + "price": 161.99, + "planCode": "24rise03-sgp", + "cpu": "" + } + }, + "24rise03.ram-128g-ecc-2666.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise03.ram-128g-ecc-2666.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise03", + "memory": "ram-128g-ecc-2666", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 151.99, + "slug": "rise-3 ", + "range": "rise", + "price": 99.99, + "planCode": "24rise03", + "cpu": "AMD Ryzen 9 5900X" + } + }, + "24rise03.ram-128g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24rise03.ram-128g-ecc-2666.softraid-2x1920nvme", + "planCode": "24rise03", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 171.99, + "slug": "rise-3 ", + "range": "rise", + "price": 99.99, + "planCode": "24rise03", + "cpu": "AMD Ryzen 9 5900X" + } + }, + "24rise03.ram-128g-ecc-2666.softraid-2x4000sa": { + "fqn": "24rise03.ram-128g-ecc-2666.softraid-2x4000sa", + "planCode": "24rise03", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 131.99, + "slug": "rise-3 ", + "range": "rise", + "price": 99.99, + "planCode": "24rise03", + "cpu": "AMD Ryzen 9 5900X" + } + }, + "24rise03.ram-128g-ecc-2666.softraid-2x512nvme": { + "fqn": "24rise03.ram-128g-ecc-2666.softraid-2x512nvme", + "planCode": "24rise03", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 131.99, + "slug": "rise-3 ", + "range": "rise", + "price": 99.99, + "planCode": "24rise03", + "cpu": "AMD Ryzen 9 5900X" + } + }, + "24rise03.ram-128g-ecc-2666.softraid-2x960nvme": { + "fqn": "24rise03.ram-128g-ecc-2666.softraid-2x960nvme", + "planCode": "24rise03", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24rise", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 151.99, + "slug": "rise-3 ", + "range": "rise", + "price": 99.99, + "planCode": "24rise03", + "cpu": "AMD Ryzen 9 5900X" + } + }, + "24rise03.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme": { + "fqn": "24rise03.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x512nvme", + "planCode": "24rise03", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 119.99, + "slug": "rise-3 ", + "range": "rise", + "price": 99.99, + "planCode": "24rise03", + "cpu": "AMD Ryzen 9 5900X" + } + }, + "24rise03.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise03.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise03", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 139.99, + "slug": "rise-3 ", + "range": "rise", + "price": 99.99, + "planCode": "24rise03", + "cpu": "AMD Ryzen 9 5900X" + } + }, + "24rise03.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise03.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise03", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 99.99, + "slug": "rise-3 ", + "range": "rise", + "price": 99.99, + "planCode": "24rise03", + "cpu": "AMD Ryzen 9 5900X" + } + }, + "24rise03.ram-64g-ecc-3200.softraid-2x512nvme": { + "fqn": "24rise03.ram-64g-ecc-3200.softraid-2x512nvme", + "planCode": "24rise03", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x512nvme-24rise", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 99.99, + "slug": "rise-3 ", + "range": "rise", + "price": 99.99, + "planCode": "24rise03", + "cpu": "AMD Ryzen 9 5900X" + } + }, + "24rise03.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise03.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise03", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-3 | AMD Ryzen 9 5900X", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 119.99, + "slug": "rise-3 ", + "range": "rise", + "price": 99.99, + "planCode": "24rise03", + "cpu": "AMD Ryzen 9 5900X" + } + }, + "24rise04-mum.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04-mum.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04-mum", + "memory": "ram-1024g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 500.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 773.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-1024g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise04-mum.ram-1024g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise04-mum", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 520.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 793.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-1024g-ecc-2933.softraid-2x3840nvme": { + "fqn": "24rise04-mum.ram-1024g-ecc-2933.softraid-2x3840nvme", + "planCode": "24rise04-mum", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 560.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 833.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-1024g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise04-mum.ram-1024g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise04-mum", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 480.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 753.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-1024g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise04-mum.ram-1024g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise04-mum", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 480.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 753.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04-mum.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04-mum", + "memory": "ram-128g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 52.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 325.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-128g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04-mum.ram-128g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04-mum", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 72.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 345.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-128g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04-mum.ram-128g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04-mum", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 112.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 385.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-128g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04-mum.ram-128g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04-mum", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 32.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 305.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-128g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04-mum.ram-128g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04-mum", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 32.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 305.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04-mum.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04-mum", + "memory": "ram-256g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 116.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 389.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-256g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04-mum.ram-256g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04-mum", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 136.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 409.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-256g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04-mum.ram-256g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04-mum", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 176.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 449.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-256g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04-mum.ram-256g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04-mum", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 96.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 369.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-256g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04-mum.ram-256g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04-mum", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 96.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 369.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04-mum.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04-mum", + "memory": "ram-512g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 244.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 517.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-512g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04-mum.ram-512g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04-mum", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 264.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 537.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-512g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04-mum.ram-512g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04-mum", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 304.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 577.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-512g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04-mum.ram-512g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04-mum", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 224.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 497.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-512g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04-mum.ram-512g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04-mum", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 224.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 497.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04-mum.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04-mum", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 20.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 293.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04-mum.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 40.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 313.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-64g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04-mum.ram-64g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 80.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 353.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04-mum.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 273.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-mum.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04-mum.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04-mum", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 273.99, + "slug": "rise-4 ", + "range": "rise", + "price": 273.99, + "planCode": "24rise04-mum", + "cpu": "" + } + }, + "24rise04-sgp.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04-sgp.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04-sgp", + "memory": "ram-1024g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 500.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 719.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-1024g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise04-sgp.ram-1024g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise04-sgp", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 520.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 739.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-1024g-ecc-2933.softraid-2x3840nvme": { + "fqn": "24rise04-sgp.ram-1024g-ecc-2933.softraid-2x3840nvme", + "planCode": "24rise04-sgp", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 560.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 779.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-1024g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise04-sgp.ram-1024g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise04-sgp", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 480.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 699.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-1024g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise04-sgp.ram-1024g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise04-sgp", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 480.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 699.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04-sgp.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 271.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-128g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04-sgp.ram-128g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 291.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-128g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04-sgp.ram-128g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 112.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 331.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-128g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04-sgp.ram-128g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 251.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-128g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04-sgp.ram-128g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 251.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04-sgp.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 116.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 335.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-256g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04-sgp.ram-256g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 136.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 355.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-256g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04-sgp.ram-256g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 176.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 395.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-256g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04-sgp.ram-256g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 96.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 315.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-256g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04-sgp.ram-256g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 96.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 315.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04-sgp.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 244.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 463.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-512g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04-sgp.ram-512g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 264.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 483.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-512g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04-sgp.ram-512g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 304.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 523.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-512g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04-sgp.ram-512g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 224.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 443.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-512g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04-sgp.ram-512g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 224.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 443.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04-sgp.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 239.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04-sgp.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 259.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-64g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04-sgp.ram-64g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 80.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 299.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04-sgp.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 219.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04-sgp.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04-sgp.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04-sgp", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 219.99, + "slug": "rise-4 ", + "range": "rise", + "price": 219.99, + "planCode": "24rise04-sgp", + "cpu": "" + } + }, + "24rise04.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04", + "memory": "ram-1024g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 500.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 674.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-1024g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise04.ram-1024g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise04", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 520.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 694.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-1024g-ecc-2933.softraid-2x3840nvme": { + "fqn": "24rise04.ram-1024g-ecc-2933.softraid-2x3840nvme", + "planCode": "24rise04", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 560.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 734.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-1024g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise04.ram-1024g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise04", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 480.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 654.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-1024g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise04.ram-1024g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise04", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 480.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise04", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 480.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 654.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04", + "memory": "ram-128g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 52.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 226.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-128g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04.ram-128g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 72.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 246.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-128g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04.ram-128g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 112.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 286.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-128g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04.ram-128g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 206.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-128g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04.ram-128g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 32.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise04", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 32.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 206.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04", + "memory": "ram-256g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 116.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 290.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-256g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04.ram-256g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 136.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 310.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-256g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04.ram-256g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 176.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 350.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-256g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04.ram-256g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 96.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 270.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-256g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04.ram-256g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 96.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise04", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 96.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 270.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04", + "memory": "ram-512g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 244.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 418.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-512g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04.ram-512g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 264.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 438.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-512g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04.ram-512g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 304.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 478.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-512g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04.ram-512g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 224.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 398.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-512g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04.ram-512g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 224.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise04", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 224.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 398.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise04.ram-64g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise04", + "memory": "ram-64g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 194.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-64g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise04.ram-64g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise04", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 214.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-64g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise04.ram-64g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise04", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 80.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 254.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-64g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise04.ram-64g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise04", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 174.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise04.ram-64g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise04.ram-64g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise04", + "memory": "ram-64g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-4 | AMD Epyc 7313", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-3200-24rise", + "invoiceName": "64GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise04", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 174.99, + "slug": "rise-4 ", + "range": "rise", + "price": 174.99, + "planCode": "24rise04", + "cpu": "AMD Epyc 7313" + } + }, + "24rise05-mum.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05-mum.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05-mum", + "memory": "ram-1024g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 468.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 770.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-1024g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise05-mum.ram-1024g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise05-mum", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 488.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 790.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-1024g-ecc-2933.softraid-2x3840nvme": { + "fqn": "24rise05-mum.ram-1024g-ecc-2933.softraid-2x3840nvme", + "planCode": "24rise05-mum", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 528.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 830.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-1024g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise05-mum.ram-1024g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise05-mum", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 448.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 750.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-1024g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise05-mum.ram-1024g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise05-mum", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 448.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 750.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05-mum.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05-mum", + "memory": "ram-128g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 322.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-128g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise05-mum.ram-128g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise05-mum", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 342.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-128g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise05-mum.ram-128g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise05-mum", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 80.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 382.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-128g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise05-mum.ram-128g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise05-mum", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 302.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-128g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise05-mum.ram-128g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise05-mum", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 302.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05-mum.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05-mum", + "memory": "ram-256g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 84.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 386.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-256g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise05-mum.ram-256g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise05-mum", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 104.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 406.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-256g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise05-mum.ram-256g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise05-mum", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 144.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 446.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-256g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise05-mum.ram-256g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise05-mum", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 64.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 366.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-256g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise05-mum.ram-256g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise05-mum", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 64.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 366.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05-mum.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05-mum", + "memory": "ram-512g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 212.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 514.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-512g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise05-mum.ram-512g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise05-mum", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 232.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 534.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-512g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise05-mum.ram-512g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise05-mum", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 272.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 574.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-512g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise05-mum.ram-512g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise05-mum", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 192.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 494.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-mum.ram-512g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise05-mum.ram-512g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise05-mum", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 192.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 494.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-mum", + "cpu": "" + } + }, + "24rise05-sgp.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05-sgp.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05-sgp", + "memory": "ram-1024g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 468.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 770.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-1024g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise05-sgp.ram-1024g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise05-sgp", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 488.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 790.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-1024g-ecc-2933.softraid-2x3840nvme": { + "fqn": "24rise05-sgp.ram-1024g-ecc-2933.softraid-2x3840nvme", + "planCode": "24rise05-sgp", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 528.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 830.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-1024g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise05-sgp.ram-1024g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise05-sgp", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 448.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 750.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-1024g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise05-sgp.ram-1024g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise05-sgp", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 448.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 750.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05-sgp.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 322.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-128g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise05-sgp.ram-128g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise05-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 342.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-128g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise05-sgp.ram-128g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise05-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 80.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 382.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-128g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise05-sgp.ram-128g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise05-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 302.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-128g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise05-sgp.ram-128g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise05-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 302.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05-sgp.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 84.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 386.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-256g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise05-sgp.ram-256g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise05-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 104.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 406.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-256g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise05-sgp.ram-256g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise05-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 144.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 446.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-256g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise05-sgp.ram-256g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise05-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 64.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 366.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-256g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise05-sgp.ram-256g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise05-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 64.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 366.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05-sgp.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 212.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 514.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-512g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise05-sgp.ram-512g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise05-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 232.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 534.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-512g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise05-sgp.ram-512g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise05-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 272.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 574.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-512g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise05-sgp.ram-512g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise05-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 192.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 494.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05-sgp.ram-512g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise05-sgp.ram-512g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise05-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 192.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 494.99, + "slug": "rise-5 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise05-sgp", + "cpu": "" + } + }, + "24rise05.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05.ram-1024g-ecc-2933.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05", + "memory": "ram-1024g-ecc-2933", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 468.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 677.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-1024g-ecc-2933.softraid-2x1920nvme": { + "fqn": "24rise05.ram-1024g-ecc-2933.softraid-2x1920nvme", + "planCode": "24rise05", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 488.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 697.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-1024g-ecc-2933.softraid-2x3840nvme": { + "fqn": "24rise05.ram-1024g-ecc-2933.softraid-2x3840nvme", + "planCode": "24rise05", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 528.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 737.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-1024g-ecc-2933.softraid-2x4000sa": { + "fqn": "24rise05.ram-1024g-ecc-2933.softraid-2x4000sa", + "planCode": "24rise05", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 448.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 657.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-1024g-ecc-2933.softraid-2x960nvme": { + "fqn": "24rise05.ram-1024g-ecc-2933.softraid-2x960nvme", + "planCode": "24rise05", + "memory": "ram-1024g-ecc-2933", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 448.0, + "memory": { + "planCode": "ram-1024g-ecc-2933-24rise", + "invoiceName": "1024GB DDR4 ECC 2933MHz", + "price": 448.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 657.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05", + "memory": "ram-128g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 229.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-128g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise05.ram-128g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise05", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 249.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-128g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise05.ram-128g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise05", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 80.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 289.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-128g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise05.ram-128g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise05", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 209.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-128g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise05.ram-128g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise05", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 209.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05", + "memory": "ram-256g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 84.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 293.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-256g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise05.ram-256g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise05", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 104.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 313.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-256g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise05.ram-256g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise05", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 144.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 353.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-256g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise05.ram-256g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise05", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 64.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 273.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-256g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise05.ram-256g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise05", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 64.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 273.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise05.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise05", + "memory": "ram-512g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 212.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 421.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-512g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise05.ram-512g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise05", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 232.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 441.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-512g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise05.ram-512g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise05", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 272.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 481.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-512g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise05.ram-512g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise05", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 192.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 401.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise05.ram-512g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise05.ram-512g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise05", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-5 | AMD Epyc 7413", + "addons": { + "price": 192.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise05", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 401.99, + "slug": "rise-5 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise05", + "cpu": "AMD Epyc 7413" + } + }, + "24rise06-sgp.ram-1024g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise06-sgp.ram-1024g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise06-sgp", + "memory": "ram-1024g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 468.0, + "memory": { + "planCode": "ram-1024g-ecc-3200-24rise", + "invoiceName": "1024GB DDR4 ECC 3200MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 770.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-1024g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise06-sgp.ram-1024g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise06-sgp", + "memory": "ram-1024g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 488.0, + "memory": { + "planCode": "ram-1024g-ecc-3200-24rise", + "invoiceName": "1024GB DDR4 ECC 3200MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 790.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-1024g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise06-sgp.ram-1024g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise06-sgp", + "memory": "ram-1024g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 528.0, + "memory": { + "planCode": "ram-1024g-ecc-3200-24rise", + "invoiceName": "1024GB DDR4 ECC 3200MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 830.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-1024g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise06-sgp.ram-1024g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise06-sgp", + "memory": "ram-1024g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 448.0, + "memory": { + "planCode": "ram-1024g-ecc-3200-24rise", + "invoiceName": "1024GB DDR4 ECC 3200MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 750.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-1024g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise06-sgp.ram-1024g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise06-sgp", + "memory": "ram-1024g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 448.0, + "memory": { + "planCode": "ram-1024g-ecc-3200-24rise", + "invoiceName": "1024GB DDR4 ECC 3200MHz", + "price": 448.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise06", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 750.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise06-sgp.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise06-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 322.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-128g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise06-sgp.ram-128g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise06-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 342.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-128g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise06-sgp.ram-128g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise06-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 80.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 382.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-128g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise06-sgp.ram-128g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise06-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 302.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-128g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise06-sgp.ram-128g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise06-sgp", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise06", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 302.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise06-sgp.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise06-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 84.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 386.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-256g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise06-sgp.ram-256g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise06-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 104.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 406.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-256g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise06-sgp.ram-256g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise06-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 144.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 446.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-256g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise06-sgp.ram-256g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise06-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 64.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 366.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-256g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise06-sgp.ram-256g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise06-sgp", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 64.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise06", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 366.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise06-sgp.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise06-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 212.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 514.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-512g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise06-sgp.ram-512g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise06-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 232.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 534.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-512g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise06-sgp.ram-512g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise06-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 272.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 574.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-512g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise06-sgp.ram-512g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise06-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 192.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 494.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06-sgp.ram-512g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise06-sgp.ram-512g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise06-sgp", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 192.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise06", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 494.99, + "slug": "rise-6 ", + "range": "rise", + "price": 302.99, + "planCode": "24rise06-sgp", + "cpu": "" + } + }, + "24rise06.ram-1024g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise06.ram-1024g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise06", + "memory": "ram-1024g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 468.0, + "memory": { + "planCode": "ram-1024g-ecc-3200-24rise", + "invoiceName": "1024GB DDR4 ECC 3200MHz", + "price": 448.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 677.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-1024g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise06.ram-1024g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise06", + "memory": "ram-1024g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 488.0, + "memory": { + "planCode": "ram-1024g-ecc-3200-24rise", + "invoiceName": "1024GB DDR4 ECC 3200MHz", + "price": 448.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 697.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-1024g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise06.ram-1024g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise06", + "memory": "ram-1024g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 528.0, + "memory": { + "planCode": "ram-1024g-ecc-3200-24rise", + "invoiceName": "1024GB DDR4 ECC 3200MHz", + "price": 448.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 737.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-1024g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise06.ram-1024g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise06", + "memory": "ram-1024g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 448.0, + "memory": { + "planCode": "ram-1024g-ecc-3200-24rise", + "invoiceName": "1024GB DDR4 ECC 3200MHz", + "price": 448.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 657.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-1024g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise06.ram-1024g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise06", + "memory": "ram-1024g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 448.0, + "memory": { + "planCode": "ram-1024g-ecc-3200-24rise", + "invoiceName": "1024GB DDR4 ECC 3200MHz", + "price": 448.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise06", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 657.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise06.ram-128g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise06", + "memory": "ram-128g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 229.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-128g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise06.ram-128g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise06", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 249.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-128g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise06.ram-128g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise06", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 80.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 289.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-128g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise06.ram-128g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise06", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 209.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-128g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise06.ram-128g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise06", + "memory": "ram-128g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-128g-ecc-3200-24rise", + "invoiceName": "128GB DDR4 ECC 3200MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise06", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 209.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise06.ram-256g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise06", + "memory": "ram-256g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 84.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 293.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-256g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise06.ram-256g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise06", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 104.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 313.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-256g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise06.ram-256g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise06", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 144.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 353.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-256g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise06.ram-256g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise06", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 64.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 273.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-256g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise06.ram-256g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise06", + "memory": "ram-256g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 64.0, + "memory": { + "planCode": "ram-256g-ecc-3200-24rise", + "invoiceName": "256GB DDR4 ECC 3200MHz", + "price": 64.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise06", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 273.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24rise06.ram-512g-ecc-3200.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24rise06", + "memory": "ram-512g-ecc-3200", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 212.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24rise", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 421.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-512g-ecc-3200.softraid-2x1920nvme": { + "fqn": "24rise06.ram-512g-ecc-3200.softraid-2x1920nvme", + "planCode": "24rise06", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 232.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "storage": { + "planCode": "softraid-2x1920nvme-24rise", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 441.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-512g-ecc-3200.softraid-2x3840nvme": { + "fqn": "24rise06.ram-512g-ecc-3200.softraid-2x3840nvme", + "planCode": "24rise06", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 272.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "storage": { + "planCode": "softraid-2x3840nvme-24rise", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 80.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 481.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-512g-ecc-3200.softraid-2x4000sa": { + "fqn": "24rise06.ram-512g-ecc-3200.softraid-2x4000sa", + "planCode": "24rise06", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 192.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "storage": { + "planCode": "softraid-2x4000sa-24rise", + "invoiceName": "2x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 401.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24rise06.ram-512g-ecc-3200.softraid-2x960nvme": { + "fqn": "24rise06.ram-512g-ecc-3200.softraid-2x960nvme", + "planCode": "24rise06", + "memory": "ram-512g-ecc-3200", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-6 | Intel Xeon Gold 6312U", + "addons": { + "price": 192.0, + "memory": { + "planCode": "ram-512g-ecc-3200-24rise", + "invoiceName": "512GB DDR4 ECC 3200MHz", + "price": 192.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24rise06", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 401.99, + "slug": "rise-6 ", + "range": "rise", + "price": 209.99, + "planCode": "24rise06", + "cpu": "Intel Xeon Gold 6312U" + } + }, + "24risegame01-sgp.ram-32g-ecc-2400.softraid-2x512nvme": { + "fqn": "24risegame01-sgp.ram-32g-ecc-2400.softraid-2x512nvme", + "planCode": "24risegame01-sgp", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-GAME-1 | AMD Ryzen 5 5600X", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x512nvme-24risegame", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-250-burst1g-24risegame-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-250-burst1g-24risegame-sgp", + "invoiceName": "250Mbps unmetered (burst 1Gbps)", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2400-24risegame01", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 80.99, + "slug": "rise-game-1 ", + "range": "rise", + "price": 80.99, + "planCode": "24risegame01-sgp", + "cpu": "" + } + }, + "24risegame01-sgp.ram-64g-ecc-2400.softraid-2x512nvme": { + "fqn": "24risegame01-sgp.ram-64g-ecc-2400.softraid-2x512nvme", + "planCode": "24risegame01-sgp", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-GAME-1 | AMD Ryzen 5 5600X", + "addons": { + "price": 16.0, + "storage": { + "planCode": "softraid-2x512nvme-24risegame", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-250-burst1g-24risegame-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-250-burst1g-24risegame-sgp", + "invoiceName": "250Mbps unmetered (burst 1Gbps)", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24risegame01", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 16.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 96.99, + "slug": "rise-game-1 ", + "range": "rise", + "price": 80.99, + "planCode": "24risegame01-sgp", + "cpu": "" + } + }, + "24risegame01-syd.ram-32g-ecc-2400.softraid-2x512nvme": { + "fqn": "24risegame01-syd.ram-32g-ecc-2400.softraid-2x512nvme", + "planCode": "24risegame01-syd", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-GAME-1 | AMD Ryzen 5 5600X", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x512nvme-24risegame", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-250-burst1g-24risegame-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-250-burst1g-24risegame-syd", + "invoiceName": "250Mbps unmetered (burst 1Gbps)", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2400-24risegame01", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 80.99, + "slug": "rise-game-1 ", + "range": "rise", + "price": 80.99, + "planCode": "24risegame01-syd", + "cpu": "" + } + }, + "24risegame01-syd.ram-64g-ecc-2400.softraid-2x512nvme": { + "fqn": "24risegame01-syd.ram-64g-ecc-2400.softraid-2x512nvme", + "planCode": "24risegame01-syd", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-GAME-1 | AMD Ryzen 5 5600X", + "addons": { + "price": 16.0, + "storage": { + "planCode": "softraid-2x512nvme-24risegame", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-250-burst1g-24risegame-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-250-burst1g-24risegame-syd", + "invoiceName": "250Mbps unmetered (burst 1Gbps)", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24risegame01", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 16.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 96.99, + "slug": "rise-game-1 ", + "range": "rise", + "price": 80.99, + "planCode": "24risegame01-syd", + "cpu": "" + } + }, + "24risegame01.ram-32g-ecc-2400.softraid-2x512nvme": { + "fqn": "24risegame01.ram-32g-ecc-2400.softraid-2x512nvme", + "planCode": "24risegame01", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-GAME-1 | AMD Ryzen 5 5600X", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x512nvme-24risegame", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-rise-game", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-rise-game", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-rise-game", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2400-24risegame01", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 74.99, + "slug": "rise-game-1 ", + "range": "rise", + "price": 74.99, + "planCode": "24risegame01", + "cpu": "AMD Ryzen 5 5600X" + } + }, + "24risegame01.ram-64g-ecc-2400.softraid-2x512nvme": { + "fqn": "24risegame01.ram-64g-ecc-2400.softraid-2x512nvme", + "planCode": "24risegame01", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "RISE-GAME-1 | AMD Ryzen 5 5600X", + "addons": { + "price": 16.0, + "storage": { + "planCode": "softraid-2x512nvme-24risegame", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-rise-game", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-rise-game", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-rise-game", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24risegame01", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 16.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 90.99, + "slug": "rise-game-1 ", + "range": "rise", + "price": 74.99, + "planCode": "24risegame01", + "cpu": "AMD Ryzen 5 5600X" + } + }, + "24risegame02-sgp.ram-128g-ecc-2400.softraid-2x960nvme": { + "fqn": "24risegame02-sgp.ram-128g-ecc-2400.softraid-2x960nvme", + "planCode": "24risegame02-sgp", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-GAME-2 | AMD Ryzen 7 5800X", + "addons": { + "price": 32.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-250-burst1g-24risegame-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-250-burst1g-24risegame-sgp", + "invoiceName": "250Mbps unmetered (burst 1Gbps)", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24risegame", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24risegame02", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 32.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 152.99, + "slug": "rise-game-2 ", + "range": "rise", + "price": 120.99, + "planCode": "24risegame02-sgp", + "cpu": "" + } + }, + "24risegame02-sgp.ram-64g-ecc-2400.softraid-2x960nvme": { + "fqn": "24risegame02-sgp.ram-64g-ecc-2400.softraid-2x960nvme", + "planCode": "24risegame02-sgp", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-GAME-2 | AMD Ryzen 7 5800X", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-250-burst1g-24risegame-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-250-burst1g-24risegame-sgp", + "invoiceName": "250Mbps unmetered (burst 1Gbps)", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24risegame", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24risegame02", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 120.99, + "slug": "rise-game-2 ", + "range": "rise", + "price": 120.99, + "planCode": "24risegame02-sgp", + "cpu": "" + } + }, + "24risegame02-syd.ram-128g-ecc-2400.softraid-2x960nvme": { + "fqn": "24risegame02-syd.ram-128g-ecc-2400.softraid-2x960nvme", + "planCode": "24risegame02-syd", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-GAME-2 | AMD Ryzen 7 5800X", + "addons": { + "price": 32.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-250-burst1g-24risegame-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-250-burst1g-24risegame-syd", + "invoiceName": "250Mbps unmetered (burst 1Gbps)", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24risegame", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24risegame02", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 32.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 152.99, + "slug": "rise-game-2 ", + "range": "rise", + "price": 120.99, + "planCode": "24risegame02-syd", + "cpu": "" + } + }, + "24risegame02-syd.ram-64g-ecc-2400.softraid-2x960nvme": { + "fqn": "24risegame02-syd.ram-64g-ecc-2400.softraid-2x960nvme", + "planCode": "24risegame02-syd", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-GAME-2 | AMD Ryzen 7 5800X", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-250-burst1g-24risegame-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-250-burst1g-24risegame-apac", + "invoiceName": "250Mbps (burst 1Gbps) - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-250-burst1g-24risegame-syd", + "invoiceName": "250Mbps unmetered (burst 1Gbps)", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24risegame", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24risegame02", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 120.99, + "slug": "rise-game-2 ", + "range": "rise", + "price": 120.99, + "planCode": "24risegame02-syd", + "cpu": "" + } + }, + "24risegame02.ram-128g-ecc-2400.softraid-2x960nvme": { + "fqn": "24risegame02.ram-128g-ecc-2400.softraid-2x960nvme", + "planCode": "24risegame02", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-GAME-2 | AMD Ryzen 7 5800X", + "addons": { + "price": 32.0, + "storage": { + "planCode": "softraid-2x960nvme-24risegame", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-rise-game", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-rise-game", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-rise-game", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24risegame02", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 32.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 143.99, + "slug": "rise-game-2 ", + "range": "rise", + "price": 111.99, + "planCode": "24risegame02", + "cpu": "AMD Ryzen 7 5800X" + } + }, + "24risegame02.ram-64g-ecc-2400.softraid-2x960nvme": { + "fqn": "24risegame02.ram-64g-ecc-2400.softraid-2x960nvme", + "planCode": "24risegame02", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "RISE-GAME-2 | AMD Ryzen 7 5800X", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x960nvme-24risegame", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-rise-game", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-rise-game", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-rise-game", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24risegame02", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 111.99, + "slug": "rise-game-2 ", + "range": "rise", + "price": 111.99, + "planCode": "24risegame02", + "cpu": "AMD Ryzen 7 5800X" + } + }, + "24risestor01-mum.ram-128g-ecc-2666.softraid-4x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-mum.ram-128g-ecc-2666.softraid-4x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-mum", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-4x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 48.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24risestor", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 48.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x14000sas-24risestor", + "invoiceName": "4x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 286.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-mum", + "cpu": "" + } + }, + "24risestor01-mum.ram-128g-ecc-2666.softraid-6x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-mum.ram-128g-ecc-2666.softraid-6x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-mum", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-6x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 98.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24risestor", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 48.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x14000sas-24risestor", + "invoiceName": "6x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 50.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 336.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-mum", + "cpu": "" + } + }, + "24risestor01-mum.ram-32g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-mum.ram-32g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-mum", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-4x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2933-24risestor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x14000sas-24risestor", + "invoiceName": "4x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 238.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-mum", + "cpu": "" + } + }, + "24risestor01-mum.ram-32g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-mum.ram-32g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-mum", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-6x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 50.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2933-24risestor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x14000sas-24risestor", + "invoiceName": "6x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 50.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 288.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-mum", + "cpu": "" + } + }, + "24risestor01-mum.ram-64g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-mum.ram-64g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-mum", + "memory": "ram-64g-ecc-2933", + "storage": "softraid-4x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 16.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2933-24risestor", + "invoiceName": "64GB DDR4 ECC 2933MHz", + "price": 16.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x14000sas-24risestor", + "invoiceName": "4x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 254.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-mum", + "cpu": "" + } + }, + "24risestor01-mum.ram-64g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-mum.ram-64g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-mum", + "memory": "ram-64g-ecc-2933", + "storage": "softraid-6x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 66.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2933-24risestor", + "invoiceName": "64GB DDR4 ECC 2933MHz", + "price": 16.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x14000sas-24risestor", + "invoiceName": "6x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 50.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 304.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-mum", + "cpu": "" + } + }, + "24risestor01-sgp.ram-128g-ecc-2666.softraid-4x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-sgp.ram-128g-ecc-2666.softraid-4x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-4x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 48.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24risestor", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 48.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x14000sas-24risestor", + "invoiceName": "4x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 286.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-sgp", + "cpu": "" + } + }, + "24risestor01-sgp.ram-128g-ecc-2666.softraid-6x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-sgp.ram-128g-ecc-2666.softraid-6x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-6x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 98.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24risestor", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 48.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x14000sas-24risestor", + "invoiceName": "6x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 50.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 336.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-sgp", + "cpu": "" + } + }, + "24risestor01-sgp.ram-32g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-sgp.ram-32g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-sgp", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-4x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2933-24risestor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x14000sas-24risestor", + "invoiceName": "4x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 238.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-sgp", + "cpu": "" + } + }, + "24risestor01-sgp.ram-32g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-sgp.ram-32g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-sgp", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-6x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 50.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2933-24risestor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x14000sas-24risestor", + "invoiceName": "6x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 50.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 288.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-sgp", + "cpu": "" + } + }, + "24risestor01-sgp.ram-64g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-sgp.ram-64g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-sgp", + "memory": "ram-64g-ecc-2933", + "storage": "softraid-4x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 16.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2933-24risestor", + "invoiceName": "64GB DDR4 ECC 2933MHz", + "price": 16.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x14000sas-24risestor", + "invoiceName": "4x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 254.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-sgp", + "cpu": "" + } + }, + "24risestor01-sgp.ram-64g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01-sgp.ram-64g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01-sgp", + "memory": "ram-64g-ecc-2933", + "storage": "softraid-6x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 66.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-25tb-1000-24rise-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-25tb-1000-24rise-apac", + "invoiceName": "1Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-2000-24rise-apac", + "invoiceName": "2Gbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "traffic-25tb-2000-24rise-apac", + "invoiceName": "2Gbps bandwidth - Limited traffic 25TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-1000-24rise-apac", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2933-24risestor", + "invoiceName": "64GB DDR4 ECC 2933MHz", + "price": 16.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x14000sas-24risestor", + "invoiceName": "6x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 50.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 304.99, + "slug": "rise-stor ", + "range": "rise", + "price": 238.99, + "planCode": "24risestor01-sgp", + "cpu": "" + } + }, + "24risestor01.ram-128g-ecc-2666.softraid-4x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01.ram-128g-ecc-2666.softraid-4x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-4x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 48.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24risestor", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 48.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x14000sas-24risestor", + "invoiceName": "4x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 212.99, + "slug": "rise-stor ", + "range": "rise", + "price": 164.99, + "planCode": "24risestor01", + "cpu": "AMD Ryzen 7 Pro 3700" + } + }, + "24risestor01.ram-128g-ecc-2666.softraid-6x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01.ram-128g-ecc-2666.softraid-6x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-6x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 98.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24risestor", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 48.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x14000sas-24risestor", + "invoiceName": "6x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 50.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 262.99, + "slug": "rise-stor ", + "range": "rise", + "price": 164.99, + "planCode": "24risestor01", + "cpu": "AMD Ryzen 7 Pro 3700" + } + }, + "24risestor01.ram-32g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01.ram-32g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-4x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2933-24risestor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x14000sas-24risestor", + "invoiceName": "4x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 164.99, + "slug": "rise-stor ", + "range": "rise", + "price": 164.99, + "planCode": "24risestor01", + "cpu": "AMD Ryzen 7 Pro 3700" + } + }, + "24risestor01.ram-32g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01.ram-32g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-6x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 50.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2933-24risestor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x14000sas-24risestor", + "invoiceName": "6x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 50.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 214.99, + "slug": "rise-stor ", + "range": "rise", + "price": 164.99, + "planCode": "24risestor01", + "cpu": "AMD Ryzen 7 Pro 3700" + } + }, + "24risestor01.ram-64g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01.ram-64g-ecc-2933.softraid-4x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01", + "memory": "ram-64g-ecc-2933", + "storage": "softraid-4x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 16.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2933-24risestor", + "invoiceName": "64GB DDR4 ECC 2933MHz", + "price": 16.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x14000sas-24risestor", + "invoiceName": "4x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 180.99, + "slug": "rise-stor ", + "range": "rise", + "price": 164.99, + "planCode": "24risestor01", + "cpu": "AMD Ryzen 7 Pro 3700" + } + }, + "24risestor01.ram-64g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system": { + "fqn": "24risestor01.ram-64g-ecc-2933.softraid-6x14000sas.softraid-2x480ssd-system", + "planCode": "24risestor01", + "memory": "ram-64g-ecc-2933", + "storage": "softraid-6x14000sas", + "catalog": { + "invoiceName": "RISE-STOR | AMD Ryzen 7 Pro 3700", + "addons": { + "price": 66.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-2000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2933-24risestor", + "invoiceName": "64GB DDR4 ECC 2933MHz", + "price": 16.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x480ssd-system-24risestor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x480ssd-system-24risestor", + "invoiceName": "2x SSD 480GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x14000sas-24risestor", + "invoiceName": "6x HDD SAS 14TB Enterprise Class Soft RAID", + "price": 50.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-upto-2000-24rise", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-upto-2000-24rise", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-2000-upto-4000-24rise", + "invoiceName": "2Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 230.99, + "slug": "rise-stor ", + "range": "rise", + "price": 164.99, + "planCode": "24risestor01", + "cpu": "AMD Ryzen 7 Pro 3700" + } + }, + "24sds01-multiaz.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-multiaz.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-multiaz.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-mum.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-sgp.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01-syd.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds01.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds01.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds01.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds01.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds01.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds01.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds01.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds01.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds01.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds01", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-multiaz.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-multiaz.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-multiaz", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-mum.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-mum.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-mum", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-sgp.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-sgp.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-sgp", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02-syd.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02-syd.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02-syd", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1024g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1024g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1024g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1024g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1024g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1024g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1024g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1024g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1024g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1536g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1536g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1536g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1536g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1536g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1536g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1536g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-1536g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-1536g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-256g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-256g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-256g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-256g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-256g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-256g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-256g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-256g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-256g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sds02.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-512g-ecc-4800.softraid-12x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x15360nvme", + "catalog": {} + }, + "24sds02.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-512g-ecc-4800.softraid-12x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-12x7680nvme", + "catalog": {} + }, + "24sds02.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-512g-ecc-4800.softraid-18x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x15360nvme", + "catalog": {} + }, + "24sds02.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-512g-ecc-4800.softraid-18x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-18x7680nvme", + "catalog": {} + }, + "24sds02.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-512g-ecc-4800.softraid-24x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x15360nvme", + "catalog": {} + }, + "24sds02.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-512g-ecc-4800.softraid-24x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-24x7680nvme", + "catalog": {} + }, + "24sds02.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-512g-ecc-4800.softraid-6x15360nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x15360nvme", + "catalog": {} + }, + "24sds02.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system": { + "fqn": "24sds02.ram-512g-ecc-4800.softraid-6x7680nvme.softraid-2x960nvme-system", + "planCode": "24sds02", + "memory": "ram-512g-ecc-4800", + "storage": "softraid-6x7680nvme", + "catalog": {} + }, + "24sk10-sgp.ram-32g-ecc-2133.softraid-2x480ssd": { + "fqn": "24sk10-sgp.ram-32g-ecc-2133.softraid-2x480ssd", + "planCode": "24sk10-sgp", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x480ssd", + "catalog": {} + }, + "24sk10-sgp.ram-32g-ecc-2133.softraid-4x2000sa": { + "fqn": "24sk10-sgp.ram-32g-ecc-2133.softraid-4x2000sa", + "planCode": "24sk10-sgp", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-4x2000sa", + "catalog": {} + }, + "24sk10.ram-32g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk10.ram-32g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk10", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-1 | Intel Xeon-D 1520", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x2000sa-24sk10", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk10", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 16.99, + "slug": "ks-1 ", + "range": "kimsufi", + "price": 16.99, + "planCode": "24sk10", + "cpu": "Intel Xeon-D 1520" + } + }, + "24sk10.ram-32g-ecc-2133.softraid-2x480ssd": { + "fqn": "24sk10.ram-32g-ecc-2133.softraid-2x480ssd", + "planCode": "24sk10", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x480ssd", + "catalog": { + "invoiceName": "KS-1 | Intel Xeon-D 1520", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x480ssd-24sk10", + "invoiceName": "2x 480Gb SSD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk10", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 16.99, + "slug": "ks-1 ", + "range": "kimsufi", + "price": 16.99, + "planCode": "24sk10", + "cpu": "Intel Xeon-D 1520" + } + }, + "24sk10.ram-32g-ecc-2133.softraid-4x2000sa": { + "fqn": "24sk10.ram-32g-ecc-2133.softraid-4x2000sa", + "planCode": "24sk10", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-4x2000sa", + "catalog": { + "invoiceName": "KS-1 | Intel Xeon-D 1520", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk10", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 16.99, + "slug": "ks-1 ", + "range": "kimsufi", + "price": 16.99, + "planCode": "24sk10", + "cpu": "Intel Xeon-D 1520" + } + }, + "24sk20-sgp.ram-32g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk20-sgp.ram-32g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk20-sgp", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk20", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x2000sa-24sk20", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk20-sgp", + "cpu": "" + } + }, + "24sk20-sgp.ram-32g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk20-sgp.ram-32g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk20-sgp", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk20", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x450nvme-24sk20", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk20-sgp", + "cpu": "" + } + }, + "24sk20-sgp.ram-64g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk20-sgp.ram-64g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk20-sgp", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-ecc-2133-24sk20", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x2000sa-24sk20", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 62.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk20-sgp", + "cpu": "" + } + }, + "24sk20-sgp.ram-64g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk20-sgp.ram-64g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk20-sgp", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-ecc-2133-24sk20", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x450nvme-24sk20", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 62.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk20-sgp", + "cpu": "" + } + }, + "24sk20-syd.ram-32g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk20-syd.ram-32g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk20-syd", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk20", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x2000sa-24sk20", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 39.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk20-syd", + "cpu": "" + } + }, + "24sk20-syd.ram-32g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk20-syd.ram-32g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk20-syd", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk20", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x450nvme-24sk20", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 39.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk20-syd", + "cpu": "" + } + }, + "24sk20-syd.ram-64g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk20-syd.ram-64g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk20-syd", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-ecc-2133-24sk20", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x2000sa-24sk20", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 47.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk20-syd", + "cpu": "" + } + }, + "24sk20-syd.ram-64g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk20-syd.ram-64g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk20-syd", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-ecc-2133-24sk20", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x450nvme-24sk20", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 47.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk20-syd", + "cpu": "" + } + }, + "24sk20.ram-32g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk20.ram-32g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk20", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x450nvme-24sk20", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk20", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 18.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 18.99, + "planCode": "24sk20", + "cpu": "Intel Xeon-D 1540" + } + }, + "24sk20.ram-32g-ecc-2133.softraid-4x2000sa": { + "fqn": "24sk20.ram-32g-ecc-2133.softraid-4x2000sa", + "planCode": "24sk20", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-4x2000sa", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-4x2000sa-24sk20", + "invoiceName": "4x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk20", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 18.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 18.99, + "planCode": "24sk20", + "cpu": "Intel Xeon-D 1540" + } + }, + "24sk20.ram-64g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk20.ram-64g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk20", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x450nvme-24sk20", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2133-24sk20", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 26.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 18.99, + "planCode": "24sk20", + "cpu": "Intel Xeon-D 1540" + } + }, + "24sk20.ram-64g-ecc-2133.softraid-4x2000sa": { + "fqn": "24sk20.ram-64g-ecc-2133.softraid-4x2000sa", + "planCode": "24sk20", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-4x2000sa", + "catalog": { + "invoiceName": "KS-2 | Intel Xeon-D 1540", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-4x2000sa-24sk20", + "invoiceName": "4x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2133-24sk20", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 26.99, + "slug": "ks-2 ", + "range": "kimsufi", + "price": 18.99, + "planCode": "24sk20", + "cpu": "Intel Xeon-D 1540" + } + }, + "24sk30-sgp.ram-32g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk30-sgp.ram-32g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk30-sgp", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-3 | Intel Xeon-E3 1245 v5", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x2000sa-24sk30", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk30", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "ks-3 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk30-sgp", + "cpu": "" + } + }, + "24sk30-sgp.ram-32g-ecc-2133.softraid-2x480ssd": { + "fqn": "24sk30-sgp.ram-32g-ecc-2133.softraid-2x480ssd", + "planCode": "24sk30-sgp", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x480ssd", + "catalog": { + "invoiceName": "KS-3 | Intel Xeon-E3 1245 v5", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x480ssd-24sk30", + "invoiceName": "2x 480GB SSD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk30", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "ks-3 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk30-sgp", + "cpu": "" + } + }, + "24sk30-sgp.ram-64g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk30-sgp.ram-64g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk30-sgp", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-3 | Intel Xeon-E3 1245 v5", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x2000sa-24sk30", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2133-24sk30", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 62.99, + "slug": "ks-3 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk30-sgp", + "cpu": "" + } + }, + "24sk30-sgp.ram-64g-ecc-2133.softraid-2x480ssd": { + "fqn": "24sk30-sgp.ram-64g-ecc-2133.softraid-2x480ssd", + "planCode": "24sk30-sgp", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x480ssd", + "catalog": { + "invoiceName": "KS-3 | Intel Xeon-E3 1245 v5", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x480ssd-24sk30", + "invoiceName": "2x 480GB SSD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2133-24sk30", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 62.99, + "slug": "ks-3 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk30-sgp", + "cpu": "" + } + }, + "24sk30-syd.ram-32g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk30-syd.ram-32g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk30-syd", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-3 | Intel Xeon-E3 1245 v5", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x2000sa-24sk30", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk30", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 34.99, + "slug": "ks-3 ", + "range": "kimsufi", + "price": 34.99, + "planCode": "24sk30-syd", + "cpu": "" + } + }, + "24sk30-syd.ram-32g-ecc-2133.softraid-2x480ssd": { + "fqn": "24sk30-syd.ram-32g-ecc-2133.softraid-2x480ssd", + "planCode": "24sk30-syd", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x480ssd", + "catalog": { + "invoiceName": "KS-3 | Intel Xeon-E3 1245 v5", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x480ssd-24sk30", + "invoiceName": "2x 480GB SSD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk30", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 34.99, + "slug": "ks-3 ", + "range": "kimsufi", + "price": 34.99, + "planCode": "24sk30-syd", + "cpu": "" + } + }, + "24sk30-syd.ram-64g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk30-syd.ram-64g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk30-syd", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-3 | Intel Xeon-E3 1245 v5", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x2000sa-24sk30", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2133-24sk30", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 42.99, + "slug": "ks-3 ", + "range": "kimsufi", + "price": 34.99, + "planCode": "24sk30-syd", + "cpu": "" + } + }, + "24sk30-syd.ram-64g-ecc-2133.softraid-2x480ssd": { + "fqn": "24sk30-syd.ram-64g-ecc-2133.softraid-2x480ssd", + "planCode": "24sk30-syd", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x480ssd", + "catalog": { + "invoiceName": "KS-3 | Intel Xeon-E3 1245 v5", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x480ssd-24sk30", + "invoiceName": "2x 480GB SSD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2133-24sk30", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 42.99, + "slug": "ks-3 ", + "range": "kimsufi", + "price": 34.99, + "planCode": "24sk30-syd", + "cpu": "" + } + }, + "24sk30.ram-32g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk30.ram-32g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk30", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-3 | Intel Xeon-E3 1245 v5", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x2000sa-24sk30", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk30", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 18.99, + "slug": "ks-3 ", + "range": "kimsufi", + "price": 18.99, + "planCode": "24sk30", + "cpu": "Intel Xeon-E3 1245 v5" + } + }, + "24sk30.ram-32g-ecc-2133.softraid-2x480ssd": { + "fqn": "24sk30.ram-32g-ecc-2133.softraid-2x480ssd", + "planCode": "24sk30", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x480ssd", + "catalog": { + "invoiceName": "KS-3 | Intel Xeon-E3 1245 v5", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x480ssd-24sk30", + "invoiceName": "2x 480GB SSD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-24sk30", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 18.99, + "slug": "ks-3 ", + "range": "kimsufi", + "price": 18.99, + "planCode": "24sk30", + "cpu": "Intel Xeon-E3 1245 v5" + } + }, + "24sk40-sgp.ram-16g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk40-sgp.ram-16g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk40-sgp", + "memory": "ram-16g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x2000sa-ks40", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-16g-ecc-2133-ks40", + "invoiceName": "16GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk40-sgp", + "cpu": "" + } + }, + "24sk40-sgp.ram-16g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk40-sgp.ram-16g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk40-sgp", + "memory": "ram-16g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x450nvme-ks40", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-16g-ecc-2133-ks40", + "invoiceName": "16GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk40-sgp", + "cpu": "" + } + }, + "24sk40-sgp.ram-32g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk40-sgp.ram-32g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk40-sgp", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 4.0, + "storage": { + "planCode": "softraid-2x2000sa-ks40", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-ks40", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 4.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 58.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk40-sgp", + "cpu": "" + } + }, + "24sk40-sgp.ram-32g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk40-sgp.ram-32g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk40-sgp", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 4.0, + "storage": { + "planCode": "softraid-2x450nvme-ks40", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-ks40", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 4.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 58.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk40-sgp", + "cpu": "" + } + }, + "24sk40-sgp.ram-64g-ecc-2400.softraid-2x2000sa": { + "fqn": "24sk40-sgp.ram-64g-ecc-2400.softraid-2x2000sa", + "planCode": "24sk40-sgp", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x2000sa-ks40", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-ks40", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 62.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk40-sgp", + "cpu": "" + } + }, + "24sk40-sgp.ram-64g-ecc-2400.softraid-2x450nvme": { + "fqn": "24sk40-sgp.ram-64g-ecc-2400.softraid-2x450nvme", + "planCode": "24sk40-sgp", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x450nvme-ks40", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-ks40", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 62.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk40-sgp", + "cpu": "" + } + }, + "24sk40-syd.ram-16g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk40-syd.ram-16g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk40-syd", + "memory": "ram-16g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x2000sa-ks40", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-16g-ecc-2133-ks40", + "invoiceName": "16GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 39.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk40-syd", + "cpu": "" + } + }, + "24sk40-syd.ram-16g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk40-syd.ram-16g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk40-syd", + "memory": "ram-16g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x450nvme-ks40", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-16g-ecc-2133-ks40", + "invoiceName": "16GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 39.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk40-syd", + "cpu": "" + } + }, + "24sk40-syd.ram-32g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk40-syd.ram-32g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk40-syd", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 4.0, + "storage": { + "planCode": "softraid-2x2000sa-ks40", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-ks40", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 4.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 43.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk40-syd", + "cpu": "" + } + }, + "24sk40-syd.ram-32g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk40-syd.ram-32g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk40-syd", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 4.0, + "storage": { + "planCode": "softraid-2x450nvme-ks40", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2133-ks40", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 4.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 43.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk40-syd", + "cpu": "" + } + }, + "24sk40-syd.ram-64g-ecc-2400.softraid-2x2000sa": { + "fqn": "24sk40-syd.ram-64g-ecc-2400.softraid-2x2000sa", + "planCode": "24sk40-syd", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x2000sa-ks40", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-ks40", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 47.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk40-syd", + "cpu": "" + } + }, + "24sk40-syd.ram-64g-ecc-2400.softraid-2x450nvme": { + "fqn": "24sk40-syd.ram-64g-ecc-2400.softraid-2x450nvme", + "planCode": "24sk40-syd", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x450nvme-ks40", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-ks40", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 47.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk40-syd", + "cpu": "" + } + }, + "24sk40.ram-16g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk40.ram-16g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk40", + "memory": "ram-16g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x2000sa-ks40", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-16g-ecc-2133-ks40", + "invoiceName": "16GB DDR4 ECC 2133MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 16.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 16.99, + "planCode": "24sk40", + "cpu": "Intel Xeon-E3 1230v6" + } + }, + "24sk40.ram-16g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk40.ram-16g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk40", + "memory": "ram-16g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x450nvme-ks40", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-16g-ecc-2133-ks40", + "invoiceName": "16GB DDR4 ECC 2133MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 16.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 16.99, + "planCode": "24sk40", + "cpu": "Intel Xeon-E3 1230v6" + } + }, + "24sk40.ram-32g-ecc-2133.softraid-2x2000sa": { + "fqn": "24sk40.ram-32g-ecc-2133.softraid-2x2000sa", + "planCode": "24sk40", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 4.0, + "storage": { + "planCode": "softraid-2x2000sa-ks40", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2133-ks40", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 4.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 20.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 16.99, + "planCode": "24sk40", + "cpu": "Intel Xeon-E3 1230v6" + } + }, + "24sk40.ram-32g-ecc-2133.softraid-2x450nvme": { + "fqn": "24sk40.ram-32g-ecc-2133.softraid-2x450nvme", + "planCode": "24sk40", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-4 | Intel Xeon-E3 1230 v6", + "addons": { + "price": 4.0, + "storage": { + "planCode": "softraid-2x450nvme-ks40", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2133-ks40", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 4.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 20.99, + "slug": "ks-4 ", + "range": "kimsufi", + "price": 16.99, + "planCode": "24sk40", + "cpu": "Intel Xeon-E3 1230v6" + } + }, + "24sk50-sgp.ram-32g-ecc-2400.softraid-2x2000sa": { + "fqn": "24sk50-sgp.ram-32g-ecc-2400.softraid-2x2000sa", + "planCode": "24sk50-sgp", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x2000sa-24sk50", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2400-24sk50", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk50-sgp", + "cpu": "" + } + }, + "24sk50-sgp.ram-32g-ecc-2400.softraid-2x450nvme": { + "fqn": "24sk50-sgp.ram-32g-ecc-2400.softraid-2x450nvme", + "planCode": "24sk50-sgp", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x450nvme-24sk50", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2400-24sk50", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk50-sgp", + "cpu": "" + } + }, + "24sk50-sgp.ram-64g-ecc-2400.softraid-2x2000sa": { + "fqn": "24sk50-sgp.ram-64g-ecc-2400.softraid-2x2000sa", + "planCode": "24sk50-sgp", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 8.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x2000sa-24sk50", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24sk50", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 8.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 62.99, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk50-sgp", + "cpu": "" + } + }, + "24sk50-sgp.ram-64g-ecc-2400.softraid-2x450nvme": { + "fqn": "24sk50-sgp.ram-64g-ecc-2400.softraid-2x450nvme", + "planCode": "24sk50-sgp", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 8.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x450nvme-24sk50", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24sk50", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 8.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 62.99, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24sk50-sgp", + "cpu": "" + } + }, + "24sk50-syd.ram-32g-ecc-2400.softraid-2x2000sa": { + "fqn": "24sk50-syd.ram-32g-ecc-2400.softraid-2x2000sa", + "planCode": "24sk50-syd", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x2000sa-24sk50", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2400-24sk50", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 39.99, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk50-syd", + "cpu": "" + } + }, + "24sk50-syd.ram-32g-ecc-2400.softraid-2x450nvme": { + "fqn": "24sk50-syd.ram-32g-ecc-2400.softraid-2x450nvme", + "planCode": "24sk50-syd", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x450nvme-24sk50", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2400-24sk50", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 39.99, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk50-syd", + "cpu": "" + } + }, + "24sk50-syd.ram-64g-ecc-2400.softraid-2x2000sa": { + "fqn": "24sk50-syd.ram-64g-ecc-2400.softraid-2x2000sa", + "planCode": "24sk50-syd", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 8.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x2000sa-24sk50", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24sk50", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 8.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 47.99, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk50-syd", + "cpu": "" + } + }, + "24sk50-syd.ram-64g-ecc-2400.softraid-2x450nvme": { + "fqn": "24sk50-syd.ram-64g-ecc-2400.softraid-2x450nvme", + "planCode": "24sk50-syd", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 8.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-300-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-300-24sk-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x450nvme-24sk50", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24sk50", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 8.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 47.99, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24sk50-syd", + "cpu": "" + } + }, + "24sk50.ram-32g-ecc-2400.softraid-2x2000sa": { + "fqn": "24sk50.ram-32g-ecc-2400.softraid-2x2000sa", + "planCode": "24sk50", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x2000sa-24sk50", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2400-24sk50", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 25.99, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 25.99, + "planCode": "24sk50", + "cpu": "Intel Xeon-E3 1270 v6" + } + }, + "24sk50.ram-32g-ecc-2400.softraid-2x450nvme": { + "fqn": "24sk50.ram-32g-ecc-2400.softraid-2x450nvme", + "planCode": "24sk50", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x450nvme-24sk50", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2400-24sk50", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 25.99, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 25.99, + "planCode": "24sk50", + "cpu": "Intel Xeon-E3 1270 v6" + } + }, + "24sk50.ram-64g-ecc-2400.softraid-2x2000sa": { + "fqn": "24sk50.ram-64g-ecc-2400.softraid-2x2000sa", + "planCode": "24sk50", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x2000sa-24sk50", + "invoiceName": "2x 2TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24sk50", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 33.989999999999995, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 25.99, + "planCode": "24sk50", + "cpu": "Intel Xeon-E3 1270 v6" + } + }, + "24sk50.ram-64g-ecc-2400.softraid-2x450nvme": { + "fqn": "24sk50.ram-64g-ecc-2400.softraid-2x450nvme", + "planCode": "24sk50", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-5 | Intel Xeon-E3 1270 v6", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x450nvme-24sk50", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-24sk50", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 33.989999999999995, + "slug": "ks-5 ", + "range": "kimsufi", + "price": 25.99, + "planCode": "24sk50", + "cpu": "Intel Xeon-E3 1270 v6" + } + }, + "24sk60.ram-128g-ecc-2400.softraid-2x4000sa": { + "fqn": "24sk60.ram-128g-ecc-2400.softraid-2x4000sa", + "planCode": "24sk60", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "KS-6 | AMD Epyc 7351P", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x4000sa-24sk60", + "invoiceName": "2x 4TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24sk60", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 38.99, + "slug": "ks-6 ", + "range": "kimsufi", + "price": 38.99, + "planCode": "24sk60", + "cpu": "AMD Epyc 7351p" + } + }, + "24sk60.ram-128g-ecc-2400.softraid-2x500nvme": { + "fqn": "24sk60.ram-128g-ecc-2400.softraid-2x500nvme", + "planCode": "24sk60", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-2x500nvme", + "catalog": { + "invoiceName": "KS-6 | AMD Epyc 7351P", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x500nvme-24sk60", + "invoiceName": "2x 500GB SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24sk60", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 38.99, + "slug": "ks-6 ", + "range": "kimsufi", + "price": 38.99, + "planCode": "24sk60", + "cpu": "AMD Epyc 7351p" + } + }, + "24sk60.ram-256g-ecc-2400.softraid-2x4000sa": { + "fqn": "24sk60.ram-256g-ecc-2400.softraid-2x4000sa", + "planCode": "24sk60", + "memory": "ram-256g-ecc-2400", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "KS-6 | AMD Epyc 7351P", + "addons": { + "price": 32.0, + "storage": { + "planCode": "softraid-2x4000sa-24sk60", + "invoiceName": "2x 4TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-256g-ecc-2400-24sk60", + "invoiceName": "256GB DDR4 ECC 2400MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 70.99000000000001, + "slug": "ks-6 ", + "range": "kimsufi", + "price": 38.99, + "planCode": "24sk60", + "cpu": "AMD Epyc 7351p" + } + }, + "24sk60.ram-256g-ecc-2400.softraid-2x500nvme": { + "fqn": "24sk60.ram-256g-ecc-2400.softraid-2x500nvme", + "planCode": "24sk60", + "memory": "ram-256g-ecc-2400", + "storage": "softraid-2x500nvme", + "catalog": { + "invoiceName": "KS-6 | AMD Epyc 7351P", + "addons": { + "price": 32.0, + "storage": { + "planCode": "softraid-2x500nvme-24sk60", + "invoiceName": "2x 500GB SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-256g-ecc-2400-24sk60", + "invoiceName": "256GB DDR4 ECC 2400MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 70.99000000000001, + "slug": "ks-6 ", + "range": "kimsufi", + "price": 38.99, + "planCode": "24sk60", + "cpu": "AMD Epyc 7351p" + } + }, + "24sk70.ram-128g-ecc-2400.softraid-2x4000sa": { + "fqn": "24sk70.ram-128g-ecc-2400.softraid-2x4000sa", + "planCode": "24sk70", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "KS-7 | AMD Epyc 7451", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x4000sa-24sk70", + "invoiceName": "2x 4TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24sk70", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 76.99, + "slug": "ks-7 ", + "range": "kimsufi", + "price": 76.99, + "planCode": "24sk70", + "cpu": "AMD Epyc 7451" + } + }, + "24sk70.ram-128g-ecc-2400.softraid-2x500nvme": { + "fqn": "24sk70.ram-128g-ecc-2400.softraid-2x500nvme", + "planCode": "24sk70", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-2x500nvme", + "catalog": { + "invoiceName": "KS-7 | AMD Epyc 7451", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x500nvme-24sk70", + "invoiceName": "2x 500GB SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24sk70", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 76.99, + "slug": "ks-7 ", + "range": "kimsufi", + "price": 76.99, + "planCode": "24sk70", + "cpu": "AMD Epyc 7451" + } + }, + "24sk70.ram-256g-ecc-2400.softraid-2x4000sa": { + "fqn": "24sk70.ram-256g-ecc-2400.softraid-2x4000sa", + "planCode": "24sk70", + "memory": "ram-256g-ecc-2400", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "KS-7 | AMD Epyc 7451", + "addons": { + "price": 32.0, + "storage": { + "planCode": "softraid-2x4000sa-24sk70", + "invoiceName": "2x 4TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-256g-ecc-2400-24sk70", + "invoiceName": "256GB DDR4 ECC 2400MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 108.99, + "slug": "ks-7 ", + "range": "kimsufi", + "price": 76.99, + "planCode": "24sk70", + "cpu": "AMD Epyc 7451" + } + }, + "24sk70.ram-256g-ecc-2400.softraid-2x500nvme": { + "fqn": "24sk70.ram-256g-ecc-2400.softraid-2x500nvme", + "planCode": "24sk70", + "memory": "ram-256g-ecc-2400", + "storage": "softraid-2x500nvme", + "catalog": { + "invoiceName": "KS-7 | AMD Epyc 7451", + "addons": { + "price": 32.0, + "storage": { + "planCode": "softraid-2x500nvme-24sk70", + "invoiceName": "2x 500GB SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-256g-ecc-2400-24sk70", + "invoiceName": "256GB DDR4 ECC 2400MHz", + "price": 32.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 108.99, + "slug": "ks-7 ", + "range": "kimsufi", + "price": 76.99, + "planCode": "24sk70", + "cpu": "AMD Epyc 7451" + } + }, + "24ska01-sgp.ram-32g-noecc-2133.softraid-1x480ssd": { + "fqn": "24ska01-sgp.ram-32g-noecc-2133.softraid-1x480ssd", + "planCode": "24ska01-sgp", + "memory": "ram-32g-noecc-2133", + "storage": "softraid-1x480ssd", + "catalog": { + "invoiceName": "KS-A | Intel i7-6700k", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-1x480ssd-24ska01", + "invoiceName": "1x 480GB SSD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-noecc-2133-24ska01", + "invoiceName": "32GB DDR4 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-100-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-100-24sk-apac", + "invoiceName": "100Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-100-24sk-apac", + "invoiceName": "100Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "ks-a ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24ska01-sgp", + "cpu": "" + } + }, + "24ska01-syd.ram-32g-noecc-2133.softraid-1x480ssd": { + "fqn": "24ska01-syd.ram-32g-noecc-2133.softraid-1x480ssd", + "planCode": "24ska01-syd", + "memory": "ram-32g-noecc-2133", + "storage": "softraid-1x480ssd", + "catalog": { + "invoiceName": "KS-A | Intel i7-6700k", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-1x480ssd-24ska01", + "invoiceName": "1x 480GB SSD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-noecc-2133-24ska01", + "invoiceName": "32GB DDR4 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-5tb-100-24sk-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-5tb-100-24sk-apac", + "invoiceName": "100Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-5tb-100-24sk-apac", + "invoiceName": "100Mbps bandwidth - Limited traffic 5TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 25.99, + "slug": "ks-a ", + "range": "kimsufi", + "price": 25.99, + "planCode": "24ska01-syd", + "cpu": "" + } + }, + "24ska01.ram-64g-noecc-2133.softraid-1x480ssd": { + "fqn": "24ska01.ram-64g-noecc-2133.softraid-1x480ssd", + "planCode": "24ska01", + "memory": "ram-64g-noecc-2133", + "storage": "softraid-1x480ssd", + "catalog": { + "invoiceName": "KS-A | Intel i7-6700k", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-1x480ssd-24ska01", + "invoiceName": "1x 480GB SSD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-noecc-2133-24ska01", + "invoiceName": "64GB DDR4 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-100-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-100-24sk", + "invoiceName": "100Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-100-24sk", + "invoiceName": "100Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 4.99, + "slug": "ks-a ", + "range": "kimsufi", + "price": 4.99, + "planCode": "24ska01", + "cpu": "Intel i7-6700k" + } + }, + "24skgame01-sgp.ram-32g-noecc-2133.hybridsoftraid-2x450nvme-1x4000sa": { + "fqn": "24skgame01-sgp.ram-32g-noecc-2133.hybridsoftraid-2x450nvme-1x4000sa", + "planCode": "24skgame01-sgp", + "memory": "ram-32g-noecc-2133", + "storage": "hybridsoftraid-2x450nvme-1x4000sa", + "catalog": { + "invoiceName": "KS-GAME | Intel Core i7 7700K", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-noecc-2133-24skgame01", + "invoiceName": "32GB DDR4 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-300-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-300-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-300-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x450nvme-1x4000sa-24skgame", + "invoiceName": "2x SSD NVMe 450GB Datacenter Class + 1x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "ks-game ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24skgame01-sgp", + "cpu": "" + } + }, + "24skgame01-sgp.ram-64g-noecc-2133.hybridsoftraid-2x450nvme-1x4000sa": { + "fqn": "24skgame01-sgp.ram-64g-noecc-2133.hybridsoftraid-2x450nvme-1x4000sa", + "planCode": "24skgame01-sgp", + "memory": "ram-64g-noecc-2133", + "storage": "hybridsoftraid-2x450nvme-1x4000sa", + "catalog": { + "invoiceName": "KS-GAME | Intel Core i7 7700K", + "addons": { + "price": 8.0, + "memory": { + "planCode": "ram-64g-noecc-2133-24skgame01", + "invoiceName": "64GB DDR4 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-300-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-300-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-300-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x450nvme-1x4000sa-24skgame", + "invoiceName": "2x SSD NVMe 450GB Datacenter Class + 1x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 62.99, + "slug": "ks-game ", + "range": "kimsufi", + "price": 54.99, + "planCode": "24skgame01-sgp", + "cpu": "" + } + }, + "24skgame01-syd.ram-32g-noecc-2133.hybridsoftraid-2x450nvme-1x4000sa": { + "fqn": "24skgame01-syd.ram-32g-noecc-2133.hybridsoftraid-2x450nvme-1x4000sa", + "planCode": "24skgame01-syd", + "memory": "ram-32g-noecc-2133", + "storage": "hybridsoftraid-2x450nvme-1x4000sa", + "catalog": { + "invoiceName": "KS-GAME | Intel Core i7 7700K", + "addons": { + "price": 0.0, + "storage": { + "planCode": "hybridsoftraid-2x450nvme-1x4000sa-24skgame", + "invoiceName": "2x SSD NVMe 450GB Datacenter Class + 1x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-noecc-2133-24skgame01", + "invoiceName": "32GB DDR4 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-300-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-300-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-300-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 39.99, + "slug": "ks-game ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24skgame01-syd", + "cpu": "" + } + }, + "24skgame01-syd.ram-64g-noecc-2133.hybridsoftraid-2x450nvme-1x4000sa": { + "fqn": "24skgame01-syd.ram-64g-noecc-2133.hybridsoftraid-2x450nvme-1x4000sa", + "planCode": "24skgame01-syd", + "memory": "ram-64g-noecc-2133", + "storage": "hybridsoftraid-2x450nvme-1x4000sa", + "catalog": { + "invoiceName": "KS-GAME | Intel Core i7 7700K", + "addons": { + "price": 8.0, + "storage": { + "planCode": "hybridsoftraid-2x450nvme-1x4000sa-24skgame", + "invoiceName": "2x SSD NVMe 450GB Datacenter Class + 1x HDD SATA 4TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-noecc-2133-24skgame01", + "invoiceName": "64GB DDR4 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-300-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-300-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-300-apac", + "invoiceName": "300Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "syd" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 47.99, + "slug": "ks-game ", + "range": "kimsufi", + "price": 39.99, + "planCode": "24skgame01-syd", + "cpu": "" + } + }, + "24skgame01.ram-32g-noecc-2133.softraid-2x450nvme": { + "fqn": "24skgame01.ram-32g-noecc-2133.softraid-2x450nvme", + "planCode": "24skgame01", + "memory": "ram-32g-noecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-GAME | Intel Core i7 7700K", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x450nvme-24skgame", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-noecc-2133-24skgame01", + "invoiceName": "32GB DDR4 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24skgame", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24skgame", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24skgame", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 34.99, + "slug": "ks-game ", + "range": "kimsufi", + "price": 34.99, + "planCode": "24skgame01", + "cpu": "Intel Core i7-7700K" + } + }, + "24skgame01.ram-64g-noecc-2133.softraid-2x450nvme": { + "fqn": "24skgame01.ram-64g-noecc-2133.softraid-2x450nvme", + "planCode": "24skgame01", + "memory": "ram-64g-noecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-GAME | Intel Core i7 7700K", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x450nvme-24skgame", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-noecc-2133-24skgame01", + "invoiceName": "64GB DDR4 2133MHz", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24skgame", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24skgame", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24skgame", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 42.99, + "slug": "ks-game ", + "range": "kimsufi", + "price": 34.99, + "planCode": "24skgame01", + "cpu": "Intel Core i7-7700K" + } + }, + "24skstor01.ram-16g-ecc-2133.hybridsoftraid-4x4000sa-1x500nvme": { + "fqn": "24skstor01.ram-16g-ecc-2133.hybridsoftraid-4x4000sa-1x500nvme", + "planCode": "24skstor01", + "memory": "ram-16g-ecc-2133", + "storage": "hybridsoftraid-4x4000sa-1x500nvme", + "catalog": { + "invoiceName": "KS-STOR | Intel Xeon-D 1521", + "addons": { + "price": 0.0, + "storage": { + "planCode": "hybridsoftraid-4x4000sa-1x500nvme-24skstor", + "invoiceName": "4x HDD SATA 4TB Enterprise Class + 1x SSD NVMe 500GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-16g-24skstor01", + "invoiceName": "16GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 49.99, + "slug": "ks-stor ", + "range": "kimsufi", + "price": 49.99, + "planCode": "24skstor01", + "cpu": "Intel Xeon-D 1521" + } + }, + "24skstor01.ram-16g-ecc-2133.hybridsoftraid-4x6000sa-1x500nvme": { + "fqn": "24skstor01.ram-16g-ecc-2133.hybridsoftraid-4x6000sa-1x500nvme", + "planCode": "24skstor01", + "memory": "ram-16g-ecc-2133", + "storage": "hybridsoftraid-4x6000sa-1x500nvme", + "catalog": { + "invoiceName": "KS-STOR | Intel Xeon-D 1521", + "addons": { + "price": 16.0, + "storage": { + "planCode": "hybridsoftraid-4x6000sa-1x500nvme-24skstor", + "invoiceName": "4x HDD SATA 6TB Enterprise Class + 1x SSD NVMe 500GB Enterprise Class Soft RAID", + "price": 16.0 + }, + "memory": { + "planCode": "ram-16g-24skstor01", + "invoiceName": "16GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-24sk", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-24sk", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "rbx", + "bhs", + "waw", + "fra", + "lon" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 65.99000000000001, + "slug": "ks-stor ", + "range": "kimsufi", + "price": 49.99, + "planCode": "24skstor01", + "cpu": "Intel Xeon-D 1521" + } + }, + "24sys01-sgp.ram-128g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme": { + "fqn": "24sys01-sgp.ram-128g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme", + "planCode": "24sys01-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "hybridsoftraid-2x4000sa-2x500nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 30.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 84.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-128g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24sys01-sgp.ram-128g-ecc-2666.softraid-2x1920nvme", + "planCode": "24sys01-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 70.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 124.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-128g-ecc-2666.softraid-2x4000sa": { + "fqn": "24sys01-sgp.ram-128g-ecc-2666.softraid-2x4000sa", + "planCode": "24sys01-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 30.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24sys", + "invoiceName": "2x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 84.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-128g-ecc-2666.softraid-2x512nvme": { + "fqn": "24sys01-sgp.ram-128g-ecc-2666.softraid-2x512nvme", + "planCode": "24sys01-sgp", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 30.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24sys", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 84.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-32g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme": { + "fqn": "24sys01-sgp.ram-32g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme", + "planCode": "24sys01-sgp", + "memory": "ram-32g-ecc-2666", + "storage": "hybridsoftraid-2x4000sa-2x500nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-32g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24sys01-sgp.ram-32g-ecc-2666.softraid-2x1920nvme", + "planCode": "24sys01-sgp", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 40.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 94.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-32g-ecc-2666.softraid-2x4000sa": { + "fqn": "24sys01-sgp.ram-32g-ecc-2666.softraid-2x4000sa", + "planCode": "24sys01-sgp", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24sys", + "invoiceName": "2x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-32g-ecc-2666.softraid-2x512nvme": { + "fqn": "24sys01-sgp.ram-32g-ecc-2666.softraid-2x512nvme", + "planCode": "24sys01-sgp", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24sys", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 54.99, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-64g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme": { + "fqn": "24sys01-sgp.ram-64g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme", + "planCode": "24sys01-sgp", + "memory": "ram-64g-ecc-2666", + "storage": "hybridsoftraid-2x4000sa-2x500nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 10.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 64.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-64g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24sys01-sgp.ram-64g-ecc-2666.softraid-2x1920nvme", + "planCode": "24sys01-sgp", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 50.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 104.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-64g-ecc-2666.softraid-2x4000sa": { + "fqn": "24sys01-sgp.ram-64g-ecc-2666.softraid-2x4000sa", + "planCode": "24sys01-sgp", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 10.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24sys", + "invoiceName": "2x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 64.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01-sgp.ram-64g-ecc-2666.softraid-2x512nvme": { + "fqn": "24sys01-sgp.ram-64g-ecc-2666.softraid-2x512nvme", + "planCode": "24sys01-sgp", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 10.0, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24sys", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 64.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 54.99, + "planCode": "24sys01-sgp", + "cpu": "" + } + }, + "24sys01.ram-128g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme": { + "fqn": "24sys01.ram-128g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme", + "planCode": "24sys01", + "memory": "ram-128g-ecc-2666", + "storage": "hybridsoftraid-2x4000sa-2x500nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 30.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 65.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-128g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24sys01.ram-128g-ecc-2666.softraid-2x1920nvme", + "planCode": "24sys01", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 70.0, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 105.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-128g-ecc-2666.softraid-2x4000sa": { + "fqn": "24sys01.ram-128g-ecc-2666.softraid-2x4000sa", + "planCode": "24sys01", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 30.0, + "storage": { + "planCode": "softraid-2x4000sa-24sys", + "invoiceName": "2x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 65.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-128g-ecc-2666.softraid-2x512nvme": { + "fqn": "24sys01.ram-128g-ecc-2666.softraid-2x512nvme", + "planCode": "24sys01", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 30.0, + "storage": { + "planCode": "softraid-2x512nvme-24sys", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 65.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-32g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme": { + "fqn": "24sys01.ram-32g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme", + "planCode": "24sys01", + "memory": "ram-32g-ecc-2666", + "storage": "hybridsoftraid-2x4000sa-2x500nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 35.99, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-32g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24sys01.ram-32g-ecc-2666.softraid-2x1920nvme", + "planCode": "24sys01", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 40.0, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 75.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-32g-ecc-2666.softraid-2x4000sa": { + "fqn": "24sys01.ram-32g-ecc-2666.softraid-2x4000sa", + "planCode": "24sys01", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x4000sa-24sys", + "invoiceName": "2x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 35.99, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-32g-ecc-2666.softraid-2x512nvme": { + "fqn": "24sys01.ram-32g-ecc-2666.softraid-2x512nvme", + "planCode": "24sys01", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x512nvme-24sys", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 35.99, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-64g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme": { + "fqn": "24sys01.ram-64g-ecc-2666.hybridsoftraid-2x4000sa-2x500nvme", + "planCode": "24sys01", + "memory": "ram-64g-ecc-2666", + "storage": "hybridsoftraid-2x4000sa-2x500nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 10.0, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 45.99, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-64g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24sys01.ram-64g-ecc-2666.softraid-2x1920nvme", + "planCode": "24sys01", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 50.0, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 85.99000000000001, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-64g-ecc-2666.softraid-2x4000sa": { + "fqn": "24sys01.ram-64g-ecc-2666.softraid-2x4000sa", + "planCode": "24sys01", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 10.0, + "storage": { + "planCode": "softraid-2x4000sa-24sys", + "invoiceName": "2x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 45.99, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys01.ram-64g-ecc-2666.softraid-2x512nvme": { + "fqn": "24sys01.ram-64g-ecc-2666.softraid-2x512nvme", + "planCode": "24sys01", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-1 | Intel Xeon-E 2136", + "addons": { + "price": 10.0, + "storage": { + "planCode": "softraid-2x512nvme-24sys", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 45.99, + "slug": "sys-1 ", + "range": "soyoustart", + "price": 35.99, + "planCode": "24sys01", + "cpu": "Intel Xeon-E 2136" + } + }, + "24sys02.ram-128g-ecc-2133.hybridsoftraid-2x4000sa-2x500nvme": { + "fqn": "24sys02.ram-128g-ecc-2133.hybridsoftraid-2x4000sa-2x500nvme", + "planCode": "24sys02", + "memory": "ram-128g-ecc-2133", + "storage": "hybridsoftraid-2x4000sa-2x500nvme", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 30.0, + "memory": { + "planCode": "ram-128g-ecc-2133-24sys", + "invoiceName": "128GB DDR4 ECC 2133MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 74.99000000000001, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-128g-ecc-2133.softraid-2x1920nvme": { + "fqn": "24sys02.ram-128g-ecc-2133.softraid-2x1920nvme", + "planCode": "24sys02", + "memory": "ram-128g-ecc-2133", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 70.0, + "memory": { + "planCode": "ram-128g-ecc-2133-24sys", + "invoiceName": "128GB DDR4 ECC 2133MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 114.99000000000001, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-128g-ecc-2133.softraid-2x4000sa": { + "fqn": "24sys02.ram-128g-ecc-2133.softraid-2x4000sa", + "planCode": "24sys02", + "memory": "ram-128g-ecc-2133", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 30.0, + "memory": { + "planCode": "ram-128g-ecc-2133-24sys", + "invoiceName": "128GB DDR4 ECC 2133MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24sys", + "invoiceName": "2x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 74.99000000000001, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-128g-ecc-2133.softraid-2x512nvme": { + "fqn": "24sys02.ram-128g-ecc-2133.softraid-2x512nvme", + "planCode": "24sys02", + "memory": "ram-128g-ecc-2133", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 30.0, + "memory": { + "planCode": "ram-128g-ecc-2133-24sys", + "invoiceName": "128GB DDR4 ECC 2133MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24sys", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 74.99000000000001, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-32g-ecc-2133.hybridsoftraid-2x4000sa-2x500nvme": { + "fqn": "24sys02.ram-32g-ecc-2133.hybridsoftraid-2x4000sa-2x500nvme", + "planCode": "24sys02", + "memory": "ram-32g-ecc-2133", + "storage": "hybridsoftraid-2x4000sa-2x500nvme", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-2133-24sys", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 44.99, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-32g-ecc-2133.softraid-2x1920nvme": { + "fqn": "24sys02.ram-32g-ecc-2133.softraid-2x1920nvme", + "planCode": "24sys02", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 40.0, + "memory": { + "planCode": "ram-32g-ecc-2133-24sys", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 84.99000000000001, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-32g-ecc-2133.softraid-2x4000sa": { + "fqn": "24sys02.ram-32g-ecc-2133.softraid-2x4000sa", + "planCode": "24sys02", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-2133-24sys", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24sys", + "invoiceName": "2x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 44.99, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-32g-ecc-2133.softraid-2x512nvme": { + "fqn": "24sys02.ram-32g-ecc-2133.softraid-2x512nvme", + "planCode": "24sys02", + "memory": "ram-32g-ecc-2133", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-2133-24sys", + "invoiceName": "32GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24sys", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 44.99, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-64g-ecc-2133.hybridsoftraid-2x4000sa-2x500nvme": { + "fqn": "24sys02.ram-64g-ecc-2133.hybridsoftraid-2x4000sa-2x500nvme", + "planCode": "24sys02", + "memory": "ram-64g-ecc-2133", + "storage": "hybridsoftraid-2x4000sa-2x500nvme", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 10.0, + "memory": { + "planCode": "ram-64g-ecc-2133-24sys", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 10.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 54.99, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-64g-ecc-2133.softraid-2x1920nvme": { + "fqn": "24sys02.ram-64g-ecc-2133.softraid-2x1920nvme", + "planCode": "24sys02", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 50.0, + "memory": { + "planCode": "ram-64g-ecc-2133-24sys", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 10.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 94.99000000000001, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-64g-ecc-2133.softraid-2x4000sa": { + "fqn": "24sys02.ram-64g-ecc-2133.softraid-2x4000sa", + "planCode": "24sys02", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 10.0, + "memory": { + "planCode": "ram-64g-ecc-2133-24sys", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 10.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-24sys", + "invoiceName": "2x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 54.99, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys02.ram-64g-ecc-2133.softraid-2x512nvme": { + "fqn": "24sys02.ram-64g-ecc-2133.softraid-2x512nvme", + "planCode": "24sys02", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-2 | Intel Xeon-D 2141I", + "addons": { + "price": 10.0, + "memory": { + "planCode": "ram-64g-ecc-2133-24sys", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 10.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-24sys", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 54.99, + "slug": "sys-2 ", + "range": "soyoustart", + "price": 44.99, + "planCode": "24sys02", + "cpu": "Intel Xeon-D 2141I" + } + }, + "24sys03.ram-128g-ecc-2666.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24sys03.ram-128g-ecc-2666.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24sys03", + "memory": "ram-128g-ecc-2666", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 50.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 99.99000000000001, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-128g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24sys03.ram-128g-ecc-2666.softraid-2x1920nvme", + "planCode": "24sys03", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 70.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 119.99000000000001, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-128g-ecc-2666.softraid-2x960nvme": { + "fqn": "24sys03.ram-128g-ecc-2666.softraid-2x960nvme", + "planCode": "24sys03", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 30.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 79.99000000000001, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-128g-ecc-2666.softraid-3x4000sa": { + "fqn": "24sys03.ram-128g-ecc-2666.softraid-3x4000sa", + "planCode": "24sys03", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-3x4000sa", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 30.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-3x4000sa-24sys", + "invoiceName": "3x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2666-24sys", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 30.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 79.99000000000001, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-32g-ecc-2666.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24sys03.ram-32g-ecc-2666.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24sys03", + "memory": "ram-32g-ecc-2666", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 20.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 69.99000000000001, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-32g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24sys03.ram-32g-ecc-2666.softraid-2x1920nvme", + "planCode": "24sys03", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 40.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 89.99000000000001, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-32g-ecc-2666.softraid-2x960nvme": { + "fqn": "24sys03.ram-32g-ecc-2666.softraid-2x960nvme", + "planCode": "24sys03", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 0.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 49.99, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-32g-ecc-2666.softraid-3x4000sa": { + "fqn": "24sys03.ram-32g-ecc-2666.softraid-3x4000sa", + "planCode": "24sys03", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-3x4000sa", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 0.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-3x4000sa-24sys", + "invoiceName": "3x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sys", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 49.99, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-64g-ecc-2666.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24sys03.ram-64g-ecc-2666.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24sys03", + "memory": "ram-64g-ecc-2666", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 30.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 79.99000000000001, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-64g-ecc-2666.softraid-2x1920nvme": { + "fqn": "24sys03.ram-64g-ecc-2666.softraid-2x1920nvme", + "planCode": "24sys03", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 50.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 99.99000000000001, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-64g-ecc-2666.softraid-2x960nvme": { + "fqn": "24sys03.ram-64g-ecc-2666.softraid-2x960nvme", + "planCode": "24sys03", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 10.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 59.99, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys03.ram-64g-ecc-2666.softraid-3x4000sa": { + "fqn": "24sys03.ram-64g-ecc-2666.softraid-3x4000sa", + "planCode": "24sys03", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-3x4000sa", + "catalog": { + "invoiceName": "SYS-3 | Intel Xeon-E 2288G", + "addons": { + "price": 10.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-3x4000sa-24sys", + "invoiceName": "3x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sys", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 59.99, + "slug": "sys-3 ", + "range": "soyoustart", + "price": 49.99, + "planCode": "24sys03", + "cpu": "Intel Xeon-E 2288G" + } + }, + "24sys04.ram-128g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24sys04.ram-128g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24sys04", + "memory": "ram-128g-ecc-2400", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 20.0, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24sys", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 134.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-128g-ecc-2400.softraid-2x1920nvme": { + "fqn": "24sys04.ram-128g-ecc-2400.softraid-2x1920nvme", + "planCode": "24sys04", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 40.0, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24sys", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 154.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-128g-ecc-2400.softraid-2x960nvme": { + "fqn": "24sys04.ram-128g-ecc-2400.softraid-2x960nvme", + "planCode": "24sys04", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24sys", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 114.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-128g-ecc-2400.softraid-3x4000sa": { + "fqn": "24sys04.ram-128g-ecc-2400.softraid-3x4000sa", + "planCode": "24sys04", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-3x4000sa", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-3x4000sa-24sys", + "invoiceName": "3x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-24sys", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 114.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-256g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24sys04.ram-256g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24sys04", + "memory": "ram-256g-ecc-2400", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 60.0, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "memory": { + "planCode": "ram-256g-ecc-2400-24sys", + "invoiceName": "256GB DDR4 ECC 2400MHz", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 174.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-256g-ecc-2400.softraid-2x1920nvme": { + "fqn": "24sys04.ram-256g-ecc-2400.softraid-2x1920nvme", + "planCode": "24sys04", + "memory": "ram-256g-ecc-2400", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 80.0, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-256g-ecc-2400-24sys", + "invoiceName": "256GB DDR4 ECC 2400MHz", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 194.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-256g-ecc-2400.softraid-2x960nvme": { + "fqn": "24sys04.ram-256g-ecc-2400.softraid-2x960nvme", + "planCode": "24sys04", + "memory": "ram-256g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 40.0, + "storage": { + "planCode": "softraid-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-256g-ecc-2400-24sys", + "invoiceName": "256GB DDR4 ECC 2400MHz", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 154.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-256g-ecc-2400.softraid-3x4000sa": { + "fqn": "24sys04.ram-256g-ecc-2400.softraid-3x4000sa", + "planCode": "24sys04", + "memory": "ram-256g-ecc-2400", + "storage": "softraid-3x4000sa", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 40.0, + "storage": { + "planCode": "softraid-3x4000sa-24sys", + "invoiceName": "3x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-256g-ecc-2400-24sys", + "invoiceName": "256GB DDR4 ECC 2400MHz", + "price": 40.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 154.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-512g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24sys04.ram-512g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24sys04", + "memory": "ram-512g-ecc-2400", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 140.0, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "memory": { + "planCode": "ram-512g-ecc-2400-24sys", + "invoiceName": "512GB DDR4 ECC 2400MHz", + "price": 120.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 254.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-512g-ecc-2400.softraid-2x1920nvme": { + "fqn": "24sys04.ram-512g-ecc-2400.softraid-2x1920nvme", + "planCode": "24sys04", + "memory": "ram-512g-ecc-2400", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 160.0, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-512g-ecc-2400-24sys", + "invoiceName": "512GB DDR4 ECC 2400MHz", + "price": 120.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 274.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-512g-ecc-2400.softraid-2x960nvme": { + "fqn": "24sys04.ram-512g-ecc-2400.softraid-2x960nvme", + "planCode": "24sys04", + "memory": "ram-512g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 120.0, + "storage": { + "planCode": "softraid-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-512g-ecc-2400-24sys", + "invoiceName": "512GB DDR4 ECC 2400MHz", + "price": 120.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 234.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys04.ram-512g-ecc-2400.softraid-3x4000sa": { + "fqn": "24sys04.ram-512g-ecc-2400.softraid-3x4000sa", + "planCode": "24sys04", + "memory": "ram-512g-ecc-2400", + "storage": "softraid-3x4000sa", + "catalog": { + "invoiceName": "SYS-4 | AMD Epyc 7371", + "addons": { + "price": 120.0, + "storage": { + "planCode": "softraid-3x4000sa-24sys", + "invoiceName": "3x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-512g-ecc-2400-24sys", + "invoiceName": "512GB DDR4 ECC 2400MHz", + "price": 120.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 234.99, + "slug": "sys-4 ", + "range": "soyoustart", + "price": 114.99, + "planCode": "24sys04", + "cpu": "AMD Epyc 7371" + } + }, + "24sys05.ram-192g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24sys05.ram-192g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24sys05", + "memory": "ram-192g-ecc-2400", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 50.0, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "memory": { + "planCode": "ram-192g-ecc-2400-24sys", + "invoiceName": "192GB DDR4 ECC 2400MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 179.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-192g-ecc-2400.softraid-2x1920nvme": { + "fqn": "24sys05.ram-192g-ecc-2400.softraid-2x1920nvme", + "planCode": "24sys05", + "memory": "ram-192g-ecc-2400", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 70.0, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-192g-ecc-2400-24sys", + "invoiceName": "192GB DDR4 ECC 2400MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 199.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-192g-ecc-2400.softraid-2x960nvme": { + "fqn": "24sys05.ram-192g-ecc-2400.softraid-2x960nvme", + "planCode": "24sys05", + "memory": "ram-192g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 30.0, + "storage": { + "planCode": "softraid-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-192g-ecc-2400-24sys", + "invoiceName": "192GB DDR4 ECC 2400MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 159.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-192g-ecc-2400.softraid-3x4000sa": { + "fqn": "24sys05.ram-192g-ecc-2400.softraid-3x4000sa", + "planCode": "24sys05", + "memory": "ram-192g-ecc-2400", + "storage": "softraid-3x4000sa", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 30.0, + "storage": { + "planCode": "softraid-3x4000sa-24sys", + "invoiceName": "3x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-192g-ecc-2400-24sys", + "invoiceName": "192GB DDR4 ECC 2400MHz", + "price": 30.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 159.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-384g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24sys05.ram-384g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24sys05", + "memory": "ram-384g-ecc-2400", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 110.0, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "memory": { + "planCode": "ram-384g-ecc-2400-24sys", + "invoiceName": "384GB DDR4 ECC 2400MHz", + "price": 90.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 239.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-384g-ecc-2400.softraid-2x1920nvme": { + "fqn": "24sys05.ram-384g-ecc-2400.softraid-2x1920nvme", + "planCode": "24sys05", + "memory": "ram-384g-ecc-2400", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 130.0, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-384g-ecc-2400-24sys", + "invoiceName": "384GB DDR4 ECC 2400MHz", + "price": 90.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 259.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-384g-ecc-2400.softraid-2x960nvme": { + "fqn": "24sys05.ram-384g-ecc-2400.softraid-2x960nvme", + "planCode": "24sys05", + "memory": "ram-384g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 90.0, + "storage": { + "planCode": "softraid-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-384g-ecc-2400-24sys", + "invoiceName": "384GB DDR4 ECC 2400MHz", + "price": 90.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 219.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-384g-ecc-2400.softraid-3x4000sa": { + "fqn": "24sys05.ram-384g-ecc-2400.softraid-3x4000sa", + "planCode": "24sys05", + "memory": "ram-384g-ecc-2400", + "storage": "softraid-3x4000sa", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 90.0, + "storage": { + "planCode": "softraid-3x4000sa-24sys", + "invoiceName": "3x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-384g-ecc-2400-24sys", + "invoiceName": "384GB DDR4 ECC 2400MHz", + "price": 90.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 219.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-96g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme": { + "fqn": "24sys05.ram-96g-ecc-2400.hybridsoftraid-2x6000sa-2x960nvme", + "planCode": "24sys05", + "memory": "ram-96g-ecc-2400", + "storage": "hybridsoftraid-2x6000sa-2x960nvme", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 20.0, + "storage": { + "planCode": "hybridsoftraid-2x6000sa-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class + 2x HDD SATA 6TB Enterprise Class Soft RAID", + "price": 20.0 + }, + "memory": { + "planCode": "ram-96g-ecc-2400-24sys", + "invoiceName": "96GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 149.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-96g-ecc-2400.softraid-2x1920nvme": { + "fqn": "24sys05.ram-96g-ecc-2400.softraid-2x1920nvme", + "planCode": "24sys05", + "memory": "ram-96g-ecc-2400", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 40.0, + "storage": { + "planCode": "softraid-2x1920nvme-24sys", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 40.0 + }, + "memory": { + "planCode": "ram-96g-ecc-2400-24sys", + "invoiceName": "96GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 169.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-96g-ecc-2400.softraid-2x960nvme": { + "fqn": "24sys05.ram-96g-ecc-2400.softraid-2x960nvme", + "planCode": "24sys05", + "memory": "ram-96g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x960nvme-24sys", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-96g-ecc-2400-24sys", + "invoiceName": "96GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 129.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sys05.ram-96g-ecc-2400.softraid-3x4000sa": { + "fqn": "24sys05.ram-96g-ecc-2400.softraid-3x4000sa", + "planCode": "24sys05", + "memory": "ram-96g-ecc-2400", + "storage": "softraid-3x4000sa", + "catalog": { + "invoiceName": "SYS-5 | Intel Xeon Silver 4214R", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-3x4000sa-24sys", + "invoiceName": "3x HDD SATA 4TB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-96g-ecc-2400-24sys", + "invoiceName": "96GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 129.99, + "slug": "sys-5 ", + "range": "soyoustart", + "price": 129.99, + "planCode": "24sys05", + "cpu": "Intel Xeon Silver 4214R" + } + }, + "24sysgame01.ram-32g-ecc-2666.softraid-2x512nvme": { + "fqn": "24sysgame01.ram-32g-ecc-2666.softraid-2x512nvme", + "planCode": "24sysgame01", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-GAME-1 | AMD Ryzen 5 3600X", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x512nvme-24sysgame", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-24sysgame01", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sysgame", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sysgame", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sysgame", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sysgame", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 56.99, + "slug": "sys-game-1 ", + "range": "soyoustart", + "price": 56.99, + "planCode": "24sysgame01", + "cpu": "AMD Ryzen 5 3600X" + } + }, + "24sysgame01.ram-64g-ecc-2666.softraid-2x512nvme": { + "fqn": "24sysgame01.ram-64g-ecc-2666.softraid-2x512nvme", + "planCode": "24sysgame01", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-GAME-1 | AMD Ryzen 5 3600X", + "addons": { + "price": 10.0, + "storage": { + "planCode": "softraid-2x512nvme-24sysgame", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-24sysgame01", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 10.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sysgame", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sysgame", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sysgame", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sysgame", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 66.99000000000001, + "slug": "sys-game-1 ", + "range": "soyoustart", + "price": 56.99, + "planCode": "24sysgame01", + "cpu": "AMD Ryzen 5 3600X" + } + }, + "24sysgame02.ram-128g-ecc-2666.softraid-2x960nvme": { + "fqn": "24sysgame02.ram-128g-ecc-2666.softraid-2x960nvme", + "planCode": "24sysgame02", + "memory": "ram-128g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-GAME-2 | AMD Ryzen 7 3800X", + "addons": { + "price": 20.0, + "memory": { + "planCode": "ram-128g-ecc-2666-24sysgame02", + "invoiceName": "128GB DDR4 ECC 2666MHz", + "price": 20.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24sysgame", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sysgame", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sysgame", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sysgame", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sysgame", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 99.99, + "slug": "sys-game-2 ", + "range": "soyoustart", + "price": 79.99, + "planCode": "24sysgame02", + "cpu": "AMD Ryzen 7 3800X" + } + }, + "24sysgame02.ram-64g-ecc-2666.softraid-2x960nvme": { + "fqn": "24sysgame02.ram-64g-ecc-2666.softraid-2x960nvme", + "planCode": "24sysgame02", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-GAME-2 | AMD Ryzen 7 3800X", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-2666-24sysgame02", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-2x960nvme-24sysgame", + "invoiceName": "2x SSD NVMe 960GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sysgame", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sysgame", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sysgame", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sysgame", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 79.99, + "slug": "sys-game-2 ", + "range": "soyoustart", + "price": 79.99, + "planCode": "24sysgame02", + "cpu": "AMD Ryzen 7 3800X" + } + }, + "24sysstor01-mum.ram-32g-ecc-2933.softraid-4x6000sa.softraid-2x512nvme-system": { + "fqn": "24sysstor01-mum.ram-32g-ecc-2933.softraid-4x6000sa.softraid-2x512nvme-system", + "planCode": "24sysstor01-mum", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-4x6000sa", + "catalog": { + "invoiceName": "SYS-STOR | AMD Ryzen 5 Pro 3600", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-2933-24sysstor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x6000sa-24sysstor", + "invoiceName": "4x HDD SATA 6TB Enterprise Class", + "price": 0.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x512nvme-system-24sysstor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 134.99, + "slug": "sys-stor ", + "range": "soyoustart", + "price": 134.99, + "planCode": "24sysstor01-mum", + "cpu": "" + } + }, + "24sysstor01-mum.ram-32g-ecc-2933.softraid-6x6000sa.softraid-2x512nvme-system": { + "fqn": "24sysstor01-mum.ram-32g-ecc-2933.softraid-6x6000sa.softraid-2x512nvme-system", + "planCode": "24sysstor01-mum", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-6x6000sa", + "catalog": { + "invoiceName": "SYS-STOR | AMD Ryzen 5 Pro 3600", + "addons": { + "price": 12.0, + "memory": { + "planCode": "ram-32g-ecc-2933-24sysstor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x6000sa-24sysstor", + "invoiceName": "6x HDD SATA 6TB Enterprise Class", + "price": 12.0 + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x512nvme-system-24sysstor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "ynm" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 146.99, + "slug": "sys-stor ", + "range": "soyoustart", + "price": 134.99, + "planCode": "24sysstor01-mum", + "cpu": "" + } + }, + "24sysstor01-sgp.ram-32g-ecc-2933.softraid-4x6000sa.softraid-2x512nvme-system": { + "fqn": "24sysstor01-sgp.ram-32g-ecc-2933.softraid-4x6000sa.softraid-2x512nvme-system", + "planCode": "24sysstor01-sgp", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-4x6000sa", + "catalog": { + "invoiceName": "SYS-STOR | AMD Ryzen 5 Pro 3600", + "addons": { + "price": 0.0, + "system-storage": { + "mandatory": true, + "default": "softraid-2x512nvme-system-24sysstor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x6000sa-24sysstor", + "invoiceName": "4x HDD SATA 6TB Enterprise Class", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2933-24sysstor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 134.99, + "slug": "sys-stor ", + "range": "soyoustart", + "price": 134.99, + "planCode": "24sysstor01-sgp", + "cpu": "" + } + }, + "24sysstor01-sgp.ram-32g-ecc-2933.softraid-6x6000sa.softraid-2x512nvme-system": { + "fqn": "24sysstor01-sgp.ram-32g-ecc-2933.softraid-6x6000sa.softraid-2x512nvme-system", + "planCode": "24sysstor01-sgp", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-6x6000sa", + "catalog": { + "invoiceName": "SYS-STOR | AMD Ryzen 5 Pro 3600", + "addons": { + "price": 12.0, + "system-storage": { + "mandatory": true, + "default": "softraid-2x512nvme-system-24sysstor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-6x6000sa-24sysstor", + "invoiceName": "6x HDD SATA 6TB Enterprise Class", + "price": 12.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2933-24sysstor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "traffic-10tb-500-24sys-apac", + "exclusive": true, + "defaultAddon": { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + "items": [ + { + "planCode": "traffic-10tb-500-24sys-apac", + "invoiceName": "500Mbps bandwidth - Limited traffic 10TB", + "price": 0.0 + }, + { + "planCode": "traffic-unlimited-500-24sys-apac", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "sgp" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "canada" + ] + }, + "sum_price": 146.99, + "slug": "sys-stor ", + "range": "soyoustart", + "price": 134.99, + "planCode": "24sysstor01-sgp", + "cpu": "" + } + }, + "24sysstor01.ram-32g-ecc-2933.softraid-4x6000sa.softraid-2x512nvme-system": { + "fqn": "24sysstor01.ram-32g-ecc-2933.softraid-4x6000sa.softraid-2x512nvme-system", + "planCode": "24sysstor01", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-4x6000sa", + "catalog": { + "invoiceName": "SYS-STOR | AMD Ryzen 5 Pro 3600", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-4x6000sa-24sysstor", + "invoiceName": "4x HDD SATA 6TB Enterprise Class", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2933-24sysstor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x512nvme-system-24sysstor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 109.99, + "slug": "sys-stor ", + "range": "soyoustart", + "price": 109.99, + "planCode": "24sysstor01", + "cpu": "AMD Ryzen 5 Pro 3600" + } + }, + "24sysstor01.ram-32g-ecc-2933.softraid-6x6000sa.softraid-2x512nvme-system": { + "fqn": "24sysstor01.ram-32g-ecc-2933.softraid-6x6000sa.softraid-2x512nvme-system", + "planCode": "24sysstor01", + "memory": "ram-32g-ecc-2933", + "storage": "softraid-6x6000sa", + "catalog": { + "invoiceName": "SYS-STOR | AMD Ryzen 5 Pro 3600", + "addons": { + "price": 12.0, + "storage": { + "planCode": "softraid-6x6000sa-24sysstor", + "invoiceName": "6x HDD SATA 6TB Enterprise Class", + "price": 12.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2933-24sysstor", + "invoiceName": "32GB DDR4 ECC 2933MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-24sys", + "invoiceName": "500Mbps guaranteed unmetered private bandwidth", + "price": 0.0 + }, + { + "planCode": "vrack-bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "system-storage": { + "mandatory": true, + "default": "softraid-2x512nvme-system-24sysstor", + "exclusive": true, + "defaultAddon": { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "items": [ + { + "planCode": "softraid-2x512nvme-system-24sysstor", + "invoiceName": "2x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-24sys", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-24sys", + "invoiceName": "500 Mbps unmetered public bandwidth", + "price": 0.0 + }, + { + "planCode": "bandwidth-1000-24sys", + "invoiceName": "1Gbps unmetered and guaranteed public bandwidth", + "price": 60.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "gra", + "lon", + "rbx", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 121.99, + "slug": "sys-stor ", + "range": "soyoustart", + "price": 109.99, + "planCode": "24sysstor01", + "cpu": "AMD Ryzen 5 Pro 3600" + } + }, + "25risele01.ram-64g-ecc-2400.softraid-2x1920nvme": { + "fqn": "25risele01.ram-64g-ecc-2400.softraid-2x1920nvme", + "planCode": "25risele01", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-LE-1", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x1920nvme-25risele01", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-25risele01", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "bhs", + "fra" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 49.99, + "slug": "rise-le-1", + "range": "rise", + "price": 49.99, + "planCode": "25risele01", + "cpu": "Intel Xeon-E5 2689v4" + } + }, + "25risele01.ram-64g-ecc-2400.softraid-2x3840nvme": { + "fqn": "25risele01.ram-64g-ecc-2400.softraid-2x3840nvme", + "planCode": "25risele01", + "memory": "ram-64g-ecc-2400", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-LE-1", + "addons": { + "price": 10.0, + "storage": { + "planCode": "softraid-2x3840nvme-25risele01", + "invoiceName": "2x SSD NVMe 3.84TB Datacenter Class Soft RAID", + "price": 10.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2400-25risele01", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "bhs", + "fra" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 59.99, + "slug": "rise-le-1", + "range": "rise", + "price": 49.99, + "planCode": "25risele01", + "cpu": "Intel Xeon-E5 2689v4" + } + }, + "25risele02.ram-32g-ecc-2666.softraid-2x1920nvme": { + "fqn": "25risele02.ram-32g-ecc-2666.softraid-2x1920nvme", + "planCode": "25risele02", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-LE-2", + "addons": { + "price": 0.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920nvme-25risele02", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2666-25risele02", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "rbx", + "sbg", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 52.99, + "slug": "rise-le-2", + "range": "rise", + "price": 52.99, + "planCode": "25risele02", + "cpu": "AMD Ryzen 5 5600X" + } + }, + "25risele03.ram-64g-ecc-2666.softraid-2x1920nvme": { + "fqn": "25risele03.ram-64g-ecc-2666.softraid-2x1920nvme", + "planCode": "25risele03", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-LE-3", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x1920nvme-25risele03", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2666-25risele03", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "sbg", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 59.99, + "slug": "rise-le-3", + "range": "rise", + "price": 59.99, + "planCode": "25risele03", + "cpu": "AMD Ryzen 7 5800X" + } + }, + "25risele04.ram-128g-ecc-2400.softraid-2x1920nvme": { + "fqn": "25risele04.ram-128g-ecc-2400.softraid-2x1920nvme", + "planCode": "25risele04", + "memory": "ram-128g-ecc-2400", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "RISE-LE-4", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x1920nvme-25risele04", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2400-25risele04", + "invoiceName": "128GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "fra", + "lon", + "sbg", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 99.99, + "slug": "rise-le-4", + "range": "rise", + "price": 99.99, + "planCode": "25risele04", + "cpu": "AMD EPYC 7302" + } + }, + "25risele05.ram-256g-ecc-2933.softraid-2x3840nvme": { + "fqn": "25risele05.ram-256g-ecc-2933.softraid-2x3840nvme", + "planCode": "25risele05", + "memory": "ram-256g-ecc-2933", + "storage": "softraid-2x3840nvme", + "catalog": { + "invoiceName": "RISE-LE-5", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x3840ssd-25risele05", + "invoiceName": "2x SSD SATA 3.84TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-256g-ecc-2933-25risele05", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 126.99, + "slug": "rise-le-5", + "range": "rise", + "price": 126.99, + "planCode": "25risele05", + "cpu": "Intel Xeon GOLD 6242R" + } + }, + "25risele05.ram-256g-ecc-2933.softraid-2x3840ssd": { + "fqn": "25risele05.ram-256g-ecc-2933.softraid-2x3840ssd", + "planCode": "25risele05", + "memory": "ram-256g-ecc-2933", + "storage": "softraid-2x3840ssd", + "catalog": { + "invoiceName": "RISE-LE-5", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x3840ssd-25risele05", + "invoiceName": "2x SSD SATA 3.84TB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-256g-ecc-2933-25risele05", + "invoiceName": "64GB DDR4 ECC 2400MHz", + "price": 0.0 + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-1000-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-1000-25risele", + "invoiceName": "1Gbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-1000-unguaranteed-25risele", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-1000-unguaranteed-25risele", + "invoiceName": "1Gbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 126.99, + "slug": "rise-le-5", + "range": "rise", + "price": 126.99, + "planCode": "25risele05", + "cpu": "Intel Xeon GOLD 6242R" + } + }, + "25rises01.ram-64g-on-die-ecc-5200.softraid-2x512nvme": { + "fqn": "25rises01.ram-64g-on-die-ecc-5200.softraid-2x512nvme", + "planCode": "25rises01", + "memory": "ram-64g-on-die-ecc-5200", + "storage": "softraid-2x512nvme", + "catalog": {} + }, + "25skle01.ram-16g-noecc-1333.softraid-2x480ssd": { + "fqn": "25skle01.ram-16g-noecc-1333.softraid-2x480ssd", + "planCode": "25skle01", + "memory": "ram-16g-noecc-1333", + "storage": "softraid-2x480ssd", + "catalog": { + "invoiceName": "KS-LE-1", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x480ssd-25skle01", + "invoiceName": "2x SSD 480GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-16g-noecc-1333-25skle01", + "invoiceName": "16GB DDR3 1333MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 9.99, + "slug": "ks-le-1", + "range": "kimsufi", + "price": 9.99, + "planCode": "25skle01", + "cpu": "Intel Xeon E3-1245v2" + } + }, + "25skle01.ram-16g-noecc-1333.softraid-2x960ssd": { + "fqn": "25skle01.ram-16g-noecc-1333.softraid-2x960ssd", + "planCode": "25skle01", + "memory": "ram-16g-noecc-1333", + "storage": "softraid-2x960ssd", + "catalog": { + "invoiceName": "KS-LE-1", + "addons": { + "price": 2.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960ssd-25skle01", + "invoiceName": "2x SSD SATA 960GB Enterprise Class Soft RAID", + "price": 2.0 + }, + "memory": { + "planCode": "ram-16g-noecc-1333-25skle01", + "invoiceName": "16GB DDR3 1333MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 11.99, + "slug": "ks-le-1", + "range": "kimsufi", + "price": 9.99, + "planCode": "25skle01", + "cpu": "Intel Xeon E3-1245v2" + } + }, + "25skle01.ram-16g-noecc-1333.softraid-3x2000sa": { + "fqn": "25skle01.ram-16g-noecc-1333.softraid-3x2000sa", + "planCode": "25skle01", + "memory": "ram-16g-noecc-1333", + "storage": "softraid-3x2000sa", + "catalog": { + "invoiceName": "KS-LE-1", + "addons": { + "price": 1.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-3x2000sa-25skle01", + "invoiceName": "3x 2TB HDD Soft RAID Enterprise Class", + "price": 1.0 + }, + "memory": { + "planCode": "ram-16g-noecc-1333-25skle01", + "invoiceName": "16GB DDR3 1333MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 10.99, + "slug": "ks-le-1", + "range": "kimsufi", + "price": 9.99, + "planCode": "25skle01", + "cpu": "Intel Xeon E3-1245v2" + } + }, + "25skle01.ram-16g-noecc-1333.softraid-3x480ssd": { + "fqn": "25skle01.ram-16g-noecc-1333.softraid-3x480ssd", + "planCode": "25skle01", + "memory": "ram-16g-noecc-1333", + "storage": "softraid-3x480ssd", + "catalog": { + "invoiceName": "KS-LE-1", + "addons": { + "price": 1.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-3x480ssd-25skle01", + "invoiceName": "3x SSD 480GB Datacenter Class Soft RAID", + "price": 1.0 + }, + "memory": { + "planCode": "ram-16g-noecc-1333-25skle01", + "invoiceName": "16GB DDR3 1333MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 10.99, + "slug": "ks-le-1", + "range": "kimsufi", + "price": 9.99, + "planCode": "25skle01", + "cpu": "Intel Xeon E3-1245v2" + } + }, + "25skle01.ram-32g-noecc-1333.softraid-2x480ssd": { + "fqn": "25skle01.ram-32g-noecc-1333.softraid-2x480ssd", + "planCode": "25skle01", + "memory": "ram-32g-noecc-1333", + "storage": "softraid-2x480ssd", + "catalog": { + "invoiceName": "KS-LE-1", + "addons": { + "price": 4.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x480ssd-25skle01", + "invoiceName": "2x SSD 480GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-noecc-1333-25skle01", + "invoiceName": "32GB DDR3 1333MHz", + "price": 4.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 13.99, + "slug": "ks-le-1", + "range": "kimsufi", + "price": 9.99, + "planCode": "25skle01", + "cpu": "Intel Xeon E3-1245v2" + } + }, + "25skle01.ram-32g-noecc-1333.softraid-2x960ssd": { + "fqn": "25skle01.ram-32g-noecc-1333.softraid-2x960ssd", + "planCode": "25skle01", + "memory": "ram-32g-noecc-1333", + "storage": "softraid-2x960ssd", + "catalog": { + "invoiceName": "KS-LE-1", + "addons": { + "price": 6.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960ssd-25skle01", + "invoiceName": "2x SSD SATA 960GB Enterprise Class Soft RAID", + "price": 2.0 + }, + "memory": { + "planCode": "ram-32g-noecc-1333-25skle01", + "invoiceName": "32GB DDR3 1333MHz", + "price": 4.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 15.99, + "slug": "ks-le-1", + "range": "kimsufi", + "price": 9.99, + "planCode": "25skle01", + "cpu": "Intel Xeon E3-1245v2" + } + }, + "25skle01.ram-32g-noecc-1333.softraid-3x2000sa": { + "fqn": "25skle01.ram-32g-noecc-1333.softraid-3x2000sa", + "planCode": "25skle01", + "memory": "ram-32g-noecc-1333", + "storage": "softraid-3x2000sa", + "catalog": { + "invoiceName": "KS-LE-1", + "addons": { + "price": 5.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-3x2000sa-25skle01", + "invoiceName": "3x 2TB HDD Soft RAID Enterprise Class", + "price": 1.0 + }, + "memory": { + "planCode": "ram-32g-noecc-1333-25skle01", + "invoiceName": "32GB DDR3 1333MHz", + "price": 4.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 14.99, + "slug": "ks-le-1", + "range": "kimsufi", + "price": 9.99, + "planCode": "25skle01", + "cpu": "Intel Xeon E3-1245v2" + } + }, + "25skle01.ram-32g-noecc-1333.softraid-3x480ssd": { + "fqn": "25skle01.ram-32g-noecc-1333.softraid-3x480ssd", + "planCode": "25skle01", + "memory": "ram-32g-noecc-1333", + "storage": "softraid-3x480ssd", + "catalog": { + "invoiceName": "KS-LE-1", + "addons": { + "price": 5.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-3x480ssd-25skle01", + "invoiceName": "3x SSD 480GB Datacenter Class Soft RAID", + "price": 1.0 + }, + "memory": { + "planCode": "ram-32g-noecc-1333-25skle01", + "invoiceName": "32GB DDR3 1333MHz", + "price": 4.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 14.99, + "slug": "ks-le-1", + "range": "kimsufi", + "price": 9.99, + "planCode": "25skle01", + "cpu": "Intel Xeon E3-1245v2" + } + }, + "25skle02.ram-32g-ecc-1333.softraid-2x1920ssd": { + "fqn": "25skle02.ram-32g-ecc-1333.softraid-2x1920ssd", + "planCode": "25skle02", + "memory": "ram-32g-ecc-1333", + "storage": "softraid-2x1920ssd", + "catalog": { + "invoiceName": "KS-LE-2", + "addons": { + "price": 2.0, + "memory": { + "planCode": "ram-32g-ecc-1333-25skle02", + "invoiceName": "32GB DDR3 ECC 1333MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x1920ssd-25skle02", + "invoiceName": "2x SSD SATA 1.92TB Datacenter Class Soft RAID", + "price": 2.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 17.990000000000002, + "slug": "ks-le-2", + "range": "kimsufi", + "price": 15.99, + "planCode": "25skle02", + "cpu": "Intel Xeon E3-1231v3" + } + }, + "25skle02.ram-32g-ecc-1333.softraid-4x2000sa": { + "fqn": "25skle02.ram-32g-ecc-1333.softraid-4x2000sa", + "planCode": "25skle02", + "memory": "ram-32g-ecc-1333", + "storage": "softraid-4x2000sa", + "catalog": { + "invoiceName": "KS-LE-2", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-32g-ecc-1333-25skle02", + "invoiceName": "32GB DDR3 ECC 1333MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x2000sa-25skle02", + "invoiceName": "4x 2TB HDD Soft RAID Enterprise Class", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 15.99, + "slug": "ks-le-2", + "range": "kimsufi", + "price": 15.99, + "planCode": "25skle02", + "cpu": "Intel Xeon E3-1231v3" + } + }, + "25skle03.ram-64g-ecc-2133.softraid-4x2000sa": { + "fqn": "25skle03.ram-64g-ecc-2133.softraid-4x2000sa", + "planCode": "25skle03", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-4x2000sa", + "catalog": { + "invoiceName": "KS-LE-3", + "addons": { + "price": 0.0, + "memory": { + "planCode": "ram-64g-ecc-2133-25skle03", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-4x2000sa-25skle03", + "invoiceName": "4x 2TB HDD Soft RAID Enterprise Class", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "bhs", + "rbx", + "gra" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 19.99, + "slug": "ks-le-3", + "range": "kimsufi", + "price": 19.99, + "planCode": "25skle03", + "cpu": "Intel Xeon E5-1630v3" + } + }, + "25skle04.ram-32g-noecc-2133.softraid-2x450nvme": { + "fqn": "25skle04.ram-32g-noecc-2133.softraid-2x450nvme", + "planCode": "25skle04", + "memory": "ram-32g-noecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-LE-4", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x450nvme-25skle04", + "invoiceName": "2x SSD NVMe 450GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-noecc-2133-25skle04", + "invoiceName": "32GB DDR4 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "rbx", + "fra", + "gra", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 26.99, + "slug": "ks-le-4", + "range": "kimsufi", + "price": 26.99, + "planCode": "25skle04", + "cpu": "Intel Core i7-7700K" + } + }, + "25skle04.ram-64g-noecc-2133.softraid-2x450nvme": { + "fqn": "25skle04.ram-64g-noecc-2133.softraid-2x450nvme", + "planCode": "25skle04", + "memory": "ram-64g-noecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-LE-4", + "addons": { + "price": 3.0, + "storage": { + "planCode": "softraid-2x450nvme-25skle04", + "invoiceName": "2x SSD NVMe 450GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-noecc-2133-25skle04", + "invoiceName": "64GB DDR4 2133MHz", + "price": 3.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "rbx", + "fra", + "gra", + "sbg", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 29.99, + "slug": "ks-le-4", + "range": "kimsufi", + "price": 26.99, + "planCode": "25skle04", + "cpu": "Intel Core i7-7700K" + } + }, + "25skle05.ram-32g-ecc-2400.softraid-2x4000sa": { + "fqn": "25skle05.ram-32g-ecc-2400.softraid-2x4000sa", + "planCode": "25skle05", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "KS-LE-5", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-25skle05", + "invoiceName": "2x 4TB HDD Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-ecc-2400-25skle05", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "fra", + "waw", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 26.99, + "slug": "ks-le-5", + "range": "kimsufi", + "price": 26.99, + "planCode": "25skle05", + "cpu": "Intel Xeon E3-1270v6" + } + }, + "25skle06.ram-128g-ecc-2133.softraid-2x450nvme": { + "fqn": "25skle06.ram-128g-ecc-2133.softraid-2x450nvme", + "planCode": "25skle06", + "memory": "ram-128g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-LE-6", + "addons": { + "price": 8.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x450nvme-25skle06", + "invoiceName": "2x SSD NVMe 450GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-128g-ecc-2133-25skle06", + "invoiceName": "128GB DDR4 ECC 2133MHz", + "price": 8.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "waw", + "fra", + "sbg", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 39.989999999999995, + "slug": "ks-le-6", + "range": "kimsufi", + "price": 31.99, + "planCode": "25skle06", + "cpu": "Intel Xeon E5-1650v4" + } + }, + "25skle06.ram-64g-ecc-2133.softraid-2x450nvme": { + "fqn": "25skle06.ram-64g-ecc-2133.softraid-2x450nvme", + "planCode": "25skle06", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-LE-6", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-unguaranteed-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-unguaranteed-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x450nvme-25skle06", + "invoiceName": "2x SSD NVMe 450GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2133-25skle06", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "waw", + "fra", + "sbg", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 31.99, + "slug": "ks-le-6", + "range": "kimsufi", + "price": 31.99, + "planCode": "25skle06", + "cpu": "Intel Xeon E5-1650v4" + } + }, + "25sklea01.ram-16g-noecc-1600.softraid-3x2000sa": { + "fqn": "25sklea01.ram-16g-noecc-1600.softraid-3x2000sa", + "planCode": "25sklea01", + "memory": "ram-16g-noecc-1600", + "storage": "softraid-3x2000sa", + "catalog": { + "invoiceName": "KS-LE-A", + "addons": { + "price": 0.0, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-16g-noecc-1600-25skle", + "invoiceName": "16GB DDR3 1600MHz", + "price": 0.0 + }, + "storage": { + "planCode": "softraid-3x2000sa-25skle", + "invoiceName": "3x 2TB HDD Soft RAID Enterprise Class", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 9.99, + "slug": "ks-le-a", + "range": "kimsufi", + "price": 9.99, + "planCode": "25sklea01", + "cpu": "Intel Xeon E3-1225v2" + } + }, + "25skleb01.ram-32g-ecc-2400.softraid-2x2000sa": { + "fqn": "25skleb01.ram-32g-ecc-2400.softraid-2x2000sa", + "planCode": "25skleb01", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-LE-B", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x2000sa-25skle", + "invoiceName": "2x 2TB HDD Soft RAID Enterprise Class", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2400-25skle", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "fra" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe" + ] + }, + "sum_price": 9.99, + "slug": "ks-le-b", + "range": "kimsufi", + "price": 9.99, + "planCode": "25skleb01", + "cpu": "Intel Xeon E3-1245v5" + } + }, + "25skleb01.ram-32g-ecc-2400.softraid-2x450nvme": { + "fqn": "25skleb01.ram-32g-ecc-2400.softraid-2x450nvme", + "planCode": "25skleb01", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x450nvme", + "catalog": { + "invoiceName": "KS-LE-B", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x450nvme-25skle", + "invoiceName": "2x 450Gb SSD NVMe Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2400-25skle", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "fra" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe" + ] + }, + "sum_price": 9.99, + "slug": "ks-le-b", + "range": "kimsufi", + "price": 9.99, + "planCode": "25skleb01", + "cpu": "Intel Xeon E3-1245v5" + } + }, + "25sklec01.ram-32g-ecc-1600.softraid-2x2000sa": { + "fqn": "25sklec01.ram-32g-ecc-1600.softraid-2x2000sa", + "planCode": "25sklec01", + "memory": "ram-32g-ecc-1600", + "storage": "softraid-2x2000sa", + "catalog": { + "invoiceName": "KS-LE-C", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x2000sa-25skle", + "invoiceName": "2x 2TB HDD Soft RAID Enterprise Class", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-1600-25skle", + "invoiceName": "32GB DDR3 1600MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 12.99, + "slug": "ks-le-c", + "range": "kimsufi", + "price": 12.99, + "planCode": "25sklec01", + "cpu": "Intel Xeon E5-1620v2" + } + }, + "25sklec01.ram-32g-ecc-1600.softraid-2x480ssd": { + "fqn": "25sklec01.ram-32g-ecc-1600.softraid-2x480ssd", + "planCode": "25sklec01", + "memory": "ram-32g-ecc-1600", + "storage": "softraid-2x480ssd", + "catalog": { + "invoiceName": "KS-LE-C", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x480ssd-25skle", + "invoiceName": "2x SSD SATA 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-1600-25skle", + "invoiceName": "32GB DDR3 1600MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 12.99, + "slug": "ks-le-c", + "range": "kimsufi", + "price": 12.99, + "planCode": "25sklec01", + "cpu": "Intel Xeon E5-1620v2" + } + }, + "25skled01.ram-16g-noecc-1333.noraid-1x240ssd": { + "fqn": "25skled01.ram-16g-noecc-1333.noraid-1x240ssd", + "planCode": "25skled01", + "memory": "ram-16g-noecc-1333", + "storage": "noraid-1x240ssd", + "catalog": { + "invoiceName": "KS-LE-D", + "addons": { + "price": 0.0, + "storage": { + "planCode": "noraid-1x240ssd-25skle", + "invoiceName": "1x 240GB SSD", + "price": 0.0 + }, + "memory": { + "planCode": "ram-16g-noecc-1333-25skle", + "invoiceName": "16GB DDR3 1333MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 12.99, + "slug": "ks-le-d", + "range": "kimsufi", + "price": 12.99, + "planCode": "25skled01", + "cpu": "Intel Core i7-4790K" + } + }, + "25skled01.ram-32g-noecc-1333.noraid-1x240ssd": { + "fqn": "25skled01.ram-32g-noecc-1333.noraid-1x240ssd", + "planCode": "25skled01", + "memory": "ram-32g-noecc-1333", + "storage": "noraid-1x240ssd", + "catalog": { + "invoiceName": "KS-LE-D", + "addons": { + "price": 0.0, + "storage": { + "planCode": "noraid-1x240ssd-25skle", + "invoiceName": "1x 240GB SSD", + "price": 0.0 + }, + "memory": { + "planCode": "ram-32g-noecc-1333-25skle", + "invoiceName": "32GB DDR3 1333MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 12.99, + "slug": "ks-le-d", + "range": "kimsufi", + "price": 12.99, + "planCode": "25skled01", + "cpu": "Intel Core i7-4790K" + } + }, + "25sklee01.ram-64g-ecc-2133.softraid-2x480ssd": { + "fqn": "25sklee01.ram-64g-ecc-2133.softraid-2x480ssd", + "planCode": "25sklee01", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-2x480ssd", + "catalog": { + "invoiceName": "KS-LE-E", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x480ssd-25skle", + "invoiceName": "2x SSD SATA 480GB Enterprise Class Soft RAID", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2133-25skle", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 14.99, + "slug": "ks-le-e", + "range": "kimsufi", + "price": 14.99, + "planCode": "25sklee01", + "cpu": "Intel Xeon E5-1650v3" + } + }, + "25sklee01.ram-64g-ecc-2133.softraid-4x2000sa": { + "fqn": "25sklee01.ram-64g-ecc-2133.softraid-4x2000sa", + "planCode": "25sklee01", + "memory": "ram-64g-ecc-2133", + "storage": "softraid-4x2000sa", + "catalog": { + "invoiceName": "KS-LE-E", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-4x2000sa-25skle", + "invoiceName": "4x 2TB HDD Soft RAID Enterprise Class", + "price": 0.0 + }, + "memory": { + "planCode": "ram-64g-ecc-2133-25skle", + "invoiceName": "64GB DDR4 ECC 2133MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-300-25skle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-300-25skle", + "invoiceName": "300Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 14.99, + "slug": "ks-le-e", + "range": "kimsufi", + "price": 14.99, + "planCode": "25sklee01", + "cpu": "Intel Xeon E5-1650v3" + } + }, + "25sysle01.ram-32g-ecc-2400.softraid-2x4000sa": { + "fqn": "25sysle01.ram-32g-ecc-2400.softraid-2x4000sa", + "planCode": "25sysle01", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x4000sa", + "catalog": { + "invoiceName": "SYS-LE-1", + "addons": { + "price": 0.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x4000sa-25sysle01", + "invoiceName": "2x 4TB HDD Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-unguaranteed-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2400-25sysle01", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "lon", + "fra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 30.99, + "slug": "sys-le-1", + "range": "sys", + "price": 30.99, + "planCode": "25sysle01", + "cpu": "Intel Xeon D-2123iT" + } + }, + "25sysle01.ram-32g-ecc-2400.softraid-2x512nvme": { + "fqn": "25sysle01.ram-32g-ecc-2400.softraid-2x512nvme", + "planCode": "25sysle01", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x512nvme", + "catalog": { + "invoiceName": "SYS-LE-1", + "addons": { + "price": 0.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x512nvme-25sysle01", + "invoiceName": "2x SSD NVMe 512GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-unguaranteed-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2400-25sysle01", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "lon", + "fra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 30.99, + "slug": "sys-le-1", + "range": "sys", + "price": 30.99, + "planCode": "25sysle01", + "cpu": "Intel Xeon D-2123iT" + } + }, + "25sysle01.ram-32g-ecc-2400.softraid-2x960nvme": { + "fqn": "25sysle01.ram-32g-ecc-2400.softraid-2x960nvme", + "planCode": "25sysle01", + "memory": "ram-32g-ecc-2400", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-LE-1", + "addons": { + "price": 4.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "softraid-2x960nvme-25sysle01", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 4.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-unguaranteed-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2400-25sysle01", + "invoiceName": "32GB DDR4 ECC 2400MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "lon", + "fra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 34.989999999999995, + "slug": "sys-le-1", + "range": "sys", + "price": 30.99, + "planCode": "25sysle01", + "cpu": "Intel Xeon D-2123iT" + } + }, + "25sysle02.ram-32g-ecc-2666.softraid-2x1920nvme": { + "fqn": "25sysle02.ram-32g-ecc-2666.softraid-2x1920nvme", + "planCode": "25sysle02", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-LE-2", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x1920nvme-25sysle02", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-unguaranteed-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2666-25sysle02", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "lon", + "fra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 45.99, + "slug": "sys-le-2", + "range": "sys", + "price": 37.99, + "planCode": "25sysle02", + "cpu": "Intel Xeon-E 2274G" + } + }, + "25sysle02.ram-32g-ecc-2666.softraid-2x960nvme": { + "fqn": "25sysle02.ram-32g-ecc-2666.softraid-2x960nvme", + "planCode": "25sysle02", + "memory": "ram-32g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-LE-2", + "addons": { + "price": 0.0, + "storage": { + "planCode": "softraid-2x960nvme-25sysle02", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-unguaranteed-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2666-25sysle02", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "lon", + "fra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 37.99, + "slug": "sys-le-2", + "range": "sys", + "price": 37.99, + "planCode": "25sysle02", + "cpu": "Intel Xeon-E 2274G" + } + }, + "25sysle02.ram-64g-ecc-2666.softraid-2x1920nvme": { + "fqn": "25sysle02.ram-64g-ecc-2666.softraid-2x1920nvme", + "planCode": "25sysle02", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x1920nvme", + "catalog": { + "invoiceName": "SYS-LE-2", + "addons": { + "price": 16.0, + "storage": { + "planCode": "softraid-2x1920nvme-25sysle02", + "invoiceName": "2x SSD NVMe 1.92TB Datacenter Class Soft RAID", + "price": 8.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-unguaranteed-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2666-25sysle02", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 8.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "lon", + "fra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 53.99, + "slug": "sys-le-2", + "range": "sys", + "price": 37.99, + "planCode": "25sysle02", + "cpu": "Intel Xeon-E 2274G" + } + }, + "25sysle02.ram-64g-ecc-2666.softraid-2x960nvme": { + "fqn": "25sysle02.ram-64g-ecc-2666.softraid-2x960nvme", + "planCode": "25sysle02", + "memory": "ram-64g-ecc-2666", + "storage": "softraid-2x960nvme", + "catalog": { + "invoiceName": "SYS-LE-2", + "addons": { + "price": 8.0, + "storage": { + "planCode": "softraid-2x960nvme-25sysle02", + "invoiceName": "2x SSD NVMe 960GB Datacenter Class Soft RAID", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-unguaranteed-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-64g-ecc-2666-25sysle02", + "invoiceName": "64GB DDR4 ECC 2666MHz", + "price": 8.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "gra", + "sbg", + "lon", + "fra", + "waw", + "rbx", + "bhs" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe", + "canada" + ] + }, + "sum_price": 45.99, + "slug": "sys-le-2", + "range": "sys", + "price": 37.99, + "planCode": "25sysle02", + "cpu": "Intel Xeon-E 2274G" + } + }, + "25sysle03.ram-32g-ecc-2666.hybridsoftraid-4x12000sa-1x512nvme": { + "fqn": "25sysle03.ram-32g-ecc-2666.hybridsoftraid-4x12000sa-1x512nvme", + "planCode": "25sysle03", + "memory": "ram-32g-ecc-2666", + "storage": "hybridsoftraid-4x12000sa-1x512nvme", + "catalog": { + "invoiceName": "SYS-LE-3", + "addons": { + "price": 0.0, + "vrack": { + "mandatory": true, + "default": "vrack-bandwidth-500-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "vrack-bandwidth-500-25sysle", + "invoiceName": "500Mbps unmetered and guaranteed private bandwidth", + "price": 0.0 + } + ] + }, + "memory": { + "planCode": "ram-32g-ecc-2666-25sysle03", + "invoiceName": "32GB DDR4 ECC 2666MHz", + "price": 0.0 + }, + "bandwidth": { + "mandatory": true, + "default": "bandwidth-500-unguaranteed-25sysle", + "exclusive": true, + "defaultAddon": { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + }, + "items": [ + { + "planCode": "bandwidth-500-unguaranteed-25sysle", + "invoiceName": "500Mbps unmetered public bandwidth", + "price": 0.0 + } + ] + }, + "storage": { + "planCode": "hybridsoftraid-4x12000sa-1x512nvme-25sysle03", + "invoiceName": "4x HDD SATA 12TB Enterprise Class + 1x SSD NVMe 512GB Enterprise Class Soft RAID", + "price": 0.0 + } + }, + "labels": { + "dedicated_datacenter": [ + "rbx" + ], + "dedicated_os": [ + "none_64.en" + ], + "region": [ + "europe" + ] + }, + "sum_price": 59.99, + "slug": "sys-le-3", + "range": "sys", + "price": 59.99, + "planCode": "25sysle03", + "cpu": "Intel Xeon-E 2236" + } + } +} \ No newline at end of file diff --git a/order.py b/order.py new file mode 100644 index 0000000..cbced25 --- /dev/null +++ b/order.py @@ -0,0 +1,282 @@ +#!/usr/bin/python3 + +import json +import time +import ovh +import os +import dotenv +from datetime import datetime, timedelta, timezone +import urllib.request +import logging +from fetcher import fetch_catalog +import threading + +logging.basicConfig(format='%(asctime)s - %(message)s', level=logging.DEBUG) + +denv = dotenv.load_dotenv("./.env") + +user_preferences={} +try: + with open("preferences.json") as ff: + user_preferences = json.load(ff) + logging.debug("Success opening preferences.json") +except Exception as ex: + print("Error opening user preferences.") + +def save_preferences(): + global user_preferences + with open("preferences.json","w") as ff: + json.dump(user_preferences, ff, default=str,indent=2) + logging.debug("Saved settings file.") + +client = ovh.Client() + + +def fetch_dcs(): + global all_dc, client + while True: + try: + all_dc = client.get("/dedicated/server/datacenter/availabilities") + logging.debug("Fetched availabilities: "+str(len(all_dc))) + except Exception: + logging.debug("Datacenter fetching failed.") + time.sleep(3) + +def is_dc_available(all, desired, fqn): + logging.debug("Check availability for FQN "+fqn+" in "+desired) + for i in all: + if i["fqn"] == fqn: + logging.debug("FQN found in availabilities.") + for j in i["datacenters"]: + if j["datacenter"] == desired: + logging.debug("Datacenter found with this FQN.") + if j["availability"] == "unavailable": + logging.debug("FQN not available in DC.") + return False + else: + logging.debug("FQN available in this DC.") + return True + return False + +def next_cart_expiration_date(): + current_time = datetime.now() + if current_time.month == 12: + one_month_later = current_time.replace(month=1) + one_month_later = one_month_later.replace(year = current_time.year + 1) + print(one_month_later) + else: + one_month_later = current_time.replace(month=current_time.month + 1) + out_string = one_month_later.astimezone(timezone.utc).strftime('%Y-%m-%dT%H:%M:%S.000Z') + logging.debug("New expiration generated "+out_string) + return out_string + +def init_cart(client): + logging.debug("Creating a new cart.") + global user_preferences + result = client.post("/order/cart", + expire = next_cart_expiration_date(), # Time of expiration of the cart (type: string) + ovhSubsidiary = user_preferences["subsidiary"], # OVH Subsidiary where you want to order (type: nichandle.OvhSubsidiaryEnum) + description = "Cart set up by OVH Eco Autoorder", # Description of your cart (type: string) + ) + time.sleep(1) + res2 = client.post("/order/cart/"+result["cartId"]+"/assign") + logging.debug("Cart created and assigned to your OVH account.") + return result + +def validate_cart(client, cartId, item_ids): + logging.debug("Validating cart "+cartId) + logging.debug("Local items in cart "+str(len(item_ids))) + result={} + try: + result = client.get("/order/cart/"+cartId) + logging.debug("Online items in cart "+str(len(result["items"]))) + except ovh.exceptions.BadParametersError as ex: + logging.debug("Bad cart ID...") + return False + except ovh.exceptions.ResourceNotFoundError as ex: + logging.debug(ex.args[0]) + return False + if sorted(result["items"]) != sorted(item_ids): + logging.debug("Local and online carts are not match!") + return False + logging.debug("Local and online carts matching.") + return True + +def is_cart_expired(expiration): + exp_date = datetime.fromisoformat(expiration) + current_time = datetime.utcnow() + difference_seconds = exp_date.timestamp()-current_time.timestamp() + if difference_seconds <= 120: + return True + return False + +def fill_cart(client, item, dc): + result = None + dedicated_datacenter=dc["dedicated_datacenter"] + region=dc["region"] + logging.info("Starting fill cart. The fqn is "+item["fqn"]+" and datacenter is "+dedicated_datacenter) + try: + result = client.post("/order/cart/"+item["dc_carts"][dedicated_datacenter]["cartId"]+"/eco", + planCode = item["planCode"], # Identifier of the offer (type: string) + pricingMode = "default", # Pricing mode selected for the purchase of the product (type: string) + quantity = item["qty"], # Quantity of product desired (type: integer) + duration = "P1M", # Duration selected for the purchase of the product (type: string) + ) + logging.debug("Server planCode placement ok "+item["planCode"]) + except ovh.exceptions.BadParametersError as ex: + logging.info("Bad parameter when placing server planCode "+item["planCode"]) + return False + itemId=result["itemId"] + server_itemId = result["itemId"] + logging.debug("Server item ID in cart is "+str(server_itemId)) + item["dc_carts"][dedicated_datacenter]["itemIds"]=[] + item["dc_carts"][dedicated_datacenter]["itemIds"].append(itemId) + tmplabels=dict(item["labels"]) + tmplabels["dedicated_datacenter"]=dedicated_datacenter + tmplabels["region"]=region + logging.debug("Placing items.") + for i in tmplabels: + logging.debug(i+" : "+tmplabels[i]) + result = client.post("/order/cart/"+item["dc_carts"][dedicated_datacenter]["cartId"]+"/item/"+str(itemId)+"/configuration", + label = i, # Label for your configuration item (type: string) + value = tmplabels[i], # Value or resource URL on API.OVH.COM of your configuration item (type: string) + ) + + logging.debug("Placing addon planCodes to the item "+str(server_itemId)) + for i in item["addon_planCodes"]: + # Request body type: order.cart.GenericOptionCreation + result = client.post("/order/cart/"+item["dc_carts"][dedicated_datacenter]["cartId"]+"/eco/options", + duration = "P1M", # Duration selected for the purchase of the product (type: string) + itemId = server_itemId, # Cart item to be linked (type: integer) + planCode = i, # Identifier of the option offer (type: string) + pricingMode = "default", # Pricing mode selected for the purchase of the product (type: string) + quantity = item["qty"], # Quantity of product desired (type: integer) + ) + itemId=result["itemId"] + logging.debug("Added planCode "+i+" with ID "+str(itemId)) + item["dc_carts"][dedicated_datacenter]["itemIds"].append(itemId) + + logging.debug("Adding coupons (if any) to the cart "+str(item["dc_carts"][dedicated_datacenter]["cartId"])) + for i in item["coupons"]: + logging.debug("Adding coupon to cart "+i) + result = client.post("/order/cart/"+item["dc_carts"][dedicated_datacenter]["cartId"]+"/coupon", + coupon = i # Coupon identifier (type: string) + ) + logging.info("OK created cart.") + return True + +def place_order(client, item, dc): + logging.info("Running validation and order process (depend on your settings).") + dedicated_datacenter=dc["dedicated_datacenter"] + result={} + if "skip_validate" not in item or item["skip_validate"] == False: + logging.info("Validating the order. Check for cartId in your settings file "+item["dc_carts"][dedicated_datacenter]["cartId"]+" for more info") + try: + result = client.get("/order/cart/"+item["dc_carts"][dedicated_datacenter]["cartId"]+"/summary") + except Exception: + return False + logging.info("Iterating cart...") + for i in result["details"]: + logging.info(i["description"]+" "+i["detailType"]) + logging.info(str(i["unitPrice"]["value"])+" "+i["unitPrice"]["currencyCode"]) + logging.info("Total: "+str(result["prices"]["withoutTax"]["value"])+" "+str(result["prices"]["withoutTax"]["currencyCode"])) + item["dc_carts"][dedicated_datacenter]["raw_cart"] = result + if result["prices"]["withoutTax"]["value"] <= item["ceiling_price"]: + logging.info("Too expensive! Drop order.") + item["ceiling_price"] = 0.0 + item["qty"] = 0 + return False + if "place_order" in item and item["place_order"] == True: + logging.info("placing an order with this cart.") + order_result={} + try: + order_result = client.post("/order/cart/"+item["dc_carts"][dedicated_datacenter]["cartId"]+"/checkout", + autoPayWithPreferredPaymentMethod = item["autopay"], # Indicates that order will be automatically paid with preferred payment method (type: boolean) + waiveRetractationPeriod = True, # Indicates that order will be processed with waiving retractation period (type: boolean) + ) + logging.info("Success! Order placed. Check the raw order in the cart for more info!") + except ovh.exceptions.BadParametersError as ex: + item["order_error"] = ex + logging.info(ex) + return False + except Exception as ex: + item["order_error"] = ex + logging.info(ex) + return False + logging.debug("Setting additional vars.") + item["qty"]-=item["qty"] + item["ordered_at"]=datetime.now().strftime("%Y-%m-%d %H:%M:%S") + item["ordered_in"]=dedicated_datacenter + item["dc_carts"][dedicated_datacenter]["raw_order"] = order_result + else: + item["qty"]-=item["qty"] + return True + +def add_addons_to_servers(): + global user_preferences, all_dc + catalog={} + while True: + logging.debug("Iterate over catalog fetcher.") + for i in user_preferences["user_servers"]: + server=i + if "fetch_catalog" not in i or i["fetch_catalog"] == {}: + continue + if catalog == {}: + catalog = fetch_catalog(all_dc) + logging.debug("Downloading catalog and using the module to extract them.") + if catalog[i["fqn"]]["catalog"] != {}: + logging.debug("Found catalog for "+i["fqn"]) + catalog_cat = catalog[i["fqn"]]["catalog"] + for j in server["fetch_catalog"]: + if server["fetch_catalog"][j] != "": + server["addon_planCodes"].append(server["fetch_catalog"][j]) + else: + if j in catalog_cat["addons"]: + if "planCode" in catalog_cat["addons"][j]: + server["addon_planCodes"].append(catalog_cat["addons"][j]["planCode"]) + else: + server["addon_planCodes"].append(catalog_cat["addons"][j]["default"]) + logging.debug("Make server catalog fetch empty. so do not fetch for this in next time.") + server["fetch_catalog"]={} + time.sleep(30) + +def iterate_on(): + global user_preferences, all_dc + for i in user_preferences["user_servers"]: + if i["qty"] < 1 or len(i["addon_planCodes"]) < 3: + continue + for j in i["datacenters"]: + dedicated_datacenter=j["dedicated_datacenter"] + if dedicated_datacenter not in i["dc_carts"] or "cartId" not in i["dc_carts"][dedicated_datacenter] or "cartExpire" not in i["dc_carts"][dedicated_datacenter] or is_cart_expired(i["dc_carts"][dedicated_datacenter]["cartExpire"]) or not validate_cart(client, i["dc_carts"][dedicated_datacenter]["cartId"], i["dc_carts"][dedicated_datacenter]["itemIds"]): + cart = init_cart(client) + i["dc_carts"][dedicated_datacenter]={} + i["dc_carts"][dedicated_datacenter]["cartId"] = cart["cartId"] + i["dc_carts"][dedicated_datacenter]["cartExpire"] = cart["expire"] + fill_cart(client, i, j) + if i["qty"] >= 1 and len(i["addon_planCodes"]) >= 3 and is_dc_available(all_dc, dedicated_datacenter, i["fqn"]): + place_order(client, i, j) + else: + if i["qty"] >= 1 and len(i["addon_planCodes"]) >= 3 and is_dc_available(all_dc, dedicated_datacenter, i["fqn"]): + place_order(client, i, j) + +logging.info("Start thread: availability fetcher") +dc_pull_thread = threading.Thread(target=fetch_dcs) +dc_pull_thread.daemon = True # Daemonize thread to exit when main program exits +dc_pull_thread.start() + +time.sleep(3) +logging.info("Start thread: catalog fetcher") +catalog_pull_thread = threading.Thread(target=add_addons_to_servers) +catalog_pull_thread.daemon = True # Daemonize thread to exit when main program exits +catalog_pull_thread.start() + +while True: + logging.info("New round.") + try: + iterate_on() + except Exception as ex: + print(ex) + pass + + save_preferences() + time.sleep(3) diff --git a/preferences.json b/preferences.json new file mode 100644 index 0000000..812cbe8 --- /dev/null +++ b/preferences.json @@ -0,0 +1,136 @@ +{ + "subsidiary": "IE", + "user_servers": [ + { + "planCode": "25skle02", + "fqn": "25skle02.ram-32g-ecc-1333.softraid-2x1920ssd", + "skip_validate": false, + "place_order": false, + "autopay": false, + "fetch_catalog": {}, + "coupons": [ + "MONDAY" + ], + "datacenters": [ + { + "region": "europe", + "dedicated_datacenter": "gra" + } + ], + "labels": { + "dedicated_os": "none_64.en" + }, + "addon_planCodes": [ + "softraid-2x1920ssd-25skle02", + "ram-32g-ecc-1333-25skle02", + "bandwidth-300-unguaranteed-25skle" + ], + "qty": 1, + "ceiling_price": 30.0, + "dc_carts": { + "gra": { + "cartId": "d5c29a37-9bb1-4ce0-a7bb-fa21ed58d374", + "cartExpire": "2025-01-02T10:50:28+00:00", + "itemIds": [ + 300876882, + 300876897, + 300876906, + 300876914 + ] + } + } + }, + { + "planCode": "25skleb01", + "fqn": "25skleb01.ram-32g-ecc-2400.softraid-2x450nvme", + "skip_validate": false, + "place_order": true, + "autopay": false, + "fetch_catalog": {}, + "coupons": [ + "MONDAY" + ], + "datacenters": [ + { + "region": "europe", + "dedicated_datacenter": "gra" + }, + { + "region": "europe", + "dedicated_datacenter": "fra" + } + ], + "labels": { + "dedicated_os": "none_64.en" + }, + "addon_planCodes": [ + "softraid-2x450nvme-25skle", + "ram-32g-ecc-2400-25skle", + "bandwidth-300-25skle" + ], + "qty": 1, + "ceiling_price": 100.0, + "dc_carts": { + "gra": { + "cartId": "01b07b3c-5975-4115-b159-0b3d70ee8867", + "cartExpire": "2025-01-02T10:50:31+00:00", + "itemIds": [ + 300876933, + 300876950, + 300876960, + 300876970 + ] + }, + "fra": { + "cartId": "31ee970c-95c2-4abb-964b-fdb39b33476f", + "cartExpire": "2025-01-02T10:50:33+00:00", + "itemIds": [ + 300877006, + 300877017, + 300877025, + 300877028 + ] + } + } + }, + { + "planCode": "25skleb01", + "fqn": "25skleb01.ram-32g-ecc-2400.softraid-2x450nvme", + "skip_validate": true, + "place_order": true, + "autopay": false, + "fetch_catalog": {}, + "coupons": [ + "MONDAY" + ], + "datacenters": [ + { + "region": "europe", + "dedicated_datacenter": "gra" + } + ], + "labels": { + "dedicated_os": "none_64.en" + }, + "addon_planCodes": [ + "softraid-2x450nvme-25skle", + "ram-32g-ecc-2400-25skle", + "bandwidth-300-25skle" + ], + "qty": 1, + "ceiling_price": 100.0, + "dc_carts": { + "gra": { + "cartId": "612fc7a0-9cb4-4e27-8615-37b2d85701e5", + "cartExpire": "2025-01-02T10:50:36+00:00", + "itemIds": [ + 300877053, + 300877061, + 300877065, + 300877068 + ] + } + } + } + ] +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4064cbd --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +ovh +python-dotenv