external help file | Module Name | online version | schema |
---|---|---|---|
Get-NsxVcdEdgeFirewallRule-help.xml |
VMware-NSXvCD-Module |
2.0.0 |
Get-NsxVcdEdgeFirewallRule [-Id] <String> [[-RuleId] <Int64>] [-OutputXML] [<CommonParameters>]
Returnes the list of the Firewall Rules of the Edge Gatway.
Get-NsxVcdEdgeFirewallRule -Id EdgeId
Get-NsxVcdEdge | Get-NsxVcdEdgeFirewallRule | ft -AutoSize
Id of the Edge Gateway
Note: You can list all Ids of your edges by: 'Get-NsxVcdEdge | select Name, datacenterName, Id'
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
RuleId of the Firewall Rule
Type: Int64
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
Output the result as XML
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
File Name : Get-NsxVcdEdgeFirewallRule.ps1 Author : Markus Kraus Version : 1.2 State : Ready