Skip to content

Commit dc0dc9d

Browse files
caberoscaberos
authored andcommitted
fix team code review comments
1 parent b34a7e0 commit dc0dc9d

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

SoftLayer/CLI/subnet/route.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,17 @@
1818
@click.argument('identifier')
1919
@click.option('--target', type=click.Choice(['vlan', 'ip', 'hardware', 'vsi']),
2020
help='choose the type. vlan, ip, hardware, vsi')
21-
@click.option('--target-resource', help='An appropriate identifier for the specified $type. '
22-
'Some types have multiple identifier. ')
21+
@click.option('--target-resource', help='Allows you to change the route of your secondary subnets.'
22+
'Subnets may be routed as either Static or Portable, and that designation is '
23+
'dictated by the routing destination specified.'
24+
'Static subnets have an ultimate routing destination of a single IP address '
25+
'but may not be routed to an existing subnet’s IP address whose '
26+
'subnet is routed as a Static.'
27+
'Portable subnets have an ultimate routing destination of a VLAN.'
28+
'A subnet can be routed to any resource within the same "routing region"'
29+
' as the subnet itself, usually limited to a single data center.'
30+
'See Also: '
31+
'https://sldn.softlayer.com/reference/services/SoftLayer_Network_Subnet/route/')
2332
@environment.pass_env
2433
def cli(env, identifier, target, target_resource):
2534
"""Assigns the subnet to a target."""

0 commit comments

Comments
 (0)