STATUS current
DESCRIPTION
"A row describing a given tariff"
- INDEX { tariffId }
+ INDEX { tariffIndex }
::= {tariffUsers 1 }
UsersByTariff ::= SEQUENCE {
- tariffId Integer32,
+ tariffIndex Integer32,
tariffName DisplayString,
userCount Integer32
}
-tariffId OBJECT-TYPE
+tariffIndex OBJECT-TYPE
SYNTAX Integer32 (0..255)
- MAX-ACCESS read-only
+ MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The id of the tariff this table describes."
DEFVAL { 0 }
::= { tariffs 1 }
+totalAdmins OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total admins registered in the billing"
+ DEFVAL { 0 }
+ ::= { admins 1 }
+
+totalServices OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total services registered in the billing"
+ DEFVAL { 0 }
+ ::= { services 1 }
+
+totalCorporations OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total corporations registered in the billing"
+ DEFVAL { 0 }
+ ::= { corporations 1 }
+
END