< Back

Get-NsxLogicalRouter

Sat Jan 18, 2020 9:08 pm

NAME Get-NsxLogicalRouter



SYNOPSIS

Retrieves a Logical Router object.





SYNTAX

Get-NsxLogicalRouter [[-Name] <String>] [-Connection <PSObject>] [<CommonParameters>]



Get-NsxLogicalRouter -objectId <String> [-Connection <PSObject>] [<CommonParameters>]





DESCRIPTION

An NSX Logical Router is a distributed routing function implemented within

the ESXi kernel, and optimised for east west routing.



This cmdlet returns Logical Router objects.





PARAMETERS

-objectId <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? named

Default value $defaultNSXConnection

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-NsxLogicalRouter LR1















RELATED LINKS