Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a "How to create an instance" example #280

Open
quantumsheep opened this issue Aug 11, 2023 · 2 comments
Open

Add a "How to create an instance" example #280

quantumsheep opened this issue Aug 11, 2023 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation priority:medium Improvements that are not the main priority

Comments

@quantumsheep
Copy link
Member

No description provided.

@quantumsheep quantumsheep added the documentation Improvements or additions to documentation label Aug 11, 2023
@quantumsheep quantumsheep self-assigned this Aug 11, 2023
@remyleone remyleone added the priority:medium Improvements that are not the main priority label Oct 23, 2023
@remyleone remyleone assigned Codelax and unassigned quantumsheep Oct 23, 2023
@d33tah
Copy link

d33tah commented Dec 11, 2023

Seconding. Is that even possible using this library right now?

@NoSuchCommand
Copy link

I guess that, by the time a real InstanceV1API.create_server() method is available, you could rely on InstanceV1API._create_server():

inst._create_server(commercial_type="PRO2-L", image="5cd3faa3-271a-4bba-9e25-fe66f5d34444", enable_ipv6=False)

Note that image= requires the UUID of the local-image of the target zone, given by the MarketplaceV2API.

@remyleone remyleone assigned Laure-di and unassigned Codelax Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority:medium Improvements that are not the main priority
Projects
None yet
Development

No branches or pull requests

6 participants