mirror of
https://github.com/Corsinvest/cv4pve-api-php.git
synced 2026-04-25 04:25:48 +03:00
[GH-ISSUE #14] Remove VZ and create/remove CT #11
Labels
No labels
enhancement
needs investigation
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-php#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Toneq on GitHub (Jun 21, 2021).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-php/issues/14
Hi!
I have a question, what is the structure of VM removal?
And the second question is the structure of the creation and removal of CT
Greetings,
Tobiasz
@franklupo commented on GitHub (Jun 22, 2021):
Hi,
Creation CT
$client->getNodes()->get("pve1")->getLcx()->createVm()
github.com/Corsinvest/cv4pve-api-php@5014a23d55/src/PveClient.php (L13011)Remove CT
$client->getNodes()->get("pve1")->getLcx()->get("100").ì->destoryVm()
github.com/Corsinvest/cv4pve-api-php@5014a23d55/src/PveClient.php (L13289)Best regards