Skip to content

Commit

Permalink
Update network_attachment.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson committed Nov 21, 2023
1 parent 2fc4bbd commit f9c5a4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/docs/resources/shared/network_attachment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ Network attachment defines a network to which the container is attached.
<Property name="name" type="string" required="false" value="" readonly>
Name will equal the name of the network as created by jumppad.
</Property>
</Properties>

<Property name="assigned_address" type="string" required="false" value="" readonly>
assigned_address will equal the assigned IP address for the network. This will equal
ip_address if set; otherwise, this is the automatically assigned ip_address.
</Property>
</Properties>

0 comments on commit f9c5a4e

Please sign in to comment.