Skip to content

Commit

Permalink
feat: support to connect cross instance segments to cross Instance t1…
Browse files Browse the repository at this point in the history
… gw (#745)

- Added `Get-NsxtGlobalManagerSegment` cmdlet to retrieve the list of configured segments from the NSX Global Manager.
- Added `Set-NsxtGlobalManagerSegment` cmdlet to apply the configuration to the NSX Global Manager segment.
- Added `Update-NsxtGlobalManagerSegment` cmdlet to update the NSX segment in the NSX Global Manager instance.

Signed-off-by: Lakshmanan Shanmugam <lakshmanan.shanmugam@broadcom.com>
  • Loading branch information
slakshmanan2706 authored Sep 4, 2024
1 parent d1f786c commit a884876
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
- Added `Remove-NsxtGlobalManagerTier1Gateway` cmdlet to delete the Tier 1 Gateway from the NSX Global Manager.
- Added `Remove-NsxtGlobalManagerTier1LocaleServices` cmdlet to delete the locale service of Tier 1 Gateway from the NSX Global Manager.
- Added `Undo-NsxtGlobalManagerTier1Gateway` cmdlet to remove the Tier 1 Gateway from the NSX Global Manager.
- Added `Get-NsxtGlobalManagerSegment` cmdlet to retrieve the list of configured segments from the NSX Global Manager.
- Added `Set-NsxtGlobalManagerSegment` cmdlet to apply the configuration to the NSX Global Manager segment.
- Added `Update-NsxtGlobalManagerSegment` cmdlet to update the NSX segment in the NSX Global Manager instance.

## v2.11.1

Expand Down
Loading

0 comments on commit a884876

Please sign in to comment.