external help file | Module Name | online version | schema |
---|---|---|---|
Get-NsxVcdDfwRule-help.xml |
VMware-NSXvCD-Module |
2.0.0 |
Get-NsxVcdDfwRule -OrgVdcId <String> [-RuleId <String>] [-layer3Sections] [-OutputXML] [<CommonParameters>]
Get-NsxVcdDfwRule -OrgVdcId <String> [-RuleId <String>] [-layer2Sections] [-OutputXML] [<CommonParameters>]
Returnes the list of the Firewall Rules the OrgVdc DFW.
Get-NsxVcdDfwRule -OrgId OrgVdcId -layer3Sections
Get-NsxVcdDfwRule -OrgId OrgVdcId -layer2Sections
Get-NsxVcdDfwRule -OrgId OrgVdcId -layer2Sections -RuleId 1234
Id of the OrgVdcId
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Rule Id of the OrgVdc DFW
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Display only layer3Sections
Type: SwitchParameter
Parameter Sets: layer3Sections
Aliases:
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Display only layer2Sections
Type: SwitchParameter
Parameter Sets: layer2Sections
Aliases:
Required: True
Position: Named
Default value: False
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-NsxVcdDfwRule.ps1 Author : Markus Kraus Version : 1.0 State : Ready