< Back

Get-NsxFirewallThreshold

Sat Jan 18, 2020 9:06 pm

NAME Get-NsxFirewallThreshold



SYNOPSIS

Retrieves the Distributed Firewall thresholds for CPU, Memory

and Connections per Second





SYNTAX

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





DESCRIPTION

The firewall module generates system events when the memory and CPU usage

crosses these thresholds.



This command will retrieve the threshold configuration for the

distributed firewall





PARAMETERS

-Connection <PSObject>

PowerNSX Connection object.



Required? false

Position? 1

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



-------------------------- EXAMPLE 1 --------------------------



PS />Get-NsxFirewallThreshold



CPU Memory ConnectionsPerSecond

--- ------ --------------------

cpu memory connectionsPerSecond











RELATED LINKS