< Back

Set-NsxFirewallThreshold

Sat Jan 18, 2020 9:28 pm

NAME Set-NsxFirewallThreshold



SYNOPSIS

Sets the Distributed Firewall thresholds for CPU, Memory

and Connections per Second





SYNTAX

Set-NsxFirewallThreshold [[-Memory] <Int32>] [[-Cpu] <Int32>] [[-ConnectionsPerSecond] <Int32>] [[-Connection]

<PSObject>] [<CommonParameters>]





DESCRIPTION

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

crosses these thresholds.



This command will set the threshold configuration for the

distributed firewall





PARAMETERS

-Memory <Int32>



Required? false

Position? 1

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Cpu <Int32>



Required? false

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-ConnectionsPerSecond <Int32>



Required? false

Position? 3

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object.



Required? false

Position? 4

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 />Set-NsxFirewallThreshold -Cpu 70 -Memory 70 -ConnectionsPerSecond 35000



CPU Memory ConnectionsPerSecond

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

cpu memory connectionsPerSecond











RELATED LINKS