Class NormalHextHopCondition
Tests the current value of the “Normal-NextHop” variable. The LoST Service URN Condition (Section 3.3.3.1.9) sets “Normal-NextHop” to the URI returned by the LoST query or marks it as undefined. See Sections 3.3.3.1.14. and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class NormalHextHopCondition : ConditionBase
Constructors
| Edit this page View SourceNormalHextHopCondition()
Default constructor.
Declaration
public NormalHextHopCondition()
Properties
| Edit this page View SourceOperator
Operator to use for comparison. Must be "EQ", "SS" or "NE". Required.
Declaration
[JsonPropertyName("operator")]
public string Operator { get; set; }
Property Value
Type | Description |
---|---|
string |
content
This value is compared against the current value of the NormalNextHop variable using the test specified by the “operator”. Required.
Declaration
public string content { get; set; }
Property Value
Type | Description |
---|---|
string |