< Back

Get-NsxSegmentIdRange

Sat Jan 18, 2020 9:12 pm

NAME Get-NsxSegmentIdRange



SYNOPSIS

Reieves VXLAN Segment ID Ranges.





SYNTAX

Get-NsxSegmentIdRange [-Connection <PSObject>] [<CommonParameters>]



Get-NsxSegmentIdRange [[-Name] <String>] -LocalOnly [-Connection <PSObject>] [<CommonParameters>]



Get-NsxSegmentIdRange [[-Name] <String>] -UniversalOnly [-Connection <PSObject>] [<CommonParameters>]



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



Get-NsxSegmentIdRange [-ObjectId <String>] [-Connection <PSObject>] [<CommonParameters>]





DESCRIPTION

Segment ID Ranges provide a method for NSX to allocate a unique identifier

(VNI) to each logical switch created within NSX.



The Get-NsxSegmentIdRange cmdlet retrieves Segment Ranges from the

connected NSX manager.





PARAMETERS

-Name <String>

Name of the segment ID range to return



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ObjectId <String>

ObjectId of the segment ID range to return



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-UniversalOnly [<SwitchParameter>]

Return only Universal objects



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-LocalOnly [<SwitchParameter>]

Return only Locally scoped objects



Required? true

Position? named

Default value False

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





RELATED LINKS