Optionalconfig_id?: numberThe unique identifier assigned to the Linode where you want to attach the volume. Run the List Linodes operation and store the id for the target Linode.
Optionalpersist_across_boots?: booleanIf set to false, the volume won't be attached to the Linode configuration. In this case, more than eight volumes may be attached to a Linode if a Linode has 16GB of RAM or more. The number of volumes you can attach is equal to the number of GB of RAM that the Linode has, up to a maximum of 64. If you set this to false, you can't include a config_id and only the linode_id should be passed.
📘
To use this object, the target
linode_idneeds to have a status ofrunning. Run the List Linodes operation to check thestatusof each Linode.
The unique identifier for the target volume. Run the List volumes operation and store the id for the target volume as your volumeId.
Optionalquery
The unique identifier assigned to the Linode configuration where you want to include this volume. Run the List configuration profiles operation and store the
idfor the target configuration.