Invoke ADCUpdateNscqaparam - j81blog/J81.ADCToolkit GitHub Wiki
Update NS configuration Object.
Invoke-ADCUpdateNscqaparam [[-Harqretxdelay] <Double>] [[-Net1label] <String>] [[-Minrttnet1] <Double>]
[[-Lr1coeflist] <String>] [[-Lr1probthresh] <Double>] [[-Net1cclscale] <String>] [[-Net1csqscale] <String>]
[[-Net1logcoef] <String>] [[-Net2label] <String>] [[-Minrttnet2] <Double>] [[-Lr2coeflist] <String>]
[[-Lr2probthresh] <Double>] [[-Net2cclscale] <String>] [[-Net2csqscale] <String>] [[-Net2logcoef] <String>]
[[-Net3label] <String>] [[-Minrttnet3] <Double>] [[-Net3cclscale] <String>] [[-Net3csqscale] <String>]
[[-Net3logcoef] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
Configuration for cqaparam resource.
Invoke-ADCUpdateNscqaparam
An example how to update nscqaparam configuration Object(s).
HARQ retransmission delay (in ms).
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseName of the network label.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseMIN RTT (in ms) for the first network.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: 0
Accept pipeline input: False
Accept wildcard characters: Falsecoefficients values for Label1.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseProbability threshold values for LR model to differentiate between NET1 and reset(NET2 and NET3).
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseThree congestion level scores limits corresponding to None, Low, Medium.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThree signal quality level scores limits corresponding to Excellent, Good, Fair.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseConnection quality ranking Log coefficients of network 1.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 9
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseName of the network label 2.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 10
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseMIN RTT (in ms) for the second network.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 11
Default value: 0
Accept pipeline input: False
Accept wildcard characters: Falsecoefficients values for Label 2.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 12
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseProbability threshold values for LR model to differentiate between NET2 and NET3.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 13
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseThree congestion level scores limits corresponding to None, Low, Medium.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 14
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThree signal quality level scores limits corresponding to Excellent, Good, Fair.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 15
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseConnnection quality ranking Log coefficients of network 2.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 16
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseName of the network label 3.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 17
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseMIN RTT (in ms) for the third network.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 18
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseThree congestion level scores limits corresponding to None, Low, Medium.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 19
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThree signal quality level scores limits corresponding to Excellent, Good, Fair.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 20
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseConnection quality ranking Log coefficients of network 3.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 21
Default value: None
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-ADCUpdateNscqaparam 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.