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

Command slcli vlan create - displaying an error message #1707

Merged
merged 2 commits into from
Jul 29, 2022

Conversation

edsonarios
Copy link
Contributor

Issue link: #1706

softlayer-python/ (issue1706 *) $ slcli vlan create -h
Usage: slcli vlan create [OPTIONS]

        Order/create a VLAN instance.

Example:
    slcli vlan create --name myvlan --datacenter dal13
    or
    slcli vlan create --name myvlan --pod dal10.pod01

┌────┬──────────────┬──────────────────────────────────────┐
│    │ --name       │ Vlan name                            │
│ -d │ --datacenter │ Datacenter shortname                 │
│ -p │ --pod        │ Pod name. E.g dal05.pod01            │
│    │ --network    │ Network vlan type  [default: public] │
│    │ --billing    │ Billing rate  [default: hourly]      │
│ -h │ --help       │ Show this message and exit.          │
└────┴──────────────┴──────────────────────────────────────┘

Copy link
Contributor

@caberos caberos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@allmightyspiff allmightyspiff linked an issue Jul 29, 2022 that may be closed by this pull request
SoftLayer/CLI/vlan/create.py Outdated Show resolved Hide resolved
@allmightyspiff allmightyspiff merged commit 75fa575 into softlayer:master Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Command slcli vlan create - displaying an error message
3 participants