Invoke ADCUnsetNscqaparam - j81blog/J81.ADCToolkit GitHub Wiki

Invoke-ADCUnsetNscqaparam

SYNOPSIS

Unset NS configuration Object.

SYNTAX

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>]

DESCRIPTION

Configuration for cqaparam resource.

EXAMPLES

EXAMPLE 1

Invoke-ADCUnsetNscqaparam

An example how to unset nscqaparam configuration Object(s).

PARAMETERS

-harqretxdelay

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: False

-net1label

Name of the network label.

Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-minrttnet1

MIN 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: False

-lr1coeflist

coefficients values for Label1.

Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: 5
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-lr1probthresh

Probability 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: False

-net1cclscale

Three 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: False

-net1csqscale

Three 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: False

-net1logcoef

Connection 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: False

-net2label

Name 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: False

-minrttnet2

MIN 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: False

-net2cclscale

Three 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: False

-net2csqscale

Three 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: False

-net2logcoef

Connnection 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: False

-net3label

Name 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: False

-minrttnet3

MIN 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: False

-net3cclscale

Three 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: False

-net3csqscale

Three 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: False

-net3logcoef

Connection 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: False

-WhatIf

Shows 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: False

-Confirm

Prompts 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: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

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.

RELATED LINKS

https://blog.j81.nl

⚠️ **GitHub.com Fallback** ⚠️