< Back

Get-NsxVdsContext

Sat Jan 18, 2020 9:13 pm

NAME Get-NsxVdsContext



SYNOPSIS

Retrieves a VXLAN Prepared Virtual Distributed Switch.





SYNTAX

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



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





DESCRIPTION

Before it can be used for VXLAN, a VDS must be configured with appropriate

teaming and MTU configuration.



The Get-NsxVdsContext cmdlet retrieves VDS's that have been prepared for

VXLAN configuration.





PARAMETERS

-Name <String>

Name of VDS context to retrieve



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ObjectId <String>

ObjectId of VDS context to retrieve



Required? false

Position? named

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





RELATED LINKS