Invoke ADCUnsetNscqaparam - j81blog/J81.ADCToolkit GitHub Wiki
Unset NS configuration Object.
Invoke-ADCUnsetNscqaparam [[-harqretxdelay] <Boolean>] [[-net1label] <Boolean>] [[-minrttnet1] <Boolean>]
[[-lr1coeflist] <Boolean>] [[-lr1probthresh] <Boolean>] [[-net1cclscale] <Boolean>]
[[-net1csqscale] <Boolean>] [[-net1logcoef] <Boolean>] [[-net2label] <Boolean>] [[-minrttnet2] <Boolean>]
[[-net2cclscale] <Boolean>] [[-net2csqscale] <Boolean>] [[-net2logcoef] <Boolean>] [[-net3label] <Boolean>]
[[-minrttnet3] <Boolean>] [[-net3cclscale] <Boolean>] [[-net3csqscale] <Boolean>] [[-net3logcoef] <Boolean>]
[-WhatIf] [-Confirm] [<CommonParameters>]
Configuration for cqaparam resource.
Invoke-ADCUnsetNscqaparam
An example how to unset nscqaparam configuration Object(s).
HARQ retransmission delay (in ms).
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseName of the network label.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseMIN RTT (in ms) for the first network.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: False
Accept pipeline input: False
Accept wildcard characters: Falsecoefficients values for Label1.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseProbability threshold values for LR model to differentiate between NET1 and reset(NET2 and NET3).
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThree congestion level scores limits corresponding to None, Low, Medium.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThree signal quality level scores limits corresponding to Excellent, Good, Fair.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseConnection quality ranking Log coefficients of network 1.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 9
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseName of the network label 2.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 10
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseMIN RTT (in ms) for the second network.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 11
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThree congestion level scores limits corresponding to None, Low, Medium.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 12
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThree signal quality level scores limits corresponding to Excellent, Good, Fair.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 13
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseConnnection quality ranking Log coefficients of network 2.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 14
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseName of the network label 3.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 15
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseMIN RTT (in ms) for the third network.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 16
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThree congestion level scores limits corresponding to None, Low, Medium.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 17
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThree signal quality level scores limits corresponding to Excellent, Good, Fair.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 18
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseConnection quality ranking Log coefficients of network 3.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 19
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
File Name : Invoke-ADCUnsetNscqaparam Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/ns/nscqaparam Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.