Class PolicyStoreDiscrepancyReport
Data class for reporting a problem with a Policy Store Service. See Sections 3.7.4 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class PolicyStoreDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourcePolicyStoreDiscrepancyReport()
Default constructor.
Declaration
public PolicyStoreDiscrepancyReport()
Properties
| Edit this page View SourcepolicyAgencyName
Specifies the agency whose policy is requested.Must be a FQDN or URI that contains a FQDN Required.
Declaration
public string policyAgencyName { get; set; }
Property Value
Type | Description |
---|---|
string |
policyId
For “OtherRoutePolicy”, this is an arbitrary identifier for the policy. CONDITIONAL, MUST NOT be specified unless policyType is “OtherRoutePolicy”.
Declaration
public string policyId { get; set; }
Property Value
Type | Description |
---|---|
string |
policyQueueName
For “OriginationRoutePolicy” or “NormalNextHopRoutePolicy”, this is the policyQueueName. CONDITIONAL, MUST NOT be specified unless policyType is “OriginationRoutePolicy” or “NormalNextHopRoutePolicy”
Declaration
public string policyQueueName { get; set; }
Property Value
Type | Description |
---|---|
string |
policyType
Type of the policy. Values are limited to names in the Policy Types registry. See Section 10.33 of NENA-STA-010.3.
Declaration
public string policyType { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Specifies the type of problem. Must be the string equivalent of one of the values in the PolicyStoreProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |
retrievePolicyResponse
The Response received from the Policy Retrieve Request as shown in Section 3.3.1 of NENA-STA-010.3. Required.
Declaration
public string retrievePolicyResponse { get; set; }
Property Value
Type | Description |
---|---|
string |