Skip to content

Get-NsxtTier1Gateway

Synopsis

Get a list of Tier 1 Gateways

Syntax

Get-NsxtTier1Gateway [[-name] <String>] [[-id] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Get-NsxtTier1Gateway cmdlet retrieves a list of Tier 1 Gateways.

Examples

Example 1

Get-NsxtTier1Gateway

This example returns all Tier 1 Gateways

Example 2

Get-NsxtTier1Gateway -name sfo-w01-ec01-t1-gw01

This example returns the Tier 1 Gateway named sfo-w01-ec01-t1-gw01

Example 3

Get-NsxtTier1Gateway -id 84a6c7a5-9fe8-4446-8684-814663399584

This example returns the Tier 1 Gateway based on its id.

Parameters

-name

The Tier 1 Gateway name.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-id

The Tier 1 Gateway id.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Progress Action

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.