Revision 07419e58 snf-cyclades-app/synnefo/api/management/commands/network-list.py
b/snf-cyclades-app/synnefo/api/management/commands/network-list.py | ||
---|---|---|
80 | 80 |
"dhcp": ("dhcp", "Whether network uses nfdhcpd or not"), |
81 | 81 |
"subnet.ipv4": ("subnet", "The IPv4 subnet of the network"), |
82 | 82 |
"gateway.ipv4": ("gateway", "The IPv4 gateway of the network"), |
83 |
"subnet.ipv6": ("subnet", "The IPv6 subnet of the network"), |
|
84 |
"gateway.ipv6": ("gateway", "The IPv6 gateway of the network"), |
|
83 |
"subnet.ipv6": ("subnet6", "The IPv6 subnet of the network"),
|
|
84 |
"gateway.ipv6": ("gateway6", "The IPv6 gateway of the network"),
|
|
85 | 85 |
"created": ("created", "The date the network was created"), |
86 | 86 |
"updated": ("updated", "The date the network was updated"), |
87 | 87 |
"deleted": ("deleted", "Whether the network is deleted or not"), |
Also available in: Unified diff