Skip to content

Commit b3f52bc

Browse files
committed
subnet create help message updated
1 parent 9ef4e7f commit b3f52bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

SoftLayer/CLI/subnet/create.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ def cli(env, network, quantity, endpoint_id, ipv6, test):
2222
"""Add a new subnet to your account. Valid quantities vary by type.
2323
2424
\b
25-
Type - Valid Quantities (IPv4)
25+
IPv4
2626
static - 1, 2, 4, 8, 16, 32, 64, 128, 256
2727
public - 4, 8, 16, 32, 64, 128, 256
2828
private - 4, 8, 16, 32, 64, 128, 256
2929
3030
\b
31-
Type - Valid Quantities (IPv6)
31+
IPv6
3232
static - 64
3333
public - 64
3434
3535
\b
36-
Type - endpoint-id
37-
static - IP address identifier.
38-
public - VLAN identifier
39-
private - VLAN identifier
36+
endpoint-id
37+
static - Network_Subnet_IpAddress identifier.
38+
public - Network_Vlan identifier
39+
private - Network_Vlan identifier
4040
"""
4141

4242
mgr = SoftLayer.NetworkManager(env.client)

0 commit comments

Comments
 (0)