Parameters to specify for multi-node QueuedResource requests. This
field must be populated in case of multi-node requests instead of
node_id. It's an error to specify both node_id and
multi_node_params.
Attributes
Name
Description
node_count
int
Required. Number of nodes with this spec. The system will
attempt to provison "node_count" nodes as part of the
request. This needs to be > 1.
node_id_prefix
str
Prefix of node_ids in case of multi-node request Should
follow the ^[A-Za-z0-9_.+%-]+$` regex format. If
node_count = 3 and node_id_prefix = "np", node ids of nodes
created will be "np-0", "np-1", "np-2". If this field is not
provided we use queued_resource_id as the node_id_prefix.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]