summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryxpoke <yangxu5@huawei.com>2021-08-26 22:03:59 +0800
committeryxpoke <yangxu5@huawei.com>2021-08-26 22:03:59 +0800
commit3aa63cadf528a3d0146464c5ba65ea308f638ec5 (patch)
treeacbd662a366510359b06ff415ad4a33f310246b5
parent8733393a4903378310247d753ec7c0d8fe97e59b (diff)
incorporate Honolulu changes
Issue-ID: MODELING-539 Signed-off-by: yxpoke <yangxu5@huawei.com> Change-Id: Ia5f0bbd6f2844693b1b4087d36c572d3846b8f79
-rw-r--r--docs/ONAP Model Spec/im/Location/Location.rst534
-rw-r--r--docs/ONAP Model Spec/im/Location/Place.pngbin0 -> 787666 bytes
-rw-r--r--docs/ONAP Model Spec/im/PNF/PNFD.rst6
-rw-r--r--docs/ONAP Model Spec/im/VES/VES index.rst6
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-association.rst428
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-class-1.rst11785
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-class-2.rst7644
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-datatype.pngbin0 -> 416934 bytes
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-datatype.rst530
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-diagram.rst51
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-enumeration.rst342
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-event.pngbin0 -> 171434 bytes
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-ipmi.pngbin0 -> 430123 bytes
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-measure.pngbin0 -> 316430 bytes
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-mobile.pngbin0 -> 647605 bytes
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-perf3gpp.pngbin0 -> 367507 bytes
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-root.pngbin0 -> 364217 bytes
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-sipsignal.pngbin0 -> 192855 bytes
-rw-r--r--docs/ONAP Model Spec/im/VES/VES-voice.pngbin0 -> 380691 bytes
-rw-r--r--docs/ONAP Model Spec/im/VNF/VNFD-DF.pngbin1319975 -> 344436 bytes
-rw-r--r--docs/ONAP Model Spec/im/VNF/VNFD-datatype.pngbin0 -> 1214410 bytes
-rw-r--r--docs/ONAP Model Spec/im/VNF/VNFD-topo.pngbin2033901 -> 571817 bytes
-rw-r--r--docs/ONAP Model Spec/im/VNF/VNFD.pngbin1474238 -> 390573 bytes
-rw-r--r--docs/ONAP Model Spec/im/VNF/Vnfd.rst6507
-rw-r--r--docs/ONAP Model Spec/im/index.rst1
-rw-r--r--docs/Release-notes/release-notes.rst35
26 files changed, 11884 insertions, 15985 deletions
diff --git a/docs/ONAP Model Spec/im/Location/Location.rst b/docs/ONAP Model Spec/im/Location/Location.rst
new file mode 100644
index 0000000..0d9d87d
--- /dev/null
+++ b/docs/ONAP Model Spec/im/Location/Location.rst
@@ -0,0 +1,534 @@
+.. Copyright 2021
+.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
+.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
+
+Location Model
+==============
+
+.. contents::
+ :depth: 3
+..
+
+Diagrams
+--------
+
+Place
+~~~~~
+
+.. image:: Place.png
+
+Classes
+-------
+
+Place
+~~~~~
+
+**Parent class:** RootEntity
+
+Applied stereotypes:
+
+- Reference
+
+- **reference: From TMF SID**
+
+- Preliminary
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+================== ============== ========= ================================== ====================================================================================================================================================================================================================================================================================================================================================================== ========================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+validFor TimePeriod 0..1 OpenModelAttribute Common::Location::ObjectClasses::Place::validFor
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+geoCoordinates GeoCoordinates 0..1 Reference Geographical coordinates Common::Location::ObjectClasses::Place::geoCoordinates
+
+ - reference:RFC6225
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+civicAddress CivicAddress 0..1 Reference Civic address Common::Location::ObjectClasses::Place::civicAddress
+
+ - reference:RFC4776
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 0..1 Preliminary Represents a user-friendly identifier of an object. It is a (possibly ambiguous) name by which the object is commonly known in some limited scope (such as an organization) and conforms to the naming conventions of the country or culture with which it is associated. It is NOT used as a naming attribute (i.e., to uniquely identify an instance of the object). Common::Root::RootObjectClasses::RootEntity::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ============== ========= ================================== ====================================================================================================================================================================================================================================================================================================================================================================== ========================================================
+
+RootEntity
+~~~~~~~~~~
+
+This is the top of the ONAP class hierarchy. The purpose of the RootEntity is to define a set of attributes that are common to all entities that derive from it. These properties enable us to name, describe, and identify all objects in the environment.
+
+Applied stereotypes:
+
+- Preliminary
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+================== ========== ========= ================================== ====================================================================================================================================================================================================================================================================================================================================================================== ========================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+name String 0..1 Preliminary Represents a user-friendly identifier of an object. It is a (possibly ambiguous) name by which the object is commonly known in some limited scope (such as an organization) and conforms to the naming conventions of the country or culture with which it is associated. It is NOT used as a naming attribute (i.e., to uniquely identify an instance of the object). Common::Root::RootObjectClasses::RootEntity::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ========== ========= ================================== ====================================================================================================================================================================================================================================================================================================================================================================== ========================================================
+
+Data Types
+----------
+
+CityQualifiers
+~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+- Preliminary
+
+================== ======== ========= ========== ================================== ========================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+cityName String 1 RW Reference Name of City, Township, or Parish
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cityDivision String 0..1 RW Reference Name of city division, ex. Borough, District, Ward, Chou
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cityNeighborhood String 0..1 RW Reference Name of neighborhood, ex. Block, Street group
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ========== ================================== ========================================================
+
+CivicAddress
+~~~~~~~~~~~~
+
+Applied stereotypes:
+
+- Preliminary
+
+=================== =================== ========= ========== ================================== ==============================================================================================================================================================================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+country String 1 RW Reference The name of the country
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+state String 0..1 RW Reference The name of the state or province
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+region String 0..1 RW Reference The name of the region
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+postalCode String 0..1 RW Reference The postal code or zip code
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+city CityQualifiers 0..1 RW Preliminary The name of the metropolitan area, city, township, borough, district, or ward. Allows further specific city sub-divisions to be specified, such as: division, borough, district, ward, chou, neighborhood, block, street group
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+streetAddress String 0..1 RW Reference The street address
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lata String 0..1 RW Preliminary Local access and transport area (LATA) represents a geographical area of the United States, used in U.S. telecommunications regulation.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+structureQualifiers StructureQualifiers 0..1 RW Preliminary Additional pre-defined qualifier fields for a structure including: unit, floor, room, desk
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=================== =================== ========= ========== ================================== ==============================================================================================================================================================================================================================
+
+GeoCoordinates
+~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+- Preliminary
+
+==================== ============ ========= ========== ================================== ======================================================================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+mapDatum MapDatum 1 RW Reference Map Datum used for the coordinates given in this option.
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+latitude String 1 RW Reference Latitude in binary geodetic form. A 34-bit fixed-point value consisting of 9 bits of integer and 25 bits of fraction.
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+latitudeUncertainty String 0..1 RW Reference When mapDatum = WGS84, this field represents latitude uncertainty.
+ Uncertainty = 2 ^ ( 21 - x )
+ Preliminary x = 21 - ceil( log2( uncertainty ) )
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+longitude String 1 RW Reference Longitude in binary geodetic form. A 34-bit fixed-point value consisting of 9 bits of integer and 25 bits of fraction.
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+longitudeUncertainty String 0..1 RW Reference When mapDatum = WGS84, this field represents longitude uncertainty.
+ Uncertainty = 2 ^ ( 21 - x )
+ Preliminary x = 21 - ceil( log2( uncertainty ) )
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+altitude String 0..1 RW Reference A 30-bit value defined by the Altitude Type field.
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+altitudeUncertainty String 0..1 RW Reference When mapDatum = WGS84, this field represents altitude uncertainty.
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+altitudeUnit AltitudeUnit 0..1 RW Reference Defines the unit for the altitude value.
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+altitudeResolution String 0..1 RW Reference Encodes the number of high-order altitude bits that should be considered valid.
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+==================== ============ ========= ========== ================================== ======================================================================================================================
+
+Identifier
+~~~~~~~~~~
+
+Applied stereotypes:
+
+- Preliminary
+
+StructureQualifiers
+~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+- Preliminary
+
+================== ======== ========= ========== ================================== =================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+unit String 0..1 RW Reference Unit (apartment, suite)
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+floor String 0..1 RW Reference Floor
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+room String 0..1 RW Reference Room
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+desk String 0..1 RW Reference Seat, desk, cubicle, workstation
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+placementInfo String 0..1 RW Reference Additional placement information, ex. shelf, rack
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+poBox String 0..1 RW Reference Post office box number
+
+ Preliminary
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ========== ================================== =================================================
+
+TimePeriod
+~~~~~~~~~~
+
+A base / value business entity used to represent a period of time, between two timepoints
+
+Applied stereotypes:
+
+- Preliminary
+
+================== ======== ========= ========== ================================== =================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+startDateTime DateTime 1 RW OpenModelAttribute An instant of time, starting at the TimePeriod
+ Notes:
+ - isInvariant: false If null, then represents to the beginning of time
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endDateTime DateTime 1 RW OpenModelAttribute An instant of time, ending at the TimePeriod:
+ Notes:
+ - isInvariant: false If null, then represents to the end of time
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ========== ================================== =================================================
+
+Enumerations
+------------
+
+AltitudeUnit
+~~~~~~~~~~~~
+
+Contains Enumeration Literals:
+
+- METER:
+
+- FLOOR:
+
+- FOOT:
+
+MapDatum
+~~~~~~~~
+
+Contains Enumeration Literals:
+
+- WGS84:
+
+- NAD83 + NAVD88:
+
+- NAD83 + MLLW:
diff --git a/docs/ONAP Model Spec/im/Location/Place.png b/docs/ONAP Model Spec/im/Location/Place.png
new file mode 100644
index 0000000..7543df3
--- /dev/null
+++ b/docs/ONAP Model Spec/im/Location/Place.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/PNF/PNFD.rst b/docs/ONAP Model Spec/im/PNF/PNFD.rst
index 76eb837..6ae1bf9 100644
--- a/docs/ONAP Model Spec/im/PNF/PNFD.rst
+++ b/docs/ONAP Model Spec/im/PNF/PNFD.rst
@@ -3,7 +3,11 @@
.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
PnfdModel
-~~~~~~~~~
+=========
+
+.. contents::
+ :depth: 3
+..
Classes
-------
diff --git a/docs/ONAP Model Spec/im/VES/VES index.rst b/docs/ONAP Model Spec/im/VES/VES index.rst
index 2440f38..70ea090 100644
--- a/docs/ONAP Model Spec/im/VES/VES index.rst
+++ b/docs/ONAP Model Spec/im/VES/VES index.rst
@@ -1,4 +1,4 @@
-.. Copyright 2019
+.. Copyright 2021
.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
@@ -8,7 +8,9 @@ VES Model
.. toctree::
:maxdepth: 2
+ VES-diagram
VES-class-1
VES-class-2
+ VES-association
VES-datatype
- VES-enumeration \ No newline at end of file
+ VES-enumeration
diff --git a/docs/ONAP Model Spec/im/VES/VES-association.rst b/docs/ONAP Model Spec/im/VES/VES-association.rst
new file mode 100644
index 0000000..2f71a7a
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-association.rst
@@ -0,0 +1,428 @@
+.. Copyright 2021
+.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
+.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
+
+VES Model Associations
+----------------------
+
+MeasurementHasCodecsInUse
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =========== ========= ======================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_codecsinuse composite Navig. CodecsInUse 0..\* Array of codecs in use
+measurement none Not navig. Measurement 1
+================== =========== ========== =========== ========= ======================
+
+MeasurementHasCpuUsage
+~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =========== ========= =========================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_cpuUsage composite Navig. CpuUsage 0..\* Usage of an array of CPUs
+measurement none Not navig. Measurement 1
+================== =========== ========== =========== ========= =========================
+
+MeasurementHasDiskUsage
+~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =========== ========= ==========================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_diskUsage composite Navig. DiskUsage 0..\* Usage of an array of disks
+measurement none Not navig. Measurement 1
+================== =========== ========== =========== ========= ==========================
+
+MeasurementHasHugePages
+~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =========== ========= =============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_Hugepages composite Navig. HugePages 0..1 Array of metrics on hugePages
+measurement none Not navig. Measurement 1
+================== =========== ========== =========== ========= =============================
+
+MeasurementHasFilesystemUsage
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+======================= =========== ========== =============== ========= ===========================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_filesystemusage composite Navig. FilesystemUsage 0..\* Filesystem usage of the VM on which the xNFC reporting the event is running
+measurementhasdiskusage none Not navig. Measurement 1
+======================= =========== ========== =============== ========= ===========================================================================
+
+MeasurementHasIpmi
+~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =========== ========= ==========================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_ipmi composite Navig. Ipmi 0..1 Array of intelligent platform management interface metrics
+measurement none Not navig. Measurement 1
+================== =========== ========== =========== ========= ==========================================================
+
+MeasurementHasLatencyBucketMeasure
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+====================== =========== ========== ==================== ========= ====================================================================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_latencybucketmeasure composite Navig. LatencyBucketMeasure 0..1 Array of integers representing counts of requests whose latency in milliseconds falls within per-xNF configured ranges; where latency is the duration between a service request and its fulfillment.
+measurement none Not navig. Measurement 1
+====================== =========== ========== ==================== ========= ====================================================================================================================================================================================================
+
+MeasurementHasLoad
+~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =========== ========= ============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_load composite Navig. Load 0..1 Array of system load metrics
+measurement none Not navig. Measurement 1
+================== =========== ========== =========== ========= ============================
+
+MeasurementHasMemoryUsage
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =========== ========= ===============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_memoryusage composite Navig. MemoryUsage 0..\* Memory usage of an array of VMs
+measurement none Not navig. Measurement 1
+================== =========== ========== =========== ========= ===============================
+
+MeasurementHasNicPerformance
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ============== ========= ==========================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_nicperformance composite Navig. NicPerformance 0..\* Performance metrics of an array of network interface cards
+measurement none Not navig. Measurement 1
+================== =========== ========== ============== ========= ==========================================================
+
+MeasurementHasProcessStats
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ============ ========= ====================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_processstats composite Navig. ProcessStats 0..\* Array of metrics on system processes
+measurement none Not navig. Measurement 1
+================== =========== ========== ============ ========= ====================================
+
+MeausrementHasMachineCheckException
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+======================= =========== ========== ===================== ========= =================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_machinecheckexception composite Navig. MachineCheckException 0..1 Array of machine check exceptions
+measurement none Not navig. Measurement 1
+======================= =========== ========== ===================== ========= =================================
+
+IpmiHasIpmiBattery
+~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =========== ========= ============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_ipmibattery composite Navig. IpmiBattery 0..1 Array of ipmiBattery objects
+ipmi none Not navig. Ipmi 1
+================== =========== ========== =========== ========= ============================
+
+IpmiHasIpmiBaseboardVoltageRegulator
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Array of ipmiBaseboard VoltageRegulator objects
+
+Applied stereotypes:
+
+=============================== =========== ========== ============================= ========= ===============================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_ipmibaseboardvoltageregulator composite Navig. IpmiBaseboardVoltageRegulator 0..1 Array of ipmiBaseboard VoltageRegulator objects
+ipmi none Not navig. Ipmi 1
+=============================== =========== ========== ============================= ========= ===============================================
+
+IpmiHas IpmiFan
+~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ======== ========= ========================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_ipmifan composite Navig. IpmiFan 0..1 Array of ipmiFan objects
+ipmi none Not navig. Ipmi 1
+================== =========== ========== ======== ========= ========================
+
+IpmiHasIpmiBaseboardTemperature
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Array of ipmiBaseboard Temperature objects
+
+Applied stereotypes:
+
+========================== =========== ========== ======================== ========= ==========================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_ipmibaseboardtemperature composite Navig. IpmiBaseboardTemperature 0..1 Array of ipmiBaseboard Temperature objects
+ipmi none Not navig. Ipmi 1
+========================== =========== ========== ======================== ========= ==========================================
+
+IpmiHasIpmiGlobalAggregateTemperatureMargin
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+====================================== =========== ========== ==================================== ========= ========================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_ipmiglobalaggregatetemperaturemargin composite Navig. IpmiGlobalAggregateTemperatureMargin 0..1 ipmi global aggregate temperature margin
+ipmi none Not navig. Ipmi 1
+====================================== =========== ========== ==================================== ========= ========================================
+
+IpmiHasIpmiHsbp
+~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ======== ========= =========================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_ipmihsbp composite Navig. IpmiHsbp 0..1 Array of ipmiHsbp objects
+ipmi none Not navig. Ipmi 1
+================== =========== ========== ======== ========= =========================
+
+IpmiHasIpmiNic
+~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ======== ========= ========================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_ipminic composite Navig. IpmiNic 0..1 Array of ipmiNic objects
+ipmi none Not navig. Ipmi 1
+================== =========== ========== ======== ========= ========================
+
+IpmiHasIpmiProcessor
+~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ============= ========= ==============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_ipmiprocessor composite Navig. IpmiProcessor 0..1 Array of ipmiProcessor objects
+ipmi none Not navig. Ipmi 1
+================== =========== ========== ============= ========= ==============================
+
+IpmiHsIpmiPowerSupply
+~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =============== ========= ================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_ipmipowersupply composite Navig. IpmiPowerSupply 0..1 Array of ipmiPowerSupply objects
+ipmi none Not navig. Ipmi 1
+================== =========== ========== =============== ========= ================================
+
+IpmiProcessorHasProcessorDimmAggregateThermalMargin
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+===================================== =========== ========== =================================== ========= =====================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_processordimmaggregatethermalmargin composite Navig. ProcessorDimmAggregateThermalMargin 0..1 Array of processorDimmAggregate ThermalMargin objects
+ipmiprocessor none Not navig. IpmiProcessor 1
+===================================== =========== ========== =================================== ========= =====================================================
+
+MobileFlowHasGtpPerFlowMetrics
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+=================== =========== ========== ================= ========= ======================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_gtpperflowmetrics composite Navig. GtpPerFlowMetrics 1 Mobility GTP Protocol per flow metrics
+mobileflow none Not navig. MobileFlow 1
+=================== =========== ========== ================= ========= ======================================
+
+VoiceQualityHasEndOfCallVqmSummaries
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+======================= =========== ========== ===================== ========= ==========================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_endofcallvqmsummaries composite Navig. EndOfCallVqmSummaries 0..1 End of call voice quality metric summaries
+voicequality none Not navig. VoiceQuality 1
+======================= =========== ========== ===================== ========= ==========================================
+
+SipSignalingHasVendorNfNameFields
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+==================== =========== ========== ================== ========= =============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vendorNfnamefields composite Navig. VendorNfNameFields 1 Vendor, NF and nfModule names
+sipsignaling none Not navig. SipSignaling 1
+==================== =========== ========== ================== ========= =============================
+
+VoiceQualityHasVendorNfNameFields
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+==================== =========== ========== ================== ========= =============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vendornfnamefields composite Navig. VendorNfNameFields 1 Vendor, NF and nfModule names
+voicequality none Not navig. VoiceQuality 1
+==================== =========== ========== ================== ========= =============================
+
+Perf3gppContainsMeasDataCollection
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+==================== =========== ========== ================== ========= =====================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_measDataCollection composite Navig. MeasDataCollection 1 3GPP measurement collection structure
+perf3gpp none Not navig. Perf3gpp 1
+==================== =========== ========== ================== ========= =====================================
+
+MeasDataCollectionContainsMeasInfo
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ================== ========= =========================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_measinfo composite Navig. MeasInfo 1..\* Array of monitored object local distinguished name ids per 3GPP TS 32.300
+measdatacollection none Not navig. MeasDataCollection 1
+================== =========== ========== ================== ========= =========================================================================
+
+MeasInfoContainsMeasInfoIdInteger
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+=================== =========== ========== ================= ========= ============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_measinfoidinteger composite Navig. measInfoIdInteger 0..1 Measurement group Identifier
+measinfo none Not navig. MeasInfo 1
+=================== =========== ========== ================= ========= ============================
+
+MeasInfoContainsMeasInfoIdString
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ================ ========= ============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_measinfoidstring composite Navig. MeasInfoIdString 0..1 Measurement group Identifier
+measinfo none Not navig. MeasInfo 1
+================== =========== ========== ================ ========= ============================
+
+MeasInfoContainsMeasTypesInteger
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ================ ========= =================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_meastypesinteger none Navig. MeasTypesInteger 0..1 Array of measurement identifiers associated with the measurement results expressed as integers for efficiency rather than strings
+measinfo none Not navig. MeasInfo 1
+================== =========== ========== ================ ========= =================================================================================================================================
+
+MeasInfoContainsMeasTypesString
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =============== ========= =================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_meastypesstring composite Navig. MeasTypesString 0..1 Array of measurement identifiers associated with the measurement results expressed as integers for efficiency rather than strings
+measinfo none Not navig. MeasInfo 1
+================== =========== ========== =============== ========= =================================================================================================================================
+
+MeasInfoContainsMeasValues
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ========== ========= ===================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_measValuesList composite Navig. MeasValues 1..\* Array of measValues
+measinfo none Not navig. MeasInfo 1
+================== =========== ========== ========== ========= ===================
+
+MeasValuesContainsMeasResultInteger
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+=================== =========== ========== ================= ========= ================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_measresultinteger composite Navig. MeasResultInteger 0..\* Array of results
+measvalues none Not navig. MeasValues 1
+=================== =========== ========== ================= ========= ================
+
+MeasValuesContainsMeasResultNull
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ============== ========= ================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_measresultnull none Navig. measResultNull 0..\* Array of results
+measvalues none Not navig. MeasValues 1
+================== =========== ========== ============== ========= ================
+
+MeasValuesContainsMEasResultNumber
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =============== ========= ================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_mesresultnumber none Navig. MesResultNumber 0..\* Array of results
+measvalues none Not navig. MeasValues 1
+================== =========== ========== =============== ========= ================
+
+MeasValuesContainsMeasResultString
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ================ ========= ================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_measresultstring none Navig. MeasResultString 0..\* Array of results
+measvalues none Not navig. MeasValues 1
+================== =========== ========== ================ ========= ================
+
+CmNotifyHasCmNotif
+~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ======== ========= =============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_cmnotif composite Navig. cmNotif 1..\* Array of cmNotif notificatons
+cmnotify none Not navig. CmNotify 1
+================== =========== ========== ======== ========= =============================
diff --git a/docs/ONAP Model Spec/im/VES/VES-class-1.rst b/docs/ONAP Model Spec/im/VES/VES-class-1.rst
index aa30e95..3a5b091 100644
--- a/docs/ONAP Model Spec/im/VES/VES-class-1.rst
+++ b/docs/ONAP Model Spec/im/VES/VES-class-1.rst
@@ -9,7543 +9,4878 @@ VES Class Definition - part 1
:depth: 3
..
-CodecsInUse class
-^^^^^^^^^^^^^^^^^
+CmNotify
+~~~~~~~~
-**Qualified Name:** Ves::ObjectClasses::CodecsInUse
+**Parent class:** VesEvent
+
+Applied stereotypes:
+
+- OpenModelClass
-**Description:**
+- **support: MANDATORY**
+
+- Experimental
+
+======================= =============== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalInformation HashMap 0..1 OpenModelAttribute Additional information nf provider wants to convey. Ves::Diagrams::CmNotify::additionalInformation
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cmNotifyFieldsVersion String 1 OpenModelAttribute Version of the cmNotify Ves::Diagrams::CmNotify::cmNotifyFieldsVersion
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+correlatedNotifications invalid 0..\* OpenModelAttribute Notifications to which this notification is considered to be correlated Ves::Diagrams::CmNotify::correlatedNotifications
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventTime DateTime 1 OpenModelAttribute Time of the cmNotify event. Ves::Diagrams::CmNotify::eventTime
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+notificationId String 1 OpenModelAttribute Unique Identifier for the source of this occurrence of the notification. For 3GPP devices this is the notification identifier as defined by ITUT Ves::Diagrams::CmNotify::notificationId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceIndicator SourceIndicator 0..1 OpenModelAttribute Indicates the source of the operation that led to the generation of the notification. Ves::Diagrams::CmNotify::sourceIndicator
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+systemDN String 0..1 OpenModelAttribute DN of the management service provider Ves::Diagrams::CmNotify::systemDN
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_cmnotif cmNotif 1..\* OpenModelAttribute Array of cmNotif notificatons Ves::Diagrams::CmNotify::_cmnotif
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+======================= =============== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+CodecsInUse
+~~~~~~~~~~~
The codecsInUse datatype consists of the following fields describing the number of times an identified codec was used over the measurementInterval
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class CodecsInUse**
-
-================== ======== ========= ============================= =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ============================= =====================
-codecIdentifier String 1 Description of the codec. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numberInUse Integer 1 Number of such codecs in use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ============================= =====================
-
-CpuUsage class
-^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::CpuUsage
-
-**Description:**
+================== ======== ========= ================================== ============================= ================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+codecIdentifier String 1 Preliminary Description of the codec. Ves::ObjectClasses::CodecsInUse::codecIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numberInUse Integer 1 Preliminary Number of such codecs in use. Ves::ObjectClasses::CodecsInUse::numberInUse
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ============================= ================================================
+
+CpuUsage
+~~~~~~~~
The cpuUsage datatype defines the usage of an identifier CPU and consists of the following fields:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class CpuUsage**
-
-===================== ======== ========= ================================================================================================================================= =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-===================== ======== ========= ================================================================================================================================= =====================
-cpuCapacityContention Number 0..1 The amount of time the CPU cannot run due to contention, in milliseconds over the measurementInterval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuDemandAvg Number 0..1 The total CPU time that the NF/NFC/VM could use if there was no contention, in milliseconds over the measurementInterval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuDemandMhz Number 0..1 CPU demand in MHz OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuDemandPct Number 0..1 CPU demand as a percentage of the provisioned capacity OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuIdentifier String 1 CPU Identifier OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuIdle Number 0..1 Percentage of CPU time spent in the idle task OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuLatencyAvg Number 0..1 cpuDemandAvg - The total CPU time that the VNF/VNFC/VM could use if there is no contention, in milliseconds. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuOverheadAvg Number 0..1 The overhead demand above available allocations and reservations, in milliseconds over the measurementInterval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuSwapWaitTime Number 0..1 Swap wait time, in milliseconds over the measurementInterval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuUsageInterrupt Number 0..1 Percentage of time spent servicing interrupts OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuUsageNice Number 0..1 Percentage of time spent running user space processes that have been niced OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuUsageSoftIrq Number 0..1 Percentage of time spent handling soft irq interrupts OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuUsageSteal Number 0..1 Percentage of time spent in involuntary wait which is neither user, system or idle time and is effectively time that went missing OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuUsageSystem Number 0..1 Percentage of time spent on system tasks running the kernel OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuUsageUser Number 0..1 Percentage of time spent running un-niced user space processes OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cpuWait Number 0..1 Percentage of CPU time spent waiting for I/O operations to complete OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-percentUsage Number 1 Aggregate cpu usage of the virtual machine on which the xNFC reporting the event is running OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-===================== ======== ========= ================================================================================================================================= =====================
-
-DiskUsage class
-^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::DiskUsage
-
-**Description:**
+===================== ======== ========= ================================== ================================================================================================================================= ===================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+cpuCapacityContention Number 0..1 Preliminary The amount of time the CPU cannot run due to contention, in milliseconds over the measurementInterval Ves::ObjectClasses::CpuUsage::cpuCapacityContention
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuDemandAvg Number 0..1 Preliminary The total CPU time that the NF/NFC/VM could use if there was no contention, in milliseconds over the measurementInterval Ves::ObjectClasses::CpuUsage::cpuDemandAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuDemandMhz Number 0..1 Preliminary CPU demand in MHz Ves::ObjectClasses::CpuUsage::cpuDemandMhz
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuDemandPct Number 0..1 Preliminary CPU demand as a percentage of the provisioned capacity Ves::ObjectClasses::CpuUsage::cpuDemandPct
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuIdentifier String 1 Preliminary CPU Identifier Ves::ObjectClasses::CpuUsage::cpuIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuIdle Number 0..1 Preliminary Percentage of CPU time spent in the idle task Ves::ObjectClasses::CpuUsage::cpuIdle
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuLatencyAvg Number 0..1 Preliminary cpuDemandAvg - The total CPU time that the VNF/VNFC/VM could use if there is no contention, in milliseconds. Ves::ObjectClasses::CpuUsage::cpuLatencyAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuOverheadAvg Number 0..1 Preliminary The overhead demand above available allocations and reservations, in milliseconds over the measurementInterval Ves::ObjectClasses::CpuUsage::cpuOverheadAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuSwapWaitTime Number 0..1 Preliminary Swap wait time, in milliseconds over the measurementInterval Ves::ObjectClasses::CpuUsage::cpuSwapWaitTime
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuUsageInterrupt Number 0..1 Preliminary Percentage of time spent servicing interrupts Ves::ObjectClasses::CpuUsage::cpuUsageInterrupt
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuUsageNice Number 0..1 Preliminary Percentage of time spent running user space processes that have been niced Ves::ObjectClasses::CpuUsage::cpuUsageNice
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuUsageSoftIrq Number 0..1 Preliminary Percentage of time spent handling soft irq interrupts Ves::ObjectClasses::CpuUsage::cpuUsageSoftIrq
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuUsageSteal Number 0..1 Preliminary Percentage of time spent in involuntary wait which is neither user, system or idle time and is effectively time that went missing Ves::ObjectClasses::CpuUsage::cpuUsageSteal
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuUsageSystem Number 0..1 Preliminary Percentage of time spent on system tasks running the kernel Ves::ObjectClasses::CpuUsage::cpuUsageSystem
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuUsageUser Number 0..1 Preliminary Percentage of time spent running un-niced user space processes Ves::ObjectClasses::CpuUsage::cpuUsageUser
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuWait Number 0..1 Preliminary Percentage of CPU time spent waiting for I/O operations to complete Ves::ObjectClasses::CpuUsage::cpuWait
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+percentUsage Number 1 Preliminary Aggregate cpu usage of the virtual machine on which the xNFC reporting the event is running Ves::ObjectClasses::CpuUsage::percentUsage
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+===================== ======== ========= ================================== ================================================================================================================================= ===================================================
+
+DiskUsage
+~~~~~~~~~
The diskUsage datatype defines the usage of a disk device.
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class DiskUsage**
-
-========================= ======== ========= ============================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-========================= ======== ========= ============================================================================================================================================================================================================================ =====================
-diskBusResets Number 0..1 The number of bus resets in the performance interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskCommandsAborted Number 0..1 Number of disk commands aborted over the measurementInterval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskCommandsAvg Number 0..1 Average number of commands per second over the measurementInterval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskFlushRequests Number 0..1 Total flush requests of the disk cache over the measurementInterval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskFlushTime Number 0..1 Milliseconds spent on disk cache flushing over the measurementInterval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskIdentifier String 1 Disk Identifier. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskIoTimeAvg Number 1 Milliseconds spent doing input/output operations over 1 sec; treat this metric as a device load percentage where 1000ms matches 100% load; provide the average over the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskIoTimeLast Number 0..1 Milliseconds spent doing input/output operations over 1 sec; treat this metric as a device load percentage where 1000ms matches 100% load; provide the last value measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskIoTimeMax Number 0..1 Milliseconds spent doing input/output operations over 1 sec; treat this metric as a device load percentage where 1000ms matches 100% load; provide the maximum value measurement within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskIoTimeMin Number 0..1 Milliseconds spent doing input/output operations over 1 sec; treat this metric as a device load percentage where 1000ms matches 100% load; provide the minimum value measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskMergedReadAvg Number 0..1 Number of logical read operations that were merged into physical read operations, e.g., two logical reads were served by one physical disk access; provide the average measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskMergedReadLast Number 0..1 Number of logical read operations that were merged into physical read operations, e.g., two logical reads were served by one physical disk access; provide the last value measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskMergedReadMax Number 0..1 Number of logical read operations that were merged into physical read operations, e.g., two logical reads were served by one physical disk access; provide the maximum value measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskMergedReadMin Number 0..1 Number of logical read operations that were merged into physical read operations, e.g., two logical reads were served by one physical disk access; provide the minimum value measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskMergedWriteAvg Number 0..1 Number of logical write operations that were merged into physical write operations, e.g., two logical writes were served by one physical disk access; provide the average measurement within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskMergedWriteLast Number 0..1 Number of logical write operations that were merged into physical write operations, e.g., two logical writes were served by one physical disk access; provide the last value measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskMergedWriteMax Number 0..1 Number of logical write operations that were merged into physical write operations, e.g., two logical writes were served by one physical disk access; provide the maximum value measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskMergedWriteMin Number 0..1 Number of logical write operations that were merged into physical write operations, e.g., two logical writes were served by one physical disk access; provide the minimum value measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOctetsReadAvg Number 0..1 Number of octets per second read from a disk or partition; provide the average measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOctetsReadLast Number 0..1 Number of octets per second read from a disk or partition; provide the last measurement within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOctetsReadMax Number 0..1 Number of octets per second read from a disk or partition; provide the maximum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOctetsReadMin Number 0..1 Number of octets per second read from a disk or partition; provide the minimum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOctetsWriteAvg Number 0..1 Number of octets per second written to a disk or partition; provide the average measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOctetsWriteLast Number 0..1 Number of octets per second written to a disk or partition; provide the last measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOctetsWriteMax Number 0..1 Number of octets per second written to a disk or partition; provide the maximum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOctetsWriteMin Number 0..1 Number of octets per second written to a disk or partition; provide the minimum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOpsReadAvg Number 0..1 Number of read operations per second issued to the disk; provide the average measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOpsReadLast Number 0..1 Number of read operations per second issued to the disk; provide the last measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOpsReadMax Number 0..1 Number of read operations per second issued to the disk; provide the maximum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOpsReadMin Number 0..1 Number of read operations per second issued to the disk; provide the minimum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOpsWriteAvg Number 0..1 Number of write operations per second issued to the disk; provide the average measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOpsWriteLast Number 0..1 Number of write operations per second issued to the disk; provide the last measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOpsWriteMax Number 0..1 Number of write operations per second issued to the disk; provide the maximum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskOpsWriteMin Number 0..1 Number of write operations per second issued to the disk; provide the minimum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskPendingOperationsAvg Number 0..1 Queue size of pending I/O operations per second; provide the average measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskPendingOperationsLast Number 0..1 Queue size of pending I/O operations per second; provide the last measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskPendingOperationsMax Number 0..1 Queue size of pending I/O operations per second; provide the maximum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskPendingOperationsMin Number 0..1 diskPendingOperationsMin - Queue size of pending I/O operations per second; provide the minimum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskReadCommandsAvg Number 0..1 Average number of read commands issued per second to the disk over the measurementInterval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTime Number 0..1 Nanoseconds spent on disk cache reads/writes within the measurementInterval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTimeReadAvg Number 0..1 Milliseconds a read operation took to complete; provide the average measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTimeReadLast Number 0..1 Milliseconds a read operation took to complete; provide the last measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTimeReadMax Number 0..1 Milliseconds a read operation took to complete; provide the maximum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTimeReadMin Number 0..1 Milliseconds a read operation took to complete; provide the minimum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTimeWriteAvg Number 0..1 Milliseconds a write operation took to complete; provide the average measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTimeWriteLast Number 0..1 Milliseconds a write operation took to complete; provide the last measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTimeWriteMax Number 0..1 Milliseconds a write operation took to complete; provide the maximum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTimeWriteMin Number 0..1 Milliseconds a write operation took to complete; provide the minimum measurement within the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTotalReadLatencyAvg Number 0..1 The average amount of time taken for a read from the perspective of a Guest OS. This is the sum of Kernel Read Latency and Physical Device Read Latency in milliseconds over the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskTotalWriteLatencyAvg Number 0..1 The average amount of time taken for a write from the perspective of a Guest OS. This is the sum of Kernel Write Latency and Physical Device Write Latency in milliseconds over the measurement interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskWeightedIoTimeAvg Number 0..1 Measure in ms over 1 sec of both I/O completion time and the backlog that may be accumulating. Value is the average within the collection interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskWeightedIoTimeLast Number 0..1 Measure in ms over 1 sec of both I/O completion time and the backlog that may be accumulating. Value is the last within the collection interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskWeightedIoTimeMax Number 0..1 Measure in ms over 1 sec of both I/O completion time and the backlog that may be accumulating. Value is the maximum within the collection interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskWeightedIoTimeMin Number 0..1 Measure in ms over 1 sec of both I/O completion time and the backlog that may be accumulating. Value is the minimum within the collection interval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-diskWriteCommandsAvg Number 0..1 Average number of write commands issued per second to the disk over the measurementInterval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-========================= ======== ========= ============================================================================================================================================================================================================================ =====================
-
-EndOfCallVqmSummaries class
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::EndOfCallVqmSummaries
-
-**Applied Stereotypes:**
+========================= ======== ========= ================================== ============================================================================================================================================================================================================================ ========================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+diskBusResets Number 0..1 Preliminary The number of bus resets in the performance interval. Ves::ObjectClasses::DiskUsage::diskBusResets
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskCommandsAborted Number 0..1 Preliminary Number of disk commands aborted over the measurementInterval. Ves::ObjectClasses::DiskUsage::diskCommandsAborted
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskCommandsAvg Number 0..1 Preliminary Average number of commands per second over the measurementInterval. Ves::ObjectClasses::DiskUsage::diskCommandsAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskFlushRequests Number 0..1 Preliminary Total flush requests of the disk cache over the measurementInterval. Ves::ObjectClasses::DiskUsage::diskFlushRequests
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskFlushTime Number 0..1 Preliminary Milliseconds spent on disk cache flushing over the measurementInterval. Ves::ObjectClasses::DiskUsage::diskFlushTime
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskIdentifier String 1 Preliminary Disk Identifier. Ves::ObjectClasses::DiskUsage::diskIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskIoTimeAvg Number 1 Preliminary Milliseconds spent doing input/output operations over 1 sec; treat this metric as a device load percentage where 1000ms matches 100% load; provide the average over the measurement interval Ves::ObjectClasses::DiskUsage::diskIoTimeAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskIoTimeLast Number 0..1 Preliminary Milliseconds spent doing input/output operations over 1 sec; treat this metric as a device load percentage where 1000ms matches 100% load; provide the last value measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskIoTimeLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskIoTimeMax Number 0..1 Preliminary Milliseconds spent doing input/output operations over 1 sec; treat this metric as a device load percentage where 1000ms matches 100% load; provide the maximum value measurement within the measurement interval Ves::ObjectClasses::DiskUsage::diskIoTimeMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskIoTimeMin Number 0..1 Preliminary Milliseconds spent doing input/output operations over 1 sec; treat this metric as a device load percentage where 1000ms matches 100% load; provide the minimum value measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskIoTimeMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskMergedReadAvg Number 0..1 Preliminary Number of logical read operations that were merged into physical read operations, e.g., two logical reads were served by one physical disk access; provide the average measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskMergedReadAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskMergedReadLast Number 0..1 Preliminary Number of logical read operations that were merged into physical read operations, e.g., two logical reads were served by one physical disk access; provide the last value measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskMergedReadLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskMergedReadMax Number 0..1 Preliminary Number of logical read operations that were merged into physical read operations, e.g., two logical reads were served by one physical disk access; provide the maximum value measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskMergedReadMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskMergedReadMin Number 0..1 Preliminary Number of logical read operations that were merged into physical read operations, e.g., two logical reads were served by one physical disk access; provide the minimum value measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskMergedReadMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskMergedWriteAvg Number 0..1 Preliminary Number of logical write operations that were merged into physical write operations, e.g., two logical writes were served by one physical disk access; provide the average measurement within the measurement interval Ves::ObjectClasses::DiskUsage::diskMergedWriteAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskMergedWriteLast Number 0..1 Preliminary Number of logical write operations that were merged into physical write operations, e.g., two logical writes were served by one physical disk access; provide the last value measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskMergedWriteLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskMergedWriteMax Number 0..1 Preliminary Number of logical write operations that were merged into physical write operations, e.g., two logical writes were served by one physical disk access; provide the maximum value measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskMergedWriteMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskMergedWriteMin Number 0..1 Preliminary Number of logical write operations that were merged into physical write operations, e.g., two logical writes were served by one physical disk access; provide the minimum value measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskMergedWriteMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOctetsReadAvg Number 0..1 Preliminary Number of octets per second read from a disk or partition; provide the average measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOctetsReadAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOctetsReadLast Number 0..1 Preliminary Number of octets per second read from a disk or partition; provide the last measurement within the measurement interval Ves::ObjectClasses::DiskUsage::diskOctetsReadLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOctetsReadMax Number 0..1 Preliminary Number of octets per second read from a disk or partition; provide the maximum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOctetsReadMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOctetsReadMin Number 0..1 Preliminary Number of octets per second read from a disk or partition; provide the minimum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOctetsReadMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOctetsWriteAvg Number 0..1 Preliminary Number of octets per second written to a disk or partition; provide the average measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOctetsWriteAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOctetsWriteLast Number 0..1 Preliminary Number of octets per second written to a disk or partition; provide the last measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOctetsWriteLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOctetsWriteMax Number 0..1 Preliminary Number of octets per second written to a disk or partition; provide the maximum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOctetsWriteMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOctetsWriteMin Number 0..1 Preliminary Number of octets per second written to a disk or partition; provide the minimum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOctetsWriteMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOpsReadAvg Number 0..1 Preliminary Number of read operations per second issued to the disk; provide the average measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOpsReadAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOpsReadLast Number 0..1 Preliminary Number of read operations per second issued to the disk; provide the last measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOpsReadLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOpsReadMax Number 0..1 Preliminary Number of read operations per second issued to the disk; provide the maximum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOpsReadMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOpsReadMin Number 0..1 Preliminary Number of read operations per second issued to the disk; provide the minimum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOpsReadMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOpsWriteAvg Number 0..1 Preliminary Number of write operations per second issued to the disk; provide the average measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOpsWriteAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOpsWriteLast Number 0..1 Preliminary Number of write operations per second issued to the disk; provide the last measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOpsWriteLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOpsWriteMax Number 0..1 Preliminary Number of write operations per second issued to the disk; provide the maximum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOpsWriteMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskOpsWriteMin Number 0..1 Preliminary Number of write operations per second issued to the disk; provide the minimum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskOpsWriteMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskPendingOperationsAvg Number 0..1 Preliminary Queue size of pending I/O operations per second; provide the average measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskPendingOperationsAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskPendingOperationsLast Number 0..1 Preliminary Queue size of pending I/O operations per second; provide the last measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskPendingOperationsLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskPendingOperationsMax Number 0..1 Preliminary Queue size of pending I/O operations per second; provide the maximum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskPendingOperationsMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskPendingOperationsMin Number 0..1 Preliminary diskPendingOperationsMin - Queue size of pending I/O operations per second; provide the minimum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskPendingOperationsMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskReadCommandsAvg Number 0..1 Preliminary Average number of read commands issued per second to the disk over the measurementInterval. Ves::ObjectClasses::DiskUsage::diskReadCommandsAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTime Number 0..1 Preliminary Nanoseconds spent on disk cache reads/writes within the measurementInterval. Ves::ObjectClasses::DiskUsage::diskTime
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTimeReadAvg Number 0..1 Preliminary Milliseconds a read operation took to complete; provide the average measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskTimeReadAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTimeReadLast Number 0..1 Preliminary Milliseconds a read operation took to complete; provide the last measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskTimeReadLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTimeReadMax Number 0..1 Preliminary Milliseconds a read operation took to complete; provide the maximum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskTimeReadMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTimeReadMin Number 0..1 Preliminary Milliseconds a read operation took to complete; provide the minimum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskTimeReadMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTimeWriteAvg Number 0..1 Preliminary Milliseconds a write operation took to complete; provide the average measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskTimeWriteAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTimeWriteLast Number 0..1 Preliminary Milliseconds a write operation took to complete; provide the last measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskTimeWriteLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTimeWriteMax Number 0..1 Preliminary Milliseconds a write operation took to complete; provide the maximum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskTimeWriteMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTimeWriteMin Number 0..1 Preliminary Milliseconds a write operation took to complete; provide the minimum measurement within the measurement interval. Ves::ObjectClasses::DiskUsage::diskTimeWriteMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTotalReadLatencyAvg Number 0..1 Preliminary The average amount of time taken for a read from the perspective of a Guest OS. This is the sum of Kernel Read Latency and Physical Device Read Latency in milliseconds over the measurement interval. Ves::ObjectClasses::DiskUsage::diskTotalReadLatencyAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskTotalWriteLatencyAvg Number 0..1 Preliminary The average amount of time taken for a write from the perspective of a Guest OS. This is the sum of Kernel Write Latency and Physical Device Write Latency in milliseconds over the measurement interval. Ves::ObjectClasses::DiskUsage::diskTotalWriteLatencyAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskWeightedIoTimeAvg Number 0..1 Preliminary Measure in ms over 1 sec of both I/O completion time and the backlog that may be accumulating. Value is the average within the collection interval. Ves::ObjectClasses::DiskUsage::diskWeightedIoTimeAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskWeightedIoTimeLast Number 0..1 Preliminary Measure in ms over 1 sec of both I/O completion time and the backlog that may be accumulating. Value is the last within the collection interval. Ves::ObjectClasses::DiskUsage::diskWeightedIoTimeLast
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskWeightedIoTimeMax Number 0..1 Preliminary Measure in ms over 1 sec of both I/O completion time and the backlog that may be accumulating. Value is the maximum within the collection interval. Ves::ObjectClasses::DiskUsage::diskWeightedIoTimeMax
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskWeightedIoTimeMin Number 0..1 Preliminary Measure in ms over 1 sec of both I/O completion time and the backlog that may be accumulating. Value is the minimum within the collection interval. Ves::ObjectClasses::DiskUsage::diskWeightedIoTimeMin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+diskWriteCommandsAvg Number 0..1 Preliminary Average number of write commands issued per second to the disk over the measurementInterval Ves::ObjectClasses::DiskUsage::diskWriteCommandsAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+========================= ======== ========= ================================== ============================================================================================================================================================================================================================ ========================================================
+
+EndOfCallVqmSummaries
+~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class EndOfCallVqmSummaries**
-
-============================= =================== ========= ============================================================================================================================================================================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-============================= =================== ========= ============================================================================================================================================================================================================== =====================
-adjacencyName String 1 Adjacency name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointAverageJitter Number 0..1 Endpoint average jitter OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointDescription EndpointDescription 1 Enumeration: 'Caller', 'Callee' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointMaxJitter Number 0..1 Endpoint maximum jitter OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointRtpOctetsDiscarded Number 0..1 Endpoint RTP octets discarded OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointRtpOctetsLost Number 0..1 Endpoint RTP octets lost OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointRtpOctetsReceived Number 0..1 Endpoint RTP octets received OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointRtpOctetsSent Number 0..1 Endpoint RTP octets sent OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointRtpPacketsDiscarded Number 0..1 Endpoint RTP packets discarded OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointRtpPacketsLost Number 0..1 Endpoint RTP packets lost OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointRtpPacketsReceived Number 0..1 Endpoint RTP packets received OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-endpointRtpPacketsSent Number 0..1 Endpoint RTP packets sent OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localAverageJitter Number 0..1 Local average jitter OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localAverageJitterBufferDelay Number 0..1 Local average jitter buffer delay OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localMaxJitter Number 0..1 Local maximum jitter OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localMaxJitterBufferDelay Number 0..1 Local max jitter buffer delay OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localRtpOctetsDiscarded Number 0..1 Local RTP octets discarded OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localRtpOctetsLost Number 0..1 Local RTP octets lost OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localRtpOctetsReceived Number 0..1 Local RTP octets received OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localRtpOctetsSent Number 0..1 Local RTP octets sent OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localRtpPacketsDiscarded Number 0..1 Local RTP packets discarded OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localRtpPacketsLost Number 0..1 Local RTP packets lost OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localRtpPacketsReceived Number 0..1 Local RTP packets received OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localRtpPacketsSent Number 0..1 Local RTP packets sent OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-mosCqe Number 0..1 Decimal range from 1 to 5 (1 decimal place) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-oneWayDelay Number 0..1 one-way path delay in milliseconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-packetLossPercent Number 0..1 Calculated percentage packet loss based on endpoint RTP packets lost (as reported in RTCP) and local RTP packets sent. Direction is based on endpoint description (Caller, Callee). Decimal (2 decimal places) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-rFactor Number 0..1 rFactor from 0 to 100 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-roundTripDelay Number 0..1 Round trip delay in milliseconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-============================= =================== ========= ============================================================================================================================================================================================================== =====================
-
-Fault class
-^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::Fault
-
-**Description:**
+============================= =================== ========= ================================== ============================================================================================================================================================================================================== ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+adjacencyName String 1 Preliminary Adjacency name Ves::ObjectClasses::EndOfCallVqmSummaries::adjacencyName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointAverageJitter Number 0..1 Preliminary Endpoint average jitter Ves::ObjectClasses::EndOfCallVqmSummaries::endpointAverageJitter
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointDescription EndpointDescription 1 Preliminary Enumeration: 'Caller', 'Callee' Ves::ObjectClasses::EndOfCallVqmSummaries::endpointDescription
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointMaxJitter Number 0..1 Preliminary Endpoint maximum jitter Ves::ObjectClasses::EndOfCallVqmSummaries::endpointMaxJitter
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointRtpOctetsDiscarded Number 0..1 Preliminary Endpoint RTP octets discarded Ves::ObjectClasses::EndOfCallVqmSummaries::endpointRtpOctetsDiscarded
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointRtpOctetsLost Number 0..1 Preliminary Endpoint RTP octets lost Ves::ObjectClasses::EndOfCallVqmSummaries::endpointRtpOctetsLost
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointRtpOctetsReceived Number 0..1 Preliminary Endpoint RTP octets received Ves::ObjectClasses::EndOfCallVqmSummaries::endpointRtpOctetsReceived
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointRtpOctetsSent Number 0..1 Preliminary Endpoint RTP octets sent Ves::ObjectClasses::EndOfCallVqmSummaries::endpointRtpOctetsSent
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointRtpPacketsDiscarded Number 0..1 Preliminary Endpoint RTP packets discarded Ves::ObjectClasses::EndOfCallVqmSummaries::endpointRtpPacketsDiscarded
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointRtpPacketsLost Number 0..1 Preliminary Endpoint RTP packets lost Ves::ObjectClasses::EndOfCallVqmSummaries::endpointRtpPacketsLost
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointRtpPacketsReceived Number 0..1 Preliminary Endpoint RTP packets received Ves::ObjectClasses::EndOfCallVqmSummaries::endpointRtpPacketsReceived
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointRtpPacketsSent Number 0..1 Preliminary Endpoint RTP packets sent Ves::ObjectClasses::EndOfCallVqmSummaries::endpointRtpPacketsSent
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localAverageJitter Number 0..1 Preliminary Local average jitter Ves::ObjectClasses::EndOfCallVqmSummaries::localAverageJitter
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localAverageJitterBufferDelay Number 0..1 Preliminary Local average jitter buffer delay Ves::ObjectClasses::EndOfCallVqmSummaries::localAverageJitterBufferDelay
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localMaxJitter Number 0..1 Preliminary Local maximum jitter Ves::ObjectClasses::EndOfCallVqmSummaries::localMaxJitter
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localMaxJitterBufferDelay Number 0..1 Preliminary Local max jitter buffer delay Ves::ObjectClasses::EndOfCallVqmSummaries::localMaxJitterBufferDelay
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localRtpOctetsDiscarded Number 0..1 Preliminary Local RTP octets discarded Ves::ObjectClasses::EndOfCallVqmSummaries::localRtpOctetsDiscarded
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localRtpOctetsLost Number 0..1 Preliminary Local RTP octets lost Ves::ObjectClasses::EndOfCallVqmSummaries::localRtpOctetsLost
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localRtpOctetsReceived Number 0..1 Preliminary Local RTP octets received Ves::ObjectClasses::EndOfCallVqmSummaries::localRtpOctetsReceived
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localRtpOctetsSent Number 0..1 Preliminary Local RTP octets sent Ves::ObjectClasses::EndOfCallVqmSummaries::localRtpOctetsSent
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localRtpPacketsDiscarded Number 0..1 Preliminary Local RTP packets discarded Ves::ObjectClasses::EndOfCallVqmSummaries::localRtpPacketsDiscarded
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localRtpPacketsLost Number 0..1 Preliminary Local RTP packets lost Ves::ObjectClasses::EndOfCallVqmSummaries::localRtpPacketsLost
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localRtpPacketsReceived Number 0..1 Preliminary Local RTP packets received Ves::ObjectClasses::EndOfCallVqmSummaries::localRtpPacketsReceived
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localRtpPacketsSent Number 0..1 Preliminary Local RTP packets sent Ves::ObjectClasses::EndOfCallVqmSummaries::localRtpPacketsSent
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+mosCqe Number 0..1 Preliminary Decimal range from 1 to 5 (1 decimal place) Ves::ObjectClasses::EndOfCallVqmSummaries::mosCqe
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+oneWayDelay Number 0..1 Preliminary one-way path delay in milliseconds Ves::ObjectClasses::EndOfCallVqmSummaries::oneWayDelay
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+packetLossPercent Number 0..1 Preliminary Calculated percentage packet loss based on endpoint RTP packets lost (as reported in RTCP) and local RTP packets sent. Direction is based on endpoint description (Caller, Callee). Decimal (2 decimal places) Ves::ObjectClasses::EndOfCallVqmSummaries::packetLossPercent
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+rFactor Number 0..1 Preliminary rFactor from 0 to 100 Ves::ObjectClasses::EndOfCallVqmSummaries::rFactor
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+roundTripDelay Number 0..1 Preliminary Round trip delay in milliseconds Ves::ObjectClasses::EndOfCallVqmSummaries::roundTripDelay
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+============================= =================== ========= ================================== ============================================================================================================================================================================================================== ========================================================================
+
+Fault
+~~~~~
Fields specific to fault events
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class Fault**
-
-========================== ============= ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-========================== ============= ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-alarmAdditionalInformation HashMap 0..1 Additional alarm information. OpenModelAttribute
- • Note1: for SNMP mapping to VES, for hash key use OID of varbind, for value use incoming data for that varbind).
- • Note2: Alarm ID for 3GPP should be included (if applicable) in alarmAdditonalInformation as 'alarmId':'alarmIdValue'. - partOfObjectKey: 0
- Could contain managed object instance as separate key:value; could add probable cause as separate key:value.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-alarmCondition String 1 Short name of the alarm condition/problem, such as a trap name. Should not have white space (e.g., tpLgCgiNotInConfig, BfdSessionDown, linkDown, etc…) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-alarmInterfaceA String 0..1 Card, port, channel or interface name of the device generating the alarm. This could reflect managed object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventCatagory String 0..1 Event category, for example: 'license', 'link', 'routing', 'security', 'signaling' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventSeverity EventSeverity 1 Event severity enumeration: 'CRITICAL', 'MAJOR', 'MINOR', 'WARNING', 'NORMAL'. NORMAL is used to represent clear. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventSourceType String 1 Examples: 'card', 'host', 'other', 'port', 'portThreshold', 'router', 'slotThreshold', 'switch', 'virtualMachine', 'virtualNetworkFunction'. This could be managed object class. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-faultFieldsVersion String 1 Version of the faultFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-specificProblem String 1 Description of the alarm or problem (e.g., 'eNodeB 155197 in PLMN 310-410 with eNodeB name KYL05197 is lost'). 3GPP probable cause would be included in this field. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vfStatus VfStatus 1 Virtual function status enumeration: 'Active', 'Idle', 'Preparing to terminate', 'Ready to terminate', 'Requesting Termination' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-========================== ============= ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-FilesystemUsage class
-^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::FilesystemUsage
-
-**Description:**
+========================== ============= ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+alarmAdditionalInformation HashMap 0..1 Preliminary Additional alarm information. Ves::ObjectClasses::Fault::alarmAdditionalInformation
+ ? Note1: for SNMP mapping to VES, for hash key use OID of varbind, for value use incoming data for that varbind).
+ OpenModelAttribute ? Note2: Alarm ID for 3GPP should be included (if applicable) in alarmAdditonalInformation as 'alarmId':'alarmIdValue'.
+ Could contain managed object instance as separate key:value; could add probable cause as separate key:value.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+alarmCondition String 1 Preliminary Short name of the alarm condition/problem, such as a trap name. Should not have white space (e.g., tpLgCgiNotInConfig, BfdSessionDown, linkDown, etc…) Ves::ObjectClasses::Fault::alarmCondition
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+alarmInterfaceA String 0..1 Preliminary Card, port, channel or interface name of the device generating the alarm. This could reflect managed object. Ves::ObjectClasses::Fault::alarmInterfaceA
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventCatagory String 0..1 Preliminary Event category, for example: 'license', 'link', 'routing', 'security', 'signaling' Ves::ObjectClasses::Fault::eventCatagory
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventSeverity EventSeverity 1 Preliminary Event severity enumeration: 'CRITICAL', 'MAJOR', 'MINOR', 'WARNING', 'NORMAL'. NORMAL is used to represent clear. Ves::ObjectClasses::Fault::eventSeverity
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventSourceType String 1 Preliminary Examples: 'card', 'host', 'other', 'port', 'portThreshold', 'router', 'slotThreshold', 'switch', 'virtualMachine', 'virtualNetworkFunction'. This could be managed object class. Ves::ObjectClasses::Fault::eventSourceType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+faultFieldsVersion String 1 Preliminary Version of the faultFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::Fault::faultFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+specificProblem String 1 Preliminary Description of the alarm or problem (e.g., 'eNodeB 155197 in PLMN 310-410 with eNodeB name KYL05197 is lost'). 3GPP probable cause would be included in this field. Ves::ObjectClasses::Fault::specificProblem
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vfStatus VfStatus 1 Preliminary Virtual function status enumeration: 'Active', 'Idle', 'Preparing to terminate', 'Ready to terminate', 'Requesting Termination' Ves::ObjectClasses::Fault::vfStatus
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+========================== ============= ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+FilesystemUsage
+~~~~~~~~~~~~~~~
The filesystemUsage datatype consists of the following fields:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class FilesystemUsage**
-
-=================== ======== ========= ===================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-=================== ======== ========= ===================================================== =====================
-blockConfigured Number 1 Configured block storage capacity in GB. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-blockops Number 1 Block storage input-output operations per second. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-blockUsed Number 1 Used block storage capacity in GB. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-ephemeralConfigured Number 1 Configured ephemeral storage capacity in GB. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-ephemerallops Number 1 Ephemeral storage input-output operations per second. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-ephemeralUsed Number 1 Used ephemeral storage capacity in GB. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-filesysytemName String 1 File system name. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-=================== ======== ========= ===================================================== =====================
-
-GtpPerFlowMetrics class
-^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::GtpPerFlowMetrics
-
-**Applied Stereotypes:**
+=================== ======== ========= ================================== ===================================================== ========================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+blockConfigured Number 1 Preliminary Configured block storage capacity in GB. Ves::ObjectClasses::FilesystemUsage::blockConfigured
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+blockops Number 1 Preliminary Block storage input-output operations per second. Ves::ObjectClasses::FilesystemUsage::blockops
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+blockUsed Number 1 Preliminary Used block storage capacity in GB. Ves::ObjectClasses::FilesystemUsage::blockUsed
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+ephemeralConfigured Number 1 Preliminary Configured ephemeral storage capacity in GB. Ves::ObjectClasses::FilesystemUsage::ephemeralConfigured
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+ephemerallops Number 1 Preliminary Ephemeral storage input-output operations per second. Ves::ObjectClasses::FilesystemUsage::ephemerallops
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+ephemeralUsed Number 1 Preliminary Used ephemeral storage capacity in GB. Ves::ObjectClasses::FilesystemUsage::ephemeralUsed
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+filesysytemName String 1 Preliminary File system name. Ves::ObjectClasses::FilesystemUsage::filesysytemName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=================== ======== ========= ================================== ===================================================== ========================================================
+
+GtpPerFlowMetrics
+~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class GtpPerFlowMetrics**
-
-================================ ======== ========= ================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================================ ======== ========= ================================================================================================================================================================================================================================ =====================
-avgBitErrorRate Number 1 Average bit error rate OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-avgPacketDelayVariation Number 1 Average packet delay variation or jitter in milliseconds for received packets: Average difference between the packet timestamp and time received for all pairs of consecutive packets OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-avgPacketLatency Number 1 Average delivery latency OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-avgReceiveThroughput Number 1 Average receive throughput OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-avgTransmitThroughput Number 1 Average transmit throughput OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-durConnectionFailedStatus Number 0..1 Duration of failed state in milliseconds, computed as the cumulative time between a failed echo request and the next following successful error request, over this reporting interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-durTunnelFailedStatus Number 0..1 Duration of errored state, computed as the cumulative time between a tunnel error indicator and the next following non-errored indicator, over this reporting interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-flowActivatedBy String 0..1 Endpoint activating the flow OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-flowActivationEpoch Number 1 Time the connection is activated in the flow (connection) being reported on, or transmission time of the first packet if activation time is not available OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-flowActivationMicrosec Number 1 Integer microseconds for the start of the flow connection OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-flowActivationTime String 0..1 Time the connection is activated in the flow being reported on, or transmission time of the first packet if activation time is not available; with RFC 2822 compliant format: 'Sat, 13 Mar 2010 11:29:05 -0800' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-flowDeactivatedBy String 0..1 Endpoint deactivating the flow OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-flowDeactivationEpoch Number 1 Time for the start of the flow connection, in integer UTC epoch time aka UNIX time OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-flowDeactivationMicrosec Number 1 Integer microseconds for the start of the flow connection OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-flowDeactivationTime String 1 Transmission time of the first packet in the flow connection being reported on; with RFC 2822 compliant format: 'Sat, 13 Mar 2010 11:29:05 -0800' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-flowStatus String 1 Connection status at reporting time as a working / inactive / failed indicator value OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-gtpConnectionStatus String 0..1 Current connection state at reporting time OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-gtpTunnelStatus String 0..1 Current tunnel state at reporting time OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-ipTosCountList HashMap 0..1 Array of key: value pairs where the keys are drawn from the IP Type-of-Service identifiers which range from '0' to '255', and the values are the count of packets that had those ToS identifiers in the flow OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-ipTosList String 0..1 Array of unique IP Type-of-Service values observed in the flow where values range from '0' to '255' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-largePacketRtt Number 0..1 large packet round trip time OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-largePacketThreshold Number 0..1 large packet threshold being applied OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-maxPacketDelayVariation Number 0..1 Maximum packet delay variation or jitter in milliseconds for received packets: Maximum of the difference between the packet timestamp and time received for all pairs of consecutive packets OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-maxReceiveBitRate Number 0..1 maximum receive bit rate OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-maxTransmitBitRate Number 0..1 maximum transmit bit rate OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-mobileQciCosCountList HashMap 0..1 array of key: value pairs where the keys are drawn from LTE QCI or UMTS class of service strings, and the values are the count of packets that had those strings in the flow OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-mobileQciCosList String 0..1 Array of unique LTE QCI or UMTS class-of-service values observed in the flow OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numActivationFailures Number 1 Number of failed activation requests, as observed by the reporting node OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numBitErrors Number 1 number of errored bits OpenModelAttribute
-
- number of errored bits - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numBytesReceived Number 1 number of bytes received, including retransmissions OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numBytesTransmitted Number 1 number of bytes transmitted, including retransmissions OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numDroppedPackets Number 1 number of received packets dropped due to errors per virtual interface OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numGtpEchoFailures Number 0..1 Number of Echo request path failures where failed paths are defined in 3GPP TS 29.281 sec 7.2.1 and 3GPP TS 29.060 sec. 11.2 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numGtpTunnelErrors Number 0..1 Number of tunnel error indications where errors are defined in 3GPP TS 29.281 sec 7.3.1 and 3GPP TS 29.060 sec. 11.1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numHttpErrors Number 0..1 Http error count OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numL7BytesReceived Number 1 number of tunneled layer 7 bytes received, including retransmissions OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numL7BytesTransmitted Number 1 number of tunneled layer 7 bytes received, including retransmissions OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numLostPackets Number 1 number of tunneled layer 7 bytes received, including retransmissions OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numOutOfOrderPackets Number 1 number of out-of-order packets OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numPacketErrors Number 1 number of errored packets OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numPacketsReceivedExclRetrans Number 1 number of packets received, excluding retransmission OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numPacketsReceivedInclRetrans Number 1 number of packets received, including retransmission OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numPacketsTransmittedInclRetrans Number 1 number of packets transmitted, including retransmissions OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numRetries Number 1 number of packet retrie OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numTimeouts Number 1 number of packet timeouts OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numTunneledL7BytesReceived Number 1 number of tunneled layer 7 bytes received, excluding retransmissions OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-roundTripTime Number 1 Round Trip time OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-tcpFlagCountList HashMap 0..1 Array of key: value pairs where the keys are drawn from TCP Flags and the values are the count of packets that had that TCP Flag in the flow OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-tcpFlagList String 0..1 Array of unique TCP Flags observed in the flow OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeToFirstByte Number 1 Time in milliseconds between the connection activation and first byte received OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================================ ======== ========= ================================================================================================================================================================================================================================ =====================
-
-Heartbeat class
-^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::Heartbeat
-
-**Description:**
+================================ ======== ========= ================================== =============================================================================================================================================================================================================== =======================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+avgBitErrorRate Number 1 Preliminary Average bit error rate Ves::ObjectClasses::GtpPerFlowMetrics::avgBitErrorRate
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+avgPacketDelayVariation Number 1 Preliminary Average packet delay variation or jitter in milliseconds for received packets: Average difference between the packet timestamp and time received for all pairs of consecutive packets Ves::ObjectClasses::GtpPerFlowMetrics::avgPacketDelayVariation
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+avgPacketLatency Number 1 Preliminary Average delivery latency Ves::ObjectClasses::GtpPerFlowMetrics::avgPacketLatency
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+avgReceiveThroughput Number 1 Preliminary Average receive throughput Ves::ObjectClasses::GtpPerFlowMetrics::avgReceiveThroughput
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+avgTransmitThroughput Number 1 Preliminary Average transmit throughput Ves::ObjectClasses::GtpPerFlowMetrics::avgTransmitThroughput
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+durConnectionFailedStatus Number 0..1 Preliminary Duration of failed state in milliseconds, computed as the cumulative time between a failed echo request and the next following successful error request, over this reporting interval Ves::ObjectClasses::GtpPerFlowMetrics::durConnectionFailedStatus
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+durTunnelFailedStatus Number 0..1 Preliminary Duration of errored state, computed as the cumulative time between a tunnel error indicator and the next following non-errored indicator, over this reporting interval Ves::ObjectClasses::GtpPerFlowMetrics::durTunnelFailedStatus
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+flowActivatedBy String 0..1 Preliminary Endpoint activating the flow Ves::ObjectClasses::GtpPerFlowMetrics::flowActivatedBy
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+flowActivationEpoch Number 1 Preliminary Time the connection is activated in the flow (connection) being reported on, or transmission time of the first packet if activation time is not available Ves::ObjectClasses::GtpPerFlowMetrics::flowActivationEpoch
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+flowActivationMicrosec Number 1 Preliminary Integer microseconds for the start of the flow connection Ves::ObjectClasses::GtpPerFlowMetrics::flowActivationMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+flowActivationTime String 0..1 Preliminary Time the connection is activated in the flow being reported on, or transmission time of the first packet if activation time is not available; with RFC 2822 compliant format: 'Sat, 13 Mar 2010 11:29:05 -0800' Ves::ObjectClasses::GtpPerFlowMetrics::flowActivationTime
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+flowDeactivatedBy String 0..1 Preliminary Endpoint deactivating the flow Ves::ObjectClasses::GtpPerFlowMetrics::flowDeactivatedBy
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+flowDeactivationEpoch Number 1 Preliminary Time for the start of the flow connection, in integer UTC epoch time aka UNIX time Ves::ObjectClasses::GtpPerFlowMetrics::flowDeactivationEpoch
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+flowDeactivationMicrosec Number 1 Preliminary Integer microseconds for the start of the flow connection Ves::ObjectClasses::GtpPerFlowMetrics::flowDeactivationMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+flowDeactivationTime String 1 Preliminary Transmission time of the first packet in the flow connection being reported on; with RFC 2822 compliant format: 'Sat, 13 Mar 2010 11:29:05 -0800' Ves::ObjectClasses::GtpPerFlowMetrics::flowDeactivationTime
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+flowStatus String 1 Preliminary Connection status at reporting time as a working / inactive / failed indicator value Ves::ObjectClasses::GtpPerFlowMetrics::flowStatus
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+gtpConnectionStatus String 0..1 Preliminary Current connection state at reporting time Ves::ObjectClasses::GtpPerFlowMetrics::gtpConnectionStatus
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+gtpTunnelStatus String 0..1 Preliminary Current tunnel state at reporting time Ves::ObjectClasses::GtpPerFlowMetrics::gtpTunnelStatus
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+ipTosCountList HashMap 0..1 Preliminary Array of key: value pairs where the keys are drawn from the IP Type-of-Service identifiers which range from '0' to '255', and the values are the count of packets that had those ToS identifiers in the flow Ves::ObjectClasses::GtpPerFlowMetrics::ipTosCountList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+ipTosList String 0..1 Preliminary Array of unique IP Type-of-Service values observed in the flow where values range from '0' to '255' Ves::ObjectClasses::GtpPerFlowMetrics::ipTosList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+largePacketRtt Number 0..1 Preliminary large packet round trip time Ves::ObjectClasses::GtpPerFlowMetrics::largePacketRtt
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+largePacketThreshold Number 0..1 Preliminary large packet threshold being applied Ves::ObjectClasses::GtpPerFlowMetrics::largePacketThreshold
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+maxPacketDelayVariation Number 0..1 Preliminary Maximum packet delay variation or jitter in milliseconds for received packets: Maximum of the difference between the packet timestamp and time received for all pairs of consecutive packets Ves::ObjectClasses::GtpPerFlowMetrics::maxPacketDelayVariation
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+maxReceiveBitRate Number 0..1 Preliminary maximum receive bit rate" Ves::ObjectClasses::GtpPerFlowMetrics::maxReceiveBitRate
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+maxTransmitBitRate Number 0..1 Preliminary maximum transmit bit rate Ves::ObjectClasses::GtpPerFlowMetrics::maxTransmitBitRate
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+mobileQciCosCountList HashMap 0..1 Preliminary array of key: value pairs where the keys are drawn from LTE QCI or UMTS class of service strings, and the values are the count of packets that had those strings in the flow Ves::ObjectClasses::GtpPerFlowMetrics::mobileQciCosCountList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+mobileQciCosList String 0..1 Preliminary Array of unique LTE QCI or UMTS class-of-service values observed in the flow Ves::ObjectClasses::GtpPerFlowMetrics::mobileQciCosList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numActivationFailures Number 1 Preliminary Number of failed activation requests, as observed by the reporting node Ves::ObjectClasses::GtpPerFlowMetrics::numActivationFailures
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numBitErrors Number 1 Preliminary number of errored bits Ves::ObjectClasses::GtpPerFlowMetrics::numBitErrors
+
+ OpenModelAttribute number of errored bits
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numBytesReceived Number 1 Preliminary number of bytes received, including retransmissions Ves::ObjectClasses::GtpPerFlowMetrics::numBytesReceived
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numBytesTransmitted Number 1 Preliminary number of bytes transmitted, including retransmissions Ves::ObjectClasses::GtpPerFlowMetrics::numBytesTransmitted
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numDroppedPackets Number 1 Preliminary number of received packets dropped due to errors per virtual interface Ves::ObjectClasses::GtpPerFlowMetrics::numDroppedPackets
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numGtpEchoFailures Number 0..1 Preliminary Number of Echo request path failures where failed paths are defined in 3GPP TS 29.281 sec 7.2.1 and 3GPP TS 29.060 sec. 11.2 Ves::ObjectClasses::GtpPerFlowMetrics::numGtpEchoFailures
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numGtpTunnelErrors Number 0..1 Preliminary Number of tunnel error indications where errors are defined in 3GPP TS 29.281 sec 7.3.1 and 3GPP TS 29.060 sec. 11.1 Ves::ObjectClasses::GtpPerFlowMetrics::numGtpTunnelErrors
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numHttpErrors Number 0..1 Preliminary Http error count Ves::ObjectClasses::GtpPerFlowMetrics::numHttpErrors
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numL7BytesReceived Number 1 Preliminary number of tunneled layer 7 bytes received, including retransmissions Ves::ObjectClasses::GtpPerFlowMetrics::numL7BytesReceived
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numL7BytesTransmitted Number 1 Preliminary number of tunneled layer 7 bytes received, including retransmissions Ves::ObjectClasses::GtpPerFlowMetrics::numL7BytesTransmitted
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numLostPackets Number 1 Preliminary number of tunneled layer 7 bytes received, including retransmissions Ves::ObjectClasses::GtpPerFlowMetrics::numLostPackets
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numOutOfOrderPackets Number 1 Preliminary number of out-of-order packets Ves::ObjectClasses::GtpPerFlowMetrics::numOutOfOrderPackets
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numPacketErrors Number 1 Preliminary number of errored packets Ves::ObjectClasses::GtpPerFlowMetrics::numPacketErrors
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numPacketsReceivedExclRetrans Number 1 Preliminary number of packets received, excluding retransmission Ves::ObjectClasses::GtpPerFlowMetrics::numPacketsReceivedExclRetrans
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numPacketsReceivedInclRetrans Number 1 Preliminary number of packets received, including retransmission Ves::ObjectClasses::GtpPerFlowMetrics::numPacketsReceivedInclRetrans
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numPacketsTransmittedInclRetrans Number 1 Preliminary number of packets transmitted, including retransmissions Ves::ObjectClasses::GtpPerFlowMetrics::numPacketsTransmittedInclRetrans
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numRetries Number 1 Preliminary number of packet retrie Ves::ObjectClasses::GtpPerFlowMetrics::numRetries
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numTimeouts Number 1 Preliminary number of packet timeouts Ves::ObjectClasses::GtpPerFlowMetrics::numTimeouts
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numTunneledL7BytesReceived Number 1 Preliminary number of tunneled layer 7 bytes received, excluding retransmissions Ves::ObjectClasses::GtpPerFlowMetrics::numTunneledL7BytesReceived
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+roundTripTime Number 1 Preliminary Round Trip time Ves::ObjectClasses::GtpPerFlowMetrics::roundTripTime
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+tcpFlagCountList HashMap 0..1 Preliminary Array of key: value pairs where the keys are drawn from TCP Flags and the values are the count of packets that had that TCP Flag in the flow Ves::ObjectClasses::GtpPerFlowMetrics::tcpFlagCountList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+tcpFlagList String 0..1 Preliminary Array of unique TCP Flags observed in the flow Ves::ObjectClasses::GtpPerFlowMetrics::tcpFlagList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeToFirstByte Number 1 Preliminary Time in milliseconds between the connection activation and first byte received Ves::ObjectClasses::GtpPerFlowMetrics::timeToFirstByte
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================================ ======== ========= ================================== =============================================================================================================================================================================================================== =======================================================================
+
+Heartbeat
+~~~~~~~~~
The heartbeatFields datatype is an optional field block for fields specific to heartbeat events.
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class Heartbeat**
-
-======================= ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-======================= ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-additionalFields HashMap 0..1 Additional expansion fields if needed. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-heartbeatFieldVersion String 1 Version of the heartbeatFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-heartbeatInterval Integer 1 Current heartbeatInterval in seconds. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-======================= ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-HugePages class
-^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::HugePages
-
-**Description:**
+======================= ========== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalFields HashMap 0..1 Preliminary Additional expansion fields if needed. Ves::ObjectClasses::Heartbeat::additionalFields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+heartbeatFieldVersion String 1 Preliminary Version of the heartbeatFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::Heartbeat::heartbeatFieldVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+heartbeatInterval Integer 1 Preliminary Current heartbeatInterval in seconds. Ves::ObjectClasses::Heartbeat::heartbeatInterval
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+======================= ========== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+HugePages
+~~~~~~~~~
The hugePages datatype provides metrics on system hugePages
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class HugePages**
-
-=================== ======== ========= ==================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-=================== ======== ========= ==================================== =====================
-bytesFree Number 0..1 Number of free hugePages in bytes. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-bytesUsed Number 0..1 Number of used hugePages in bytes. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-hugePagesIdentifier String 1 HugePages identifier OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-percentFree Number 0..1 Number of free hugePages in percent. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-percentused Number 0..1 Number of used hugePages in percent. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vmPageNumberFree Number 0..1 Number of free hugePages in numbers. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vmPageNumberUsed Number 0..1 Number of used hugePages in numbers. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-=================== ======== ========= ==================================== =====================
-
-Ipmi class
-^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::Ipmi
-
-**Description:**
+=================== ======== ========= ================================== ==================================== ==================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+bytesFree Number 0..1 Preliminary Number of free hugePages in bytes. Ves::ObjectClasses::HugePages::bytesFree
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+bytesUsed Number 0..1 Preliminary Number of used hugePages in bytes. Ves::ObjectClasses::HugePages::bytesUsed
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+hugePagesIdentifier String 1 Preliminary HugePages identifier Ves::ObjectClasses::HugePages::hugePagesIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+percentFree Number 0..1 Preliminary Number of free hugePages in percent. Ves::ObjectClasses::HugePages::percentFree
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+percentused Number 0..1 Preliminary Number of used hugePages in percent. Ves::ObjectClasses::HugePages::percentused
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vmPageNumberFree Number 0..1 Preliminary Number of free hugePages in numbers. Ves::ObjectClasses::HugePages::vmPageNumberFree
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vmPageNumberUsed Number 0..1 Preliminary Number of used hugePages in numbers. Ves::ObjectClasses::HugePages::vmPageNumberUsed
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=================== ======== ========= ================================== ==================================== ==================================================
+
+.. _ipmi-1:
+
+Ipmi
+~~~~
The ipmi (Intelligent Platform Management Interface) datatype provides intelligent platform management interface metrics; it consists of the following fields:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class Ipmi**
-
-====================================== ==================================== ========= =============================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-====================================== ==================================== ========= =============================================== =====================
-exitAirTemperature Number 0..1 System fan exit air flow temperature in Celsius OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-frontPanelTemperature Number 0..1 Front panel temp in Celsius OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-ioModuleTemperature Number 0..1 Io module temp in Celsius OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-systemAirflow Number 0..1 Airflow in cubic feet per minute (cfm) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_ipmibaseboardtemperature IpmiBaseboardTemperature 0..1 Array of ipmiBaseboard Temperature objects OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_ipmibaseboardvoltageregulator IpmiBaseboardVoltageRegulator 0..1 Array of ipmiBaseboard VoltageRegulator objects OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_ipmibattery IpmiBattery 0..1 Array of ipmiBattery objects OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_ipmifan IpmiFan 0..1 Array of ipmiFan objects OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_ipmiglobalaggregatetemperaturemargin IpmiGlobalAggregateTemperatureMargin 0..1 ipmi global aggregate temperature margin OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_ipmihsbp IpmiHsbp 0..1 Array of ipmiHsbp objects OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_ipminic IpmiNic 0..1 Array of ipmiNic objects OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_ipmipowersupply IpmiPowerSupply 0..1 Array of ipmiPowerSupply objects OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_ipmiprocessor IpmiProcessor 0..1 Array of ipmiProcessor objects OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-====================================== ==================================== ========= =============================================== =====================
-
-IpmiBaseboardTemperature class
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::IpmiBaseboardTemperature
-
-**Description:**
+====================================== ==================================== ========= ================================== =============================================== ===============================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+exitAirTemperature Number 0..1 Preliminary System fan exit air flow temperature in Celsius Ves::ObjectClasses::Ipmi::exitAirTemperature
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+frontPanelTemperature Number 0..1 Preliminary Front panel temp in Celsius Ves::ObjectClasses::Ipmi::frontPanelTemperature
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+ioModuleTemperature Number 0..1 Preliminary Io module temp in Celsius Ves::ObjectClasses::Ipmi::ioModuleTemperature
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+systemAirflow Number 0..1 Preliminary Airflow in cubic feet per minute (cfm) Ves::ObjectClasses::Ipmi::systemAirflow
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_ipmibaseboardtemperature IpmiBaseboardTemperature 0..1 Preliminary Array of ipmiBaseboard Temperature objects Ves::ObjectClasses::Ipmi::_ipmibaseboardtemperature
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_ipmibaseboardvoltageregulator IpmiBaseboardVoltageRegulator 0..1 Preliminary Array of ipmiBaseboard VoltageRegulator objects Ves::ObjectClasses::Ipmi::_ipmibaseboardvoltageregulator
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_ipmibattery IpmiBattery 0..1 Preliminary Array of ipmiBattery objects Ves::ObjectClasses::Ipmi::_ipmibattery
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_ipmifan IpmiFan 0..1 Preliminary Array of ipmiFan objects Ves::ObjectClasses::Ipmi::_ipmifan
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_ipmiglobalaggregatetemperaturemargin IpmiGlobalAggregateTemperatureMargin 0..1 Preliminary ipmi global aggregate temperature margin Ves::ObjectClasses::Ipmi::_ipmiglobalaggregatetemperaturemargin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_ipmihsbp IpmiHsbp 0..1 Preliminary Array of ipmiHsbp objects Ves::ObjectClasses::Ipmi::_ipmihsbp
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_ipminic IpmiNic 0..1 Preliminary Array of ipmiNic objects Ves::ObjectClasses::Ipmi::_ipminic
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_ipmipowersupply IpmiPowerSupply 0..1 Preliminary Array of ipmiPowerSupply objects Ves::ObjectClasses::Ipmi::_ipmipowersupply
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_ipmiprocessor IpmiProcessor 0..1 Preliminary Array of ipmiProcessor objects Ves::ObjectClasses::Ipmi::_ipmiprocessor
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+====================================== ==================================== ========= ================================== =============================================== ===============================================================
+
+IpmiBaseboardTemperature
+~~~~~~~~~~~~~~~~~~~~~~~~
The ipmiBaseboardTemperature datatype consists of the following fields which describe ipmi baseboard temperature metrics:
-
Field Type Required? Description
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class IpmiBaseboardTemperature**
-
-=============================== ======== ========= ========================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-=============================== ======== ========= ========================================================== =====================
-baseboardTemperature Number 0..1 Baseboard temperature in celsius OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-baseboardTemperature Identifier String 1 Identifier for the location where the temperature is taken OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-=============================== ======== ========= ========================================================== =====================
-
-IpmiBaseboardVoltageRegulator class
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::IpmiBaseboardVoltageRegulator
-
-**Description:**
+=============================== ======== ========= ================================== ========================================================== =============================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+baseboardTemperature Number 0..1 Preliminary Baseboard temperature in celsius Ves::ObjectClasses::IpmiBaseboardTemperature::baseboardTemperature
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+baseboardTemperature Identifier String 1 Preliminary Identifier for the location where the temperature is taken Ves::ObjectClasses::IpmiBaseboardTemperature::baseboardTemperature Identifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=============================== ======== ========= ================================== ========================================================== =============================================================================
+
+IpmiBaseboardVoltageRegulator
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ipmiBaseboardVoltageRegulator datatype consists of the following fields which describe ipmi baseboard voltage regulator metrics:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class IpmiBaseboardVoltageRegulator**
-
-==================================== ======== ========= ============================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-==================================== ======== ========= ============================================== =====================
-baseboaredVoltageRegulatorIdentifier String 1 Identifier for the baseboard voltage regulator OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-voltageRegulatorTemperature Number 0..1 Voltage regulator temperature in celsius OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-==================================== ======== ========= ============================================== =====================
-
-IpmiBattery class
-^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::IpmiBattery
+==================================== ======== ========= ================================== ============================================== =======================================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+baseboaredVoltageRegulatorIdentifier String 1 Preliminary Identifier for the baseboard voltage regulator Ves::ObjectClasses::IpmiBaseboardVoltageRegulator::baseboaredVoltageRegulatorIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+voltageRegulatorTemperature Number 0..1 Preliminary Voltage regulator temperature in celsius Ves::ObjectClasses::IpmiBaseboardVoltageRegulator::voltageRegulatorTemperature
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+==================================== ======== ========= ================================== ============================================== =======================================================================================
-**Description:**
+IpmiBattery
+~~~~~~~~~~~
The ipmiBattery datatype consists of the following fields which describe ipmi battery metrics:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class IpmiBattery**
-
-=================== ======== ========= ========================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-=================== ======== ========= ========================== =====================
-batteryIdentifier String 1 Identifier for the battery OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-batteryType String 0..1 Type of battery OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-batteryVoltageLevel Number 0..1 Battery voltage level OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-=================== ======== ========= ========================== =====================
-
-IpmiFan class
-^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::IpmiFan
-
-**Description:**
-
-**Applied Stereotypes:**
+=================== ======== ========= ================================== ========================== ====================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+batteryIdentifier String 1 Preliminary Identifier for the battery Ves::ObjectClasses::IpmiBattery::batteryIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+batteryType String 0..1 Preliminary Type of battery Ves::ObjectClasses::IpmiBattery::batteryType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+batteryVoltageLevel Number 0..1 Preliminary Battery voltage level Ves::ObjectClasses::IpmiBattery::batteryVoltageLevel
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=================== ======== ========= ================================== ========================== ====================================================
+
+IpmiFan
+~~~~~~~
+
+The ipmiFan datatype consists of the following fields which describe ipmi fan metrics:
+
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class IpmiFan**
-
-================== ======== ========= ========================================= =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ========================================= =====================
-fanIdentifier String 1 Identifier for the fan OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-fanSpeed Number 0..1 Fan speed in revolutions per minute (rpm) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ========================================= =====================
-
-IpmiGlobalAggregateTemperatureMargin class
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::IpmiGlobalAggregateTemperatureMargin
-
-**Description:**
+================== ======== ========= ================================== ========================================= ==========================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+fanIdentifier String 1 Preliminary Identifier for the fan Ves::ObjectClasses::IpmiFan::fanIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+fanSpeed Number 0..1 Preliminary Fan speed in revolutions per minute (rpm) Ves::ObjectClasses::IpmiFan::fanSpeed
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ========================================= ==========================================
+
+IpmiGlobalAggregateTemperatureMargin
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ipmiGlobalAggregateTemperatureMargin datatype consists of the following fields:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class IpmiGlobalAggregateTemperatureMargin**
-
-========================================== ======== ========= ========================================================================= =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-========================================== ======== ========= ========================================================================= =====================
-globalAggregateTemperatureMargin Number 0..1 Temperature margin in Celsius relative to a throttling thermal trip point OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-globalAggregateTemperatureMarginIdentifier String 1 Identifier for the ipmi global aggregate temperature margin metrics OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-========================================== ======== ========= ========================================================================= =====================
-
-IpmiHsbp class
-^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::IpmiHsbp
-
-**Description:**
+========================================== ======== ========= ================================== ========================================================================= ====================================================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+globalAggregateTemperatureMargin Number 0..1 Preliminary Temperature margin in Celsius relative to a throttling thermal trip point Ves::ObjectClasses::IpmiGlobalAggregateTemperatureMargin::globalAggregateTemperatureMargin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+globalAggregateTemperatureMarginIdentifier String 1 Preliminary Identifier for the ipmi global aggregate temperature margin metrics Ves::ObjectClasses::IpmiGlobalAggregateTemperatureMargin::globalAggregateTemperatureMarginIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+========================================== ======== ========= ================================== ========================================================================= ====================================================================================================
+
+IpmiHsbp
+~~~~~~~~
The ipmiHsbp datatype provides ipmi hot swap backplane power metrics; it consists of the following fields:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class IpmiHsbp**
-
-================== ======== ========= ================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ================================================ =====================
-hsbpIdentifier String 1 Identifier for the hot swap backplane power unit OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-hsbpTemperature Number 0..1 Hot swap backplane power temperature in celsius OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ================================================ =====================
-
-IpmiNic class
-^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::IpmiNic
-
-**Description:**
+================== ======== ========= ================================== ================================================ =============================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+hsbpIdentifier String 1 Preliminary Identifier for the hot swap backplane power unit Ves::ObjectClasses::IpmiHsbp::hsbpIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+hsbpTemperature Number 0..1 Preliminary Hot swap backplane power temperature in celsius Ves::ObjectClasses::IpmiHsbp::hsbpTemperature
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ================================================ =============================================
+
+IpmiNic
+~~~~~~~
The ipmiNic datatype provides network interface control care metrics; it consists of the following fields:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class IpmiNic**
-
-================== ======== ========= ================================================= =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ================================================= =====================
-nicIdentifier String 1 Identifier for the network interface control card OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nicTemperature Number 0..1 nic temperature in Celsius OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ================================================= =====================
-
-IpmiPowerSupply class
-^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::IpmiPowerSupply
-
-**Description:**
+================== ======== ========= ================================== ================================================= ===========================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+nicIdentifier String 1 Preliminary Identifier for the network interface control card Ves::ObjectClasses::IpmiNic::nicIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nicTemperature Number 0..1 Preliminary nic temperature in Celsius Ves::ObjectClasses::IpmiNic::nicTemperature
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ================================================= ===========================================
+
+IpmiPowerSupply
+~~~~~~~~~~~~~~~
The ipmiPowerSupply datatype provides ipmi power supply metrics; it consists of the following fields:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class IpmiPowerSupply**
-
-=============================== ======== ========= ==================================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-=============================== ======== ========= ==================================================================== =====================
-powerSupplyCurrentOutputPercent Number 0..1 Current output voltage as a percentage of the design specified level OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-powerSupplyIdentifier String 1 Identifier for the power supply OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-powerSupplyInputPower Number 0..1 Input power in watts OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-powerSupplyTemperature Number 0..1 Power supply temperature in Celsius OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-=============================== ======== ========= ==================================================================== =====================
-
-IpmiProcessor class
-^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::IpmiProcessor
-
-**Description:**
+=============================== ======== ========= ================================== ==================================================================== ====================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+powerSupplyCurrentOutputPercent Number 0..1 Preliminary Current output voltage as a percentage of the design specified level Ves::ObjectClasses::IpmiPowerSupply::powerSupplyCurrentOutputPercent
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+powerSupplyIdentifier String 1 Preliminary Identifier for the power supply Ves::ObjectClasses::IpmiPowerSupply::powerSupplyIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+powerSupplyInputPower Number 0..1 Preliminary Input power in watts Ves::ObjectClasses::IpmiPowerSupply::powerSupplyInputPower
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+powerSupplyTemperature Number 0..1 Preliminary Power supply temperature in Celsius Ves::ObjectClasses::IpmiPowerSupply::powerSupplyTemperature
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=============================== ======== ========= ================================== ==================================================================== ====================================================================
+
+IpmiProcessor
+~~~~~~~~~~~~~
The ipmiProcessor datatype provides ipmi processor metrics
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class IpmiProcessor**
-
-===================================== =================================== ========= ===================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-===================================== =================================== ========= ===================================================== =====================
-processorThermalControlPercent Number 0..1 Io module temperatue in celsius OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-processorDtsThermalMargin Number 0..1 Front panel temperature in celsius OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_processordimmaggregatethermalmargin ProcessorDimmAggregateThermalMargin 0..1 Array of processorDimmAggregate ThermalMargin objects OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-processorIdentifier String 1 Identifier for the power supply OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-===================================== =================================== ========= ===================================================== =====================
-
-LatencyBucketMeasure class
-^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::LatencyBucketMeasure
-
-**Description:**
+===================================== =================================== ========= ================================== ===================================================== =======================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+processorThermalControlPercent Number 0..1 Preliminary Io module temperatue in celsius Ves::ObjectClasses::IpmiProcessor::processorThermalControlPercent
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+processorDtsThermalMargin Number 0..1 Preliminary Front panel temperature in celsius Ves::ObjectClasses::IpmiProcessor::processorDtsThermalMargin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_processordimmaggregatethermalmargin ProcessorDimmAggregateThermalMargin 0..1 Preliminary Array of processorDimmAggregate ThermalMargin objects Ves::ObjectClasses::IpmiProcessor::_processordimmaggregatethermalmargin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+processorIdentifier String 1 Preliminary Identifier for the power supply Ves::ObjectClasses::IpmiProcessor::processorIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+===================================== =================================== ========= ================================== ===================================================== =======================================================================
+
+LatencyBucketMeasure
+~~~~~~~~~~~~~~~~~~~~
The latencyBucketMeasure datatype consists of the following fields which describe the number of counts falling within a defined latency bucket
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class LatencyBucketMeasure**
-
-====================== ======== ========= ======================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-====================== ======== ========= ======================================================== =====================
-countsInTheBucket Number 1 Number of counts falling within a defined latency bucket OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-highEndOfLatencyBucket Number 0..1 High end of bucket range (typically in ms) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lowEndOfLatencyBucket Number 0..1 Low end of bucket range (typically in ms) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-====================== ======== ========= ======================================================== =====================
-
-Load class
-^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::Load
-
-**Description:**
+====================== ======== ========= ================================== ======================================================== ================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+countsInTheBucket Number 1 Preliminary Number of counts falling within a defined latency bucket Ves::ObjectClasses::LatencyBucketMeasure::countsInTheBucket
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+highEndOfLatencyBucket Number 0..1 Preliminary High end of bucket range (typically in ms) Ves::ObjectClasses::LatencyBucketMeasure::highEndOfLatencyBucket
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lowEndOfLatencyBucket Number 0..1 Preliminary Low end of bucket range (typically in ms) Ves::ObjectClasses::LatencyBucketMeasure::lowEndOfLatencyBucket
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+====================== ======== ========= ================================== ======================================================== ================================================================
+
+Load
+~~~~
The load datatype provides metrics on system cpu and io utilization obtained using /proc/loadavg
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class Load**
-
-================== ======== ========= ========================================================================================================================================================= =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ========================================================================================================================================================= =====================
-longTerm Number 0..1 number of jobs in the run queue (state R, cpu utilization) or waiting for disk I/O (state D, io utilization) averaged over 15 minutes using /proc/loadavg OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-midTerm Number 0..1 number of jobs in the run queue (state R, cpu utilization) or waiting for disk I/O (state D, io utilization) averaged over 5 minutes using /proc/loadavg OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-shortTerm Number 0..1 number of jobs in the run queue (state R, cpu utilization) or waiting for disk I/O (state D, io utilization) averaged over 1 minute using /proc/loadavg OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ========================================================================================================================================================= =====================
-
-MachineCheckException class
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MachineCheckException
-
-**Description:**
+================== ======== ========= ================================== ========================================================================================================================================================= ===================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+longTerm Number 0..1 Preliminary number of jobs in the run queue (state R, cpu utilization) or waiting for disk I/O (state D, io utilization) averaged over 15 minutes using /proc/loadavg Ves::ObjectClasses::Load::longTerm
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+midTerm Number 0..1 Preliminary number of jobs in the run queue (state R, cpu utilization) or waiting for disk I/O (state D, io utilization) averaged over 5 minutes using /proc/loadavg Ves::ObjectClasses::Load::midTerm
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+shortTerm Number 0..1 Preliminary number of jobs in the run queue (state R, cpu utilization) or waiting for disk I/O (state D, io utilization) averaged over 1 minute using /proc/loadavg Ves::ObjectClasses::Load::shortTerm
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ========================================================================================================================================================= ===================================
+
+MachineCheckException
+~~~~~~~~~~~~~~~~~~~~~
The machineCheckException datatype describes machine check exceptions
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MachineCheckException**
-
-============================= ======== ========= ============================================================================================================================================================================================================================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-============================= ======== ========= ============================================================================================================================================================================================================================================================== =====================
-correctedMemoryErrors Number 0..1 Total hardware errors that were corrected by the hardware (e.g. data corruption corrected via ECC) over the measurementInterval. These errors do not require immediate software actions, but are still reported for accounting and predictive failure analysis OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-correctedMemoryErrors In1Hr Number 0..1 Total hardware errors that were corrected by the hardware over the last one hour OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vmlIdentifier String 1 processIdentifier OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-uncorrectedMemoryErrors Number 0..1 Total uncorrected hardware errors that were detected by the hardware (e.g., causing data corruption) over the measurementInterval. These errors require a software response. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-uncorrectedMemoryErrors In1Hr Number 0..1 Total uncorrected hardware errors that were detected by the hardware over the last one hour OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-============================= ======== ========= ============================================================================================================================================================================================================================================================== =====================
-
-MeasDataCollection class
-^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MeasDataCollection
-
-**Description:**
+============================= ======== ========= ================================== ============================================================================================================================================================================================================================================================== ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+correctedMemoryErrors Number 0..1 Preliminary Total hardware errors that were corrected by the hardware (e.g. data corruption corrected via ECC) over the measurementInterval. These errors do not require immediate software actions, but are still reported for accounting and predictive failure analysis Ves::ObjectClasses::MachineCheckException::correctedMemoryErrors
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+correctedMemoryErrors In1Hr Number 0..1 Preliminary Total hardware errors that were corrected by the hardware over the last one hour Ves::ObjectClasses::MachineCheckException::correctedMemoryErrors In1Hr
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vmlIdentifier String 1 Preliminary processIdentifier Ves::ObjectClasses::MachineCheckException::vmlIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+uncorrectedMemoryErrors Number 0..1 Preliminary Total uncorrected hardware errors that were detected by the hardware (e.g., causing data corruption) over the measurementInterval. These errors require a software response. Ves::ObjectClasses::MachineCheckException::uncorrectedMemoryErrors
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+uncorrectedMemoryErrors In1Hr Number 0..1 Preliminary Total uncorrected hardware errors that were detected by the hardware over the last one hour Ves::ObjectClasses::MachineCheckException::uncorrectedMemoryErrors In1Hr
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+============================= ======== ========= ================================== ============================================================================================================================================================================================================================================================== ========================================================================
+
+MeasDataCollection
+~~~~~~~~~~~~~~~~~~
The measDataCollection datatype defines a 3GPP measurement collection structure aligned with the 3GPP PM format
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MeasDataCollection**
-
-============================= ======== ========= ================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-============================= ======== ========= ================================================================================ =====================
-formatVersion String 0..1 3GPP PM reporting file format version from pre-standard TS 28.550 v2.0.0 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-granularityPeriod String 1 Granularity period for the PM report in seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-measObjInstIdList String 0..1 Array of monitored object local distinguished name ids per 3GPP TS 32.300 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-measuredEntityDn String 1 Distinguished name per 3GPP TS 28.550 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-measuredEntitySoftwareVersion String 0..1 Software version for the NF providing the PM data as specified in 3GPP TS 28.550 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-measuredEntityUserName String 0..1 User Definable name for the measured object per 3GPP TS 28.550 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_measinfo MeasInfo 1..\* Array of monitored object local distinguished name ids per 3GPP TS 32.300 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-============================= ======== ========= ================================================================================ =====================
-
-MeasInfo class
-^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MeasInfo
-
-**Applied Stereotypes:**
+============================= ======== ========= ================================== ================================================================================ =====================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+formatVersion String 0..1 Preliminary 3GPP PM reporting file format version from pre-standard TS 28.550 v2.0.0 Ves::ObjectClasses::MeasDataCollection::formatVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+granularityPeriod String 1 Preliminary Granularity period for the PM report in seconds Ves::ObjectClasses::MeasDataCollection::granularityPeriod
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+measObjInstIdList String 0..1 Preliminary Array of monitored object local distinguished name ids per 3GPP TS 32.300 Ves::ObjectClasses::MeasDataCollection::measObjInstIdList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+measuredEntityDn String 1 Preliminary Distinguished name per 3GPP TS 28.550 Ves::ObjectClasses::MeasDataCollection::measuredEntityDn
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+measuredEntitySoftwareVersion String 0..1 Preliminary Software version for the NF providing the PM data as specified in 3GPP TS 28.550 Ves::ObjectClasses::MeasDataCollection::measuredEntitySoftwareVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+measuredEntityUserName String 0..1 Preliminary User Definable name for the measured object per 3GPP TS 28.550 Ves::ObjectClasses::MeasDataCollection::measuredEntityUserName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_measinfo MeasInfo 1..\* Preliminary Array of monitored object local distinguished name ids per 3GPP TS 32.300 Ves::ObjectClasses::MeasDataCollection::_measinfo
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+============================= ======== ========= ================================== ================================================================================ =====================================================================
+
+MeasInfo
+~~~~~~~~
+
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MeasInfo**
-
-=================== ================= ========= ================================================================================================================================= =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-=================== ================= ========= ================================================================================================================================= =====================
-jobId String 0..1 Name of the measurement job OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_measinfoidinteger measInfoIdInteger 0..1 Measurement group Identifier OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_measinfoidstring MeasInfoIdString 0..1 Measurement group Identifier OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_meastypesinteger MeasTypesInteger 0..1 Array of measurement identifiers associated with the measurement results expressed as integers for efficiency rather than strings OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_meastypesstring MeasTypesString 0..1 Array of measurement identifiers associated with the measurement results expressed as integers for efficiency rather than strings OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_measvalues MeasValues 1..\* Array of measValues OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-=================== ================= ========= ================================================================================================================================= =====================
-
-MeasInfoIdString class
-^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MeasInfoIdString
-
-**Description:**
+=================== ================= ========= ================================== ================================================================================================================================= ================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+jobId String 0..1 Preliminary Name of the measurement job Ves::ObjectClasses::MeasInfo::jobId
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_measinfoidinteger measInfoIdInteger 0..1 Preliminary Measurement group Identifier Ves::ObjectClasses::MeasInfo::_measinfoidinteger
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_measinfoidstring MeasInfoIdString 0..1 Preliminary Measurement group Identifier Ves::ObjectClasses::MeasInfo::_measinfoidstring
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_meastypesinteger MeasTypesInteger 0..1 Preliminary Array of measurement identifiers associated with the measurement results expressed as integers for efficiency rather than strings Ves::ObjectClasses::MeasInfo::_meastypesinteger
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_meastypesstring MeasTypesString 0..1 Preliminary Array of measurement identifiers associated with the measurement results expressed as integers for efficiency rather than strings Ves::ObjectClasses::MeasInfo::_meastypesstring
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_measValuesList MeasValues 1..\* Experimental Array of measValues Ves::ObjectClasses::MeasInfo::_measValuesList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=================== ================= ========= ================================== ================================================================================================================================= ================================================
+
+MeasInfoIdString
+~~~~~~~~~~~~~~~~
The measInfoIdString datatype provides a string measurement group identifier;
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MeasInfoIdString**
-
-================== ======== ========= =================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= =================================== =====================
-sMeasInfoId Integer 1 String measurement group Identifier OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= =================================== =====================
-
-MeasResultInteger class
-^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MeasResultInteger
-
-**Description:**
+================== ======== ========= ================================== =================================== =================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+sMeasInfoId Integer 1 Preliminary String measurement group Identifier Ves::ObjectClasses::MeasInfoIdString::sMeasInfoId
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== =================================== =================================================
+
+MeasResultInteger
+~~~~~~~~~~~~~~~~~
The measResultInteger datatype provides an integer 3GPP PM measurement result;
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MeasResultInteger**
-
-================== ======== ========= ================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ================================ =====================
-p Integer 1 Integer reference to the counter OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-iValue Integer 1 Integer counter value OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ================================ =====================
-
-MeasResultString class
-^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MeasResultString
-
-**Description:**
+================== ======== ========= ================================== ================================ =============================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+p Integer 1 Preliminary Integer reference to the counter Ves::ObjectClasses::MeasResultInteger::p
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+iValue Integer 1 Preliminary Integer counter value Ves::ObjectClasses::MeasResultInteger::iValue
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ================================ =============================================
+
+MeasResultString
+~~~~~~~~~~~~~~~~
The measResultString datatype provides a string 3GPP PM measurement result;
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MeasResultString**
-
-================== ======== ========= ================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ================================ =====================
-p Integer 1 Integer reference to the counter OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sVlaue String 1 String counter value OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ================================ =====================
-
-MeasTypesInteger class
-^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MeasTypesInteger
-
-**Description:**
+================== ======== ========= ================================== ================================ ============================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+p Integer 1 Preliminary Integer reference to the counter Ves::ObjectClasses::MeasResultString::p
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sVlaue String 1 Preliminary String counter value Ves::ObjectClasses::MeasResultString::sVlaue
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ================================ ============================================
+
+MeasTypesInteger
+~~~~~~~~~~~~~~~~
The measTypesInteger datatype provides an array of integer measurement identifiers associated with the measurement results
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MeasTypesInteger**
-
-================== ======== ========= ================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ================================================================================ =====================
-iMeasTypesList Integer 1..\* Array of integer measurement identifiers associated with the measurement results OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ================================================================================ =====================
-
-MeasTypesString class
-^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MeasTypesString
-
-**Description:**
+================== ======== ========= ================================== ================================================================================ ====================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+iMeasTypesList Integer 1..\* Preliminary Array of integer measurement identifiers associated with the measurement results Ves::ObjectClasses::MeasTypesInteger::iMeasTypesList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ================================================================================ ====================================================
+
+MeasTypesString
+~~~~~~~~~~~~~~~
The measTypesString datatype provides an array of string measurement identifiers associated with the measurement results
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MeasTypesString**
-
-================== ======== ========= =============================================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= =============================================================================== =====================
-sMeasTypesList String 1..\* Array of string measurement identifiers associated with the measurement results OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= =============================================================================== =====================
-
-MeasValues class
-^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MeasValues
-
-**Description:**
+================== ======== ========= ================================== =============================================================================== ===================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+sMeasTypesList String 1..\* Preliminary Array of string measurement identifiers associated with the measurement results Ves::ObjectClasses::MeasTypesString::sMeasTypesList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== =============================================================================== ===================================================
+
+MeasValues
+~~~~~~~~~~
The measValues datatype provides 3GPP measurement values
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MeasValues**
-
-=================== ================= ========= ================================================================= =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-=================== ================= ========= ================================================================= =====================
-measObjAddFlds HashMap 0..1 Additional key-value pairs if needed OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-suspectFlag Boolean 1 Enumeration: 'true', 'false'. Indicates if the values are suspect OpenModelAttribute
-
- VES 7.1 Spec has this attribute as a string. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_measresultinteger MeasResultInteger 0..\* Array of results OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_measresultnull measResultNull 0..\* Array of results OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_mesresultnumber MesResultNumber 0..\* Array of results OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_measresultstring MeasResultString 0..\* Array of results OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-=================== ================= ========= ================================================================= =====================
-
-Measurement class
-^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::Measurement
-
-**Description:**
+=================== ================= ========= ================================== ================================================================= ==================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+measObjAddFlds HashMap 0..1 Preliminary Additional key-value pairs if needed Ves::ObjectClasses::MeasValues::measObjAddFlds
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+suspectFlag Boolean 1 Preliminary Enumeration: 'true', 'false'. Indicates if the values are suspect Ves::ObjectClasses::MeasValues::suspectFlag
+
+ OpenModelAttribute VES 7.1 Spec has this attribute as a string.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_measresultinteger MeasResultInteger 0..\* Preliminary Array of results Ves::ObjectClasses::MeasValues::_measresultinteger
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_measresultnull measResultNull 0..\* Preliminary Array of results Ves::ObjectClasses::MeasValues::_measresultnull
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_mesresultnumber MesResultNumber 0..\* Preliminary Array of results Ves::ObjectClasses::MeasValues::_mesresultnumber
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_measresultstring MeasResultString 0..\* Preliminary Array of results Ves::ObjectClasses::MeasValues::_measresultstring
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=================== ================= ========= ================================== ================================================================= ==================================================
+
+Measurement
+~~~~~~~~~~~
Fields specific to measurement events
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class Measurement**
-
-======================== ===================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-======================== ===================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-additionalFields HashMap 0..1 Additional measurement fields if needed. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-additionalMeasurements ArrayofNamedHashMap 0..1 Array of named hashMap if needed. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-additionalObjects ArrayOfSchemaObject 0..1 Array of Schema objects described by name, schema and other meta-information, if needed. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-concurrentSessions Integer 0..1 Peak concurrent sessions for the VM or VNF (depending on the context) over the measurementInterval. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-configuredEntities Integer 0..1 Depending on the context over the measurementInterval: peak total number of users, subscribers, devices, adjacencies, etc., for the VM, or peak total number of subscribers, devices, etc., for the VNF OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-featureUsageArray HashMap 0..1 The hashMap key should identify the feature, while the value defines the number of times the identified feature was used. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-meanRequestLatency Number 0..1 Mean seconds required to respond to each request for the VM on which the VNFC reporting the event is running. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-measurementFieldsVersion String 1 Version of the measurementFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-measurementInterval Number 1 Interval over which measurements are being reported in seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcScalingMetric Integer 0..1 Represents busy-ness of the network function from 0 to 100 as reported by the nfc. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-numberOfMediaPortsInUse Integer 1 Number of media ports in use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-requestRate Number 1 Peak request rate per second, for the VM over the measurementInterval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_Hugepages HugePages 0..1 Array of metrics on hugePages OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_codecsinuse CodecsInUse 0..\* Array of codecs in use OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_cpuUsage CpuUsage 0..\* Usage of an array of CPUs OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_diskUsage DiskUsage 0..\* Usage of an array of disks OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_filesystemusage FilesystemUsage 0..\* Filesystem usage of the VM on which the xNFC reporting the event is running OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_ipmi Ipmi 0..1 Array of intelligent platform management interface metrics OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_latencybucketmeasure LatencyBucketMeasure 0..1 Array of integers representing counts of requests whose latency in milliseconds falls within per-xNF configured ranges; where latency is the duration between a service request and its fulfillment. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_load Load 0..1 Array of system load metrics OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_machinecheckexception MachineCheckException 0..1 Array of machine check exceptions OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_memoryusage MemoryUsage 0..\* Memory usage of an array of VMs OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_nicperformance NicPerformance 0..\* Performance metrics of an array of network interface cards OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_processstats ProcessStats 0..\* Array of metrics on system processes OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-======================== ===================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-MemoryUsage class
-^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MemoryUsage
-
-**Description:**
+======================== ===================== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalFields HashMap 0..1 Preliminary Additional measurement fields if needed. Ves::ObjectClasses::Measurement::additionalFields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+additionalMeasurements ArrayofNamedHashMap 0..1 Preliminary Array of named hashMap if needed. Ves::ObjectClasses::Measurement::additionalMeasurements
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+additionalObjects ArrayOfSchemaObject 0..1 Preliminary Array of Schema objects described by name, schema and other meta-information, if needed. Ves::ObjectClasses::Measurement::additionalObjects
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+concurrentSessions Integer 0..1 Preliminary Peak concurrent sessions for the VM or VNF (depending on the context) over the measurementInterval. Ves::ObjectClasses::Measurement::concurrentSessions
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+configuredEntities Integer 0..1 Preliminary Depending on the context over the measurementInterval: peak total number of users, subscribers, devices, adjacencies, etc., for the VM, or peak total number of subscribers, devices, etc., for the VNF Ves::ObjectClasses::Measurement::configuredEntities
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+featureUsageArray HashMap 0..1 Preliminary The hashMap key should identify the feature, while the value defines the number of times the identified feature was used. Ves::ObjectClasses::Measurement::featureUsageArray
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+meanRequestLatency Number 0..1 Preliminary Mean seconds required to respond to each request for the VM on which the VNFC reporting the event is running. Ves::ObjectClasses::Measurement::meanRequestLatency
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+measurementFieldsVersion String 1 Preliminary Version of the measurementFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::Measurement::measurementFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+measurementInterval Number 1 Preliminary Interval over which measurements are being reported in seconds Ves::ObjectClasses::Measurement::measurementInterval
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcScalingMetric Integer 0..1 Preliminary Represents busy-ness of the network function from 0 to 100 as reported by the nfc. Ves::ObjectClasses::Measurement::nfcScalingMetric
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+numberOfMediaPortsInUse Integer 1 Preliminary Number of media ports in use. Ves::ObjectClasses::Measurement::numberOfMediaPortsInUse
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+requestRate Number 1 Preliminary Peak request rate per second, for the VM over the measurementInterval Ves::ObjectClasses::Measurement::requestRate
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_Hugepages HugePages 0..1 Preliminary Array of metrics on hugePages Ves::ObjectClasses::Measurement::_Hugepages
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_codecsinuse CodecsInUse 0..\* Preliminary Array of codecs in use Ves::ObjectClasses::Measurement::_codecsinuse
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_cpuUsage CpuUsage 0..\* Preliminary Usage of an array of CPUs Ves::ObjectClasses::Measurement::_cpuUsage
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_diskUsage DiskUsage 0..\* Preliminary Usage of an array of disks Ves::ObjectClasses::Measurement::_diskUsage
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_filesystemusage FilesystemUsage 0..\* Preliminary Filesystem usage of the VM on which the xNFC reporting the event is running Ves::ObjectClasses::Measurement::_filesystemusage
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_ipmi Ipmi 0..1 Preliminary Array of intelligent platform management interface metrics Ves::ObjectClasses::Measurement::_ipmi
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_latencybucketmeasure LatencyBucketMeasure 0..1 Preliminary Array of integers representing counts of requests whose latency in milliseconds falls within per-xNF configured ranges; where latency is the duration between a service request and its fulfillment. Ves::ObjectClasses::Measurement::_latencybucketmeasure
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_load Load 0..1 Preliminary Array of system load metrics Ves::ObjectClasses::Measurement::_load
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_machinecheckexception MachineCheckException 0..1 Preliminary Array of machine check exceptions Ves::ObjectClasses::Measurement::_machinecheckexception
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_memoryusage MemoryUsage 0..\* Preliminary Memory usage of an array of VMs Ves::ObjectClasses::Measurement::_memoryusage
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_nicperformance NicPerformance 0..\* Preliminary Performance metrics of an array of network interface cards Ves::ObjectClasses::Measurement::_nicperformance
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_processstats ProcessStats 0..\* Preliminary Array of metrics on system processes Ves::ObjectClasses::Measurement::_processstats
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+======================== ===================== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+MemoryUsage
+~~~~~~~~~~~
The memoryUsage datatype defines the memory usage of a virtual machine and consists of the following fields:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MemoryUsage**
-
-==================== ======== ========= =============================================================================================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-==================== ======== ========= =============================================================================================================================== =====================
-memoryBuffered Number 0..1 Kibibytes of temporary storage for raw disk blocks OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memoryCached Number 0..1 Kibibytes of memory used for cache OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memoryConfigured Number 0..1 Kibibytes of memory configured in the virtual machine on which the xNFC reporting the event is running OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memoryDemand Number 0..1 Host demand in kibibytes OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memoryFree Number 1 Kibibytes of physical RAM left unused by the system OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memoryLatencyAvg Number 0..1 Percentage of time the VM is waiting to access swapped or compressed memory OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memorySharedAvg Number 0..1 Shared memory in kilobytes OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memorySlabRecl Number 0..1 The part of the slab that can be reclaimed such as caches measured in kibibytes OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memorySlabUnrecl Number 0..1 The part of the slab that cannot be reclaimed even when lacking memory measure in kibibytes OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memorySwapInAvg Number 0..1 Amount of memory swapped-in from host cache in kibibytes OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memorySwapInRateAvg Number 0..1 Rate at which memory is swapped from disk into active memory during the interval in kilobytes per second OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memorySwapOutAvg Number 0..1 Amount of memory swapped-out to host cache in kibibytes OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memorySwapOutRateAvg Number 0..1 Rate at which memory is being swapped from active memory to disk during the current interval in kilobytes per second OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memorySwapUsedAvg Number 0..1 Space used for caching swapped pages in the host cache in kibibytes OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-memoryUsed Number 1 Total memory minus the sum of free, buffered, cached and slab memory measured in kibibytes OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-percentMemoryUsage Number 0..1 Percentage of memory usage; value = (memoryUsed / (memoryUsed + memoryFree) x 100 if denomintor is nonzero, or 0, if otherwise. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vmIdentifier String 1 Virtual Machine identifier associated with the memory metrics OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-==================== ======== ========= =============================================================================================================================== =====================
-
-MesResultNumber class
-^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MesResultNumber
-
-**Description:**
+==================== ======== ========= ================================== =============================================================================================================================== =====================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+memoryBuffered Number 0..1 Preliminary Kibibytes of temporary storage for raw disk blocks Ves::ObjectClasses::MemoryUsage::memoryBuffered
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memoryCached Number 0..1 Preliminary Kibibytes of memory used for cache Ves::ObjectClasses::MemoryUsage::memoryCached
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memoryConfigured Number 0..1 Preliminary Kibibytes of memory configured in the virtual machine on which the xNFC reporting the event is running Ves::ObjectClasses::MemoryUsage::memoryConfigured
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memoryDemand Number 0..1 Preliminary Host demand in kibibytes Ves::ObjectClasses::MemoryUsage::memoryDemand
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memoryFree Number 1 Preliminary Kibibytes of physical RAM left unused by the system Ves::ObjectClasses::MemoryUsage::memoryFree
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memoryLatencyAvg Number 0..1 Preliminary Percentage of time the VM is waiting to access swapped or compressed memory Ves::ObjectClasses::MemoryUsage::memoryLatencyAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memorySharedAvg Number 0..1 Preliminary Shared memory in kilobytes Ves::ObjectClasses::MemoryUsage::memorySharedAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memorySlabRecl Number 0..1 Preliminary The part of the slab that can be reclaimed such as caches measured in kibibytes Ves::ObjectClasses::MemoryUsage::memorySlabRecl
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memorySlabUnrecl Number 0..1 Preliminary The part of the slab that cannot be reclaimed even when lacking memory measure in kibibytes Ves::ObjectClasses::MemoryUsage::memorySlabUnrecl
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memorySwapInAvg Number 0..1 Preliminary Amount of memory swapped-in from host cache in kibibytes Ves::ObjectClasses::MemoryUsage::memorySwapInAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memorySwapInRateAvg Number 0..1 Preliminary Rate at which memory is swapped from disk into active memory during the interval in kilobytes per second Ves::ObjectClasses::MemoryUsage::memorySwapInRateAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memorySwapOutAvg Number 0..1 Preliminary Amount of memory swapped-out to host cache in kibibytes Ves::ObjectClasses::MemoryUsage::memorySwapOutAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memorySwapOutRateAvg Number 0..1 Preliminary Rate at which memory is being swapped from active memory to disk during the current interval in kilobytes per second Ves::ObjectClasses::MemoryUsage::memorySwapOutRateAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memorySwapUsedAvg Number 0..1 Preliminary Space used for caching swapped pages in the host cache in kibibytes Ves::ObjectClasses::MemoryUsage::memorySwapUsedAvg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memoryUsed Number 1 Preliminary Total memory minus the sum of free, buffered, cached and slab memory measured in kibibytes Ves::ObjectClasses::MemoryUsage::memoryUsed
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+percentMemoryUsage Number 0..1 Preliminary Percentage of memory usage; value = (memoryUsed / (memoryUsed + memoryFree) x 100 if denomintor is nonzero, or 0, if otherwise. Ves::ObjectClasses::MemoryUsage::percentMemoryUsage
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vmIdentifier String 1 Preliminary Virtual Machine identifier associated with the memory metrics Ves::ObjectClasses::MemoryUsage::vmIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+==================== ======== ========= ================================== =============================================================================================================================== =====================================================
+
+MesResultNumber
+~~~~~~~~~~~~~~~
The measResultNumber datatype provides a number 3GPP PM measurement result
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MesResultNumber**
-
-================== ======== ========= ================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ================================ =====================
-p Integer 1 Integer reference to the counter OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-rValue Number 1 Number counter value OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ================================ =====================
-
-MobileFlow class
-^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::MobileFlow
-
-**Description:**
+================== ======== ========= ================================== ================================ ===========================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+p Integer 1 Preliminary Integer reference to the counter Ves::ObjectClasses::MesResultNumber::p
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+rValue Number 1 Preliminary Number counter value Ves::ObjectClasses::MesResultNumber::rValue
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ================================ ===========================================
+
+MobileFlow
+~~~~~~~~~~
Fields specific to mobility flow events
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class MobileFlow**
-
-======================= ================= ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-======================= ================= ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-additionalFields HashMap 0..1 additionalFields - Additional mobileFlow fields if needed. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-applicationType String 0..1 applicationType - Application type inferred OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-applProtocolType String 0..1 applProtocolType - Application protocol. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-applProtocolVersion String 0..1 applProtocolVersion - Application version. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-cid String 0..1 cid - Cell Id. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-connectionType String 0..1 connectionType - Abbreviation referencing a 3GPP reference point e.g., S1-U, S11, etc. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-ecgi String 0..1 ecgi - Evolved Cell Global Id. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-flowDirection String 0..1 flowDirection - Flow direction, indicating if the reporting node is the source of the flow or destination for the flow. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-gtpProtocolType String 0..1 gtpProtocolType - GTP protocol OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-gtpVersion String 0..1 gtpVersion - GTP protocol version. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-httpHeader String 0..1 httpHeader - HTTP request header, if the flow connects to a node referenced by HTTP. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-iemi String 0..1 imei - IMEI for the subscriber UE used in this flow, if the flow connects to a mobile device. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-imsi String 0..1 imsi - IMSI for the subscriber UE used in this flow, if the flow connects to a mobile device OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-ipProtocolType String 0..1 ipProtocolType - IP protocol type e.g., TCP, UDP, RTP... OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-ipVersion String 0..1 ipVersion - IP protocol version e.g., IPv4, IPv6 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lac String 0..1 lac - Location area code. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-mcc String 0..1 mcc - Mobile country code. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-mnc String 0..1 mnc - Mobile network code. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-mobileFlowFieldsVersion Number 0..1 mobileFlowFieldsVersion - Version of the mobileFlowFields block. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-msisdn String 0..1 msisdn - MSISDN for the subscriber UE used in this flow, as an integer, if the flow connects to a mobile device. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-otherEndpointlpAddress String 0..1 otherEndpointIpAddress - IP address for the other endpoint, as used for the flow being reported on. OpenModelAttribute
- Note: current data type (String) may be changed to Common Resource Datatype L3AddressData. =[gh]=
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-otherEndpointPort Number 0..1 otherEndpointPort - IP Port for the reporting entity, as used for the flow being reported on OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-otherFunctionalRole String 0..1 otherFunctionalRole - Functional role of the other endpoint for the flow being reported on e.g., MME, S-GW, P-GW, PCRF... OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-rac String 0..1 rac - Routing area code OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-radioAccessTechnology String 0..1 radioAccessTechnology - Radio Access Technology e.g., 2G, 3G, 4G and 5G. (GSM, UMTS, LTE, 5G) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEndpointlpAddr String 0..1 reportingEndpointIpAddr - IP address for the reporting entity, as used for the flow being reported on. OpenModelAttribute
- Note: current data type (String) may be changed to Common Resource Datatype L3AddressData. =[gh]=
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEndpointPort Number 0..1 reportingEndpointPort - IP port for the reporting entity, as used for the flow being reported on. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sac String 0..1 sac - Service area code OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-samplingAlgorithm Number 0..1 samplingAlgorithm - Integer identifier for the sampling algorithm or rule being applied in calculating the flow metrics if metrics are calculated based on a sample of packets, or 0 if no sampling is applied. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-tac String 0..1 tac - Transport area code OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-tunnelId String 0..1 tunnelId - Tunnel identifier OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vlanId String 0..1 vlanId - VLAN identifier used by this flow OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_gtpperflowmetrics GtpPerFlowMetrics 1 Mobility GTP Protocol per flow metrics OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-======================= ================= ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-NicPerformance class
-^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::NicPerformance
-
-**Description:**
+======================= ================= ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalFields HashMap 0..1 Preliminary additionalFields - Additional mobileFlow fields if needed. Ves::ObjectClasses::MobileFlow::additionalFields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+applicationType String 0..1 Preliminary applicationType - Application type inferred Ves::ObjectClasses::MobileFlow::applicationType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+applProtocolType String 0..1 Preliminary applProtocolType - Application protocol. Ves::ObjectClasses::MobileFlow::applProtocolType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+applProtocolVersion String 0..1 Preliminary applProtocolVersion - Application version. Ves::ObjectClasses::MobileFlow::applProtocolVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cid String 0..1 Preliminary cid - Cell Id. Ves::ObjectClasses::MobileFlow::cid
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+connectionType String 0..1 Preliminary connectionType - Abbreviation referencing a 3GPP reference point e.g., S1-U, S11, etc. Ves::ObjectClasses::MobileFlow::connectionType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+ecgi String 0..1 Preliminary ecgi - Evolved Cell Global Id. Ves::ObjectClasses::MobileFlow::ecgi
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+flowDirection String 0..1 Preliminary flowDirection - Flow direction, indicating if the reporting node is the source of the flow or destination for the flow. Ves::ObjectClasses::MobileFlow::flowDirection
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+gtpProtocolType String 0..1 Preliminary gtpProtocolType - GTP protocol Ves::ObjectClasses::MobileFlow::gtpProtocolType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+gtpVersion String 0..1 Preliminary gtpVersion - GTP protocol version. Ves::ObjectClasses::MobileFlow::gtpVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+httpHeader String 0..1 Preliminary httpHeader - HTTP request header, if the flow connects to a node referenced by HTTP. Ves::ObjectClasses::MobileFlow::httpHeader
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+iemi String 0..1 Preliminary imei - IMEI for the subscriber UE used in this flow, if the flow connects to a mobile device. Ves::ObjectClasses::MobileFlow::iemi
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+imsi String 0..1 Preliminary imsi - IMSI for the subscriber UE used in this flow, if the flow connects to a mobile device Ves::ObjectClasses::MobileFlow::imsi
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+ipProtocolType String 0..1 Preliminary ipProtocolType - IP protocol type e.g., TCP, UDP, RTP... Ves::ObjectClasses::MobileFlow::ipProtocolType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+ipVersion String 0..1 Preliminary ipVersion - IP protocol version e.g., IPv4, IPv6 Ves::ObjectClasses::MobileFlow::ipVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lac String 0..1 Preliminary lac - Location area code. Ves::ObjectClasses::MobileFlow::lac
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+mcc String 0..1 Preliminary mcc - Mobile country code. Ves::ObjectClasses::MobileFlow::mcc
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+mnc String 0..1 Preliminary mnc - Mobile network code. Ves::ObjectClasses::MobileFlow::mnc
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+mobileFlowFieldsVersion Number 0..1 Preliminary mobileFlowFieldsVersion - Version of the mobileFlowFields block. Ves::ObjectClasses::MobileFlow::mobileFlowFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+msisdn String 0..1 Preliminary msisdn - MSISDN for the subscriber UE used in this flow, as an integer, if the flow connects to a mobile device. Ves::ObjectClasses::MobileFlow::msisdn
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+otherEndpointlpAddress String 0..1 Preliminary otherEndpointIpAddress - IP address for the other endpoint, as used for the flow being reported on. Ves::ObjectClasses::MobileFlow::otherEndpointlpAddress
+ Note: current data type (String) may be changed to Common Resource Datatype L3AddressData. =[gh]=
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+otherEndpointPort Number 0..1 Preliminary otherEndpointPort - IP Port for the reporting entity, as used for the flow being reported on Ves::ObjectClasses::MobileFlow::otherEndpointPort
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+otherFunctionalRole String 0..1 Preliminary otherFunctionalRole - Functional role of the other endpoint for the flow being reported on e.g., MME, S-GW, P-GW, PCRF... Ves::ObjectClasses::MobileFlow::otherFunctionalRole
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+rac String 0..1 Preliminary rac - Routing area code Ves::ObjectClasses::MobileFlow::rac
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+radioAccessTechnology String 0..1 Preliminary radioAccessTechnology - Radio Access Technology e.g., 2G, 3G, 4G and 5G. (GSM, UMTS, LTE, 5G) Ves::ObjectClasses::MobileFlow::radioAccessTechnology
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEndpointlpAddr String 0..1 Preliminary reportingEndpointIpAddr - IP address for the reporting entity, as used for the flow being reported on. Ves::ObjectClasses::MobileFlow::reportingEndpointlpAddr
+ Note: current data type (String) may be changed to Common Resource Datatype L3AddressData. =[gh]=
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEndpointPort Number 0..1 Preliminary reportingEndpointPort - IP port for the reporting entity, as used for the flow being reported on. Ves::ObjectClasses::MobileFlow::reportingEndpointPort
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sac String 0..1 Preliminary sac - Service area code Ves::ObjectClasses::MobileFlow::sac
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+samplingAlgorithm Number 0..1 Preliminary samplingAlgorithm - Integer identifier for the sampling algorithm or rule being applied in calculating the flow metrics if metrics are calculated based on a sample of packets, or 0 if no sampling is applied. Ves::ObjectClasses::MobileFlow::samplingAlgorithm
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+tac String 0..1 Preliminary tac - Transport area code Ves::ObjectClasses::MobileFlow::tac
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+tunnelId String 0..1 Preliminary tunnelId - Tunnel identifier Ves::ObjectClasses::MobileFlow::tunnelId
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vlanId String 0..1 Preliminary vlanId - VLAN identifier used by this flow Ves::ObjectClasses::MobileFlow::vlanId
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_gtpperflowmetrics GtpPerFlowMetrics 1 Preliminary Mobility GTP Protocol per flow metrics Ves::ObjectClasses::MobileFlow::_gtpperflowmetrics
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+======================= ================= ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+NicPerformance
+~~~~~~~~~~~~~~
The nicPerformance datatype consists of the following fields which describe the performance and errors of an of an identified virtual network interface card
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class NicPerformance**
-
-====================================== ============= ========= ================================================================================================================================================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-====================================== ============= ========= ================================================================================================================================================================================== =====================
-administrativeState NicAdminState 0..1 Administrative state: enum: 'inService', 'outOfService' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nicIdentifier String 1 Network interface card identifier OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-operationalState NicOpsState 0..1 Operational state: enum: 'inService', 'outOfService' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedBroadcastPacketsAccumulated Number 0..1 Cumulative count of broadcast packets received as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedBroadcastPacketsDelta Number 0..1 Count of broadcast packets received within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedDiscardedPacketsAccumulated Number 0..1 Cumulative count of discarded packets received as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedDiscardedPacketsDelta Number 0..1 Count of discarded packets received within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedErrorPacketsAccumulated Number 0..1 Cumulative count of error packets received as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedErrorPacketsDelta Number 0..1 Count of error packets received within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedMulticastPacketsAccumulated Number 0..1 Cumulative count of multicast packets received as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedMulticastPacketsDelta Number 0..1 Count of multicast packets received within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedOctetsAccumulated Number 0..1 Cumulative count of octets received as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedOctetsDelta Number 0..1 Count of octets received within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedPercentDiscard Number 0..1 Percentage of discarded packets received; value = (receivedDiscardedPacketsDelta / receivedTotalPacketsDelta) x 100, if denominator is nonzero, or 0, if otherwise. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedPercentError Number 0..1 Percentage of error packets received; value = (receivedErrorPacketsDelta / receivedTotalPacketsDelta) x 100, if denominator is nonzero, or 0, if otherwise. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedTotalPacketsAccumulated Number 0..1 Cumulative count of all packets received as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedTotalPacketsDelta Number 0..1 Count of all packets received within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedUnicastPacketsAccumulated Number 0..1 Cumulative count of unicast packets received as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedUnicastPacketsDelta Number 0..1 Count of unicast packets received within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-receivedUtilization Number 0..1 Percentage of utilization received; value = (receivedOctetsDelta / (speed x (lastEpochMicrosec - startEpochMicrosec))) x 100, if denominator is nonzero, or 0, if otherwise. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-speed Number 0..1 Speed configured in mbps. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedBroadcastPacketsAccumulated Number 0..1 Cumulative count of broadcast packets transmitted as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedBroadcastPacketsDelta Number 0..1 Count of broadcast packets transmitted within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedDiscardedPacketsAccumulated Number 0..1 Cumulative count of discarded packets transmitted as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedDiscardedPacketsDelta Number 0..1 Count of discarded packets transmitted within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedErrorPacketsAccumulated Number 0..1 Cumulative count of error packets transmitted as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedErrorPacketsDelta Number 0..1 Count of error packets transmitted within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedMulticastPacketsAccumulated Number 0..1 Cumulative count of multicast packets transmitted as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedMulticastPacketsDelta Number 0..1 Count of multicast packets transmitted within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedOctetsAccumulated Number 0..1 Cumulative count of octets transmitted as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedOctetsDelta Number 0..1 Count of octets transmitted within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedPercentDiscard Number 0..1 Percentage of discarded packets transmitted; value = (transmittedDiscardedPacketsDelta / transmittedTotalPacketsDelta) x 100, if denominator is nonzero, or 0, if otherwise. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedPercentError Number 0..1 Percentage of error packets received; value = (transmittedErrorPacketsDelta / transmittedTotalPacketsDelta) x 100, if denominator is nonzero, or 0, if otherwise. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedTotalPacketsAccumulated Number 0..1 Cumulative count of all packets transmitted as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedTotalPacketsDelta Number 0..1 Count of all packets transmitted within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedUnicastPacketsAccumulated Number 0..1 Cumulative count of unicast packets transmitted as read at the end of the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedUnicastPacketsDelta Number 0..1 Count of unicast packets transmitted within the measurement interval OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-transmittedUtilization Number 0..1 Percentage of utilization transmitted; value = (transmittedOctetsDelta / (speed x (lastEpochMicrosec - startEpochMicrosec))) x 100, if denominator is nonzero, or 0, if otherwise. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-valuesAreSuspect Boolean 1 Enumeration: 'true' or 'false'. If 'true' then the vNicPerformance values are likely inaccurate due to counter overflow or other conditions. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-====================================== ============= ========= ================================================================================================================================================================================== =====================
+====================================== ============= ========= ================================== ================================================================================================================================================================================== ==========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+administrativeState NicAdminState 0..1 Preliminary Administrative state: enum: 'inService', 'outOfService' Ves::ObjectClasses::NicPerformance::administrativeState
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nicIdentifier String 1 Preliminary Network interface card identifier Ves::ObjectClasses::NicPerformance::nicIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+operationalState NicOpsState 0..1 Preliminary Operational state: enum: 'inService', 'outOfService' Ves::ObjectClasses::NicPerformance::operationalState
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedBroadcastPacketsAccumulated Number 0..1 Preliminary Cumulative count of broadcast packets received as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::receivedBroadcastPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedBroadcastPacketsDelta Number 0..1 Preliminary Count of broadcast packets received within the measurement interval Ves::ObjectClasses::NicPerformance::receivedBroadcastPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedDiscardedPacketsAccumulated Number 0..1 Preliminary Cumulative count of discarded packets received as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::receivedDiscardedPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedDiscardedPacketsDelta Number 0..1 Preliminary Count of discarded packets received within the measurement interval Ves::ObjectClasses::NicPerformance::receivedDiscardedPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedErrorPacketsAccumulated Number 0..1 Preliminary Cumulative count of error packets received as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::receivedErrorPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedErrorPacketsDelta Number 0..1 Preliminary Count of error packets received within the measurement interval Ves::ObjectClasses::NicPerformance::receivedErrorPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedMulticastPacketsAccumulated Number 0..1 Preliminary Cumulative count of multicast packets received as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::receivedMulticastPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedMulticastPacketsDelta Number 0..1 Preliminary Count of multicast packets received within the measurement interval Ves::ObjectClasses::NicPerformance::receivedMulticastPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedOctetsAccumulated Number 0..1 Preliminary Cumulative count of octets received as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::receivedOctetsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedOctetsDelta Number 0..1 Preliminary Count of octets received within the measurement interval Ves::ObjectClasses::NicPerformance::receivedOctetsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedPercentDiscard Number 0..1 Preliminary Percentage of discarded packets received; value = (receivedDiscardedPacketsDelta / receivedTotalPacketsDelta) x 100, if denominator is nonzero, or 0, if otherwise. Ves::ObjectClasses::NicPerformance::receivedPercentDiscard
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedPercentError Number 0..1 Preliminary Percentage of error packets received; value = (receivedErrorPacketsDelta / receivedTotalPacketsDelta) x 100, if denominator is nonzero, or 0, if otherwise. Ves::ObjectClasses::NicPerformance::receivedPercentError
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedTotalPacketsAccumulated Number 0..1 Preliminary Cumulative count of all packets received as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::receivedTotalPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedTotalPacketsDelta Number 0..1 Preliminary Count of all packets received within the measurement interval Ves::ObjectClasses::NicPerformance::receivedTotalPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedUnicastPacketsAccumulated Number 0..1 Preliminary Cumulative count of unicast packets received as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::receivedUnicastPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedUnicastPacketsDelta Number 0..1 Preliminary Count of unicast packets received within the measurement interval Ves::ObjectClasses::NicPerformance::receivedUnicastPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+receivedUtilization Number 0..1 Preliminary Percentage of utilization received; value = (receivedOctetsDelta / (speed x (lastEpochMicrosec - startEpochMicrosec))) x 100, if denominator is nonzero, or 0, if otherwise. Ves::ObjectClasses::NicPerformance::receivedUtilization
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+speed Number 0..1 Preliminary Speed configured in mbps. Ves::ObjectClasses::NicPerformance::speed
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedBroadcastPacketsAccumulated Number 0..1 Preliminary Cumulative count of broadcast packets transmitted as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::transmittedBroadcastPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedBroadcastPacketsDelta Number 0..1 Preliminary Count of broadcast packets transmitted within the measurement interval Ves::ObjectClasses::NicPerformance::transmittedBroadcastPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedDiscardedPacketsAccumulated Number 0..1 Preliminary Cumulative count of discarded packets transmitted as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::transmittedDiscardedPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedDiscardedPacketsDelta Number 0..1 Preliminary Count of discarded packets transmitted within the measurement interval Ves::ObjectClasses::NicPerformance::transmittedDiscardedPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedErrorPacketsAccumulated Number 0..1 Preliminary Cumulative count of error packets transmitted as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::transmittedErrorPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedErrorPacketsDelta Number 0..1 Preliminary Count of error packets transmitted within the measurement interval Ves::ObjectClasses::NicPerformance::transmittedErrorPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedMulticastPacketsAccumulated Number 0..1 Preliminary Cumulative count of multicast packets transmitted as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::transmittedMulticastPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedMulticastPacketsDelta Number 0..1 Preliminary Count of multicast packets transmitted within the measurement interval Ves::ObjectClasses::NicPerformance::transmittedMulticastPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedOctetsAccumulated Number 0..1 Preliminary Cumulative count of octets transmitted as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::transmittedOctetsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedOctetsDelta Number 0..1 Preliminary Count of octets transmitted within the measurement interval Ves::ObjectClasses::NicPerformance::transmittedOctetsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedPercentDiscard Number 0..1 Preliminary Percentage of discarded packets transmitted; value = (transmittedDiscardedPacketsDelta / transmittedTotalPacketsDelta) x 100, if denominator is nonzero, or 0, if otherwise. Ves::ObjectClasses::NicPerformance::transmittedPercentDiscard
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedPercentError Number 0..1 Preliminary Percentage of error packets received; value = (transmittedErrorPacketsDelta / transmittedTotalPacketsDelta) x 100, if denominator is nonzero, or 0, if otherwise. Ves::ObjectClasses::NicPerformance::transmittedPercentError
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedTotalPacketsAccumulated Number 0..1 Preliminary Cumulative count of all packets transmitted as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::transmittedTotalPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedTotalPacketsDelta Number 0..1 Preliminary Count of all packets transmitted within the measurement interval Ves::ObjectClasses::NicPerformance::transmittedTotalPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedUnicastPacketsAccumulated Number 0..1 Preliminary Cumulative count of unicast packets transmitted as read at the end of the measurement interval Ves::ObjectClasses::NicPerformance::transmittedUnicastPacketsAccumulated
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedUnicastPacketsDelta Number 0..1 Preliminary Count of unicast packets transmitted within the measurement interval Ves::ObjectClasses::NicPerformance::transmittedUnicastPacketsDelta
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+transmittedUtilization Number 0..1 Preliminary Percentage of utilization transmitted; value = (transmittedOctetsDelta / (speed x (lastEpochMicrosec - startEpochMicrosec))) x 100, if denominator is nonzero, or 0, if otherwise. Ves::ObjectClasses::NicPerformance::transmittedUtilization
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+valuesAreSuspect Boolean 1 Preliminary Enumeration: 'true' or 'false'. If 'true' then the vNicPerformance values are likely inaccurate due to counter overflow or other conditions. Ves::ObjectClasses::NicPerformance::valuesAreSuspect
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+====================================== ============= ========= ================================== ================================================================================================================================================================================== ==========================================================================
diff --git a/docs/ONAP Model Spec/im/VES/VES-class-2.rst b/docs/ONAP Model Spec/im/VES/VES-class-2.rst
index 9711f8b..c32ff53 100644
--- a/docs/ONAP Model Spec/im/VES/VES-class-2.rst
+++ b/docs/ONAP Model Spec/im/VES/VES-class-2.rst
@@ -1,4 +1,4 @@
-.. Copyright 2019
+.. Copyright 2021
.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
@@ -9,4911 +9,3059 @@ VES Class Definition - part 2
:depth: 3
..
-Notification class
-^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::Notification
-
-**Description:**
+Notification
+~~~~~~~~~~~~
Fields specific to notification events
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class Notification**
-
-========================= ============ ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-========================= ============ ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-additionalFields HashMap 0..1 Additional notification fields if needed. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-arrayOfNamedHashMap NamedHashMap 0..1 arrayOfNamedHashMap - Array of named hashMaps OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-changeContact String 0..1 Identifier for a contact related to the change. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-changeIdentifier String 1 System or session identifier associated with the change. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-changeType String 1 Describes what has changed for the entity, for example: configuration changed, capability added, capability removed… OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-newState String 0..1 New state of the entity, for example: 'inService', 'maintenance', 'outOfService' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-notificationFieldsVersion Number 1 Version of the notificationFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-oldState String 0..1 Previous state of the entity. OpenModelAttribute
- For example: "inService", "outOfService", "maintenance"
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-stateInterface String 0..\* Card or port name of the entity that changed state. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-========================= ============ ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-Other class
-^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::Other
-
-**Description:**
+========================= ============ ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalFields HashMap 0..1 Preliminary Additional notification fields if needed. Ves::ObjectClasses::Notification::additionalFields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+arrayOfNamedHashMap NamedHashMap 0..1 Preliminary arrayOfNamedHashMap - Array of named hashMaps Ves::ObjectClasses::Notification::arrayOfNamedHashMap
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+changeContact String 0..1 Preliminary Identifier for a contact related to the change. Ves::ObjectClasses::Notification::changeContact
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+changeIdentifier String 1 Preliminary System or session identifier associated with the change. Ves::ObjectClasses::Notification::changeIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+changeType String 1 Preliminary Describes what has changed for the entity, for example: configuration changed, capability added, capability removed… Ves::ObjectClasses::Notification::changeType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+newState String 0..1 Preliminary New state of the entity, for example: 'inService', 'maintenance', 'outOfService' Ves::ObjectClasses::Notification::newState
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+notificationFieldsVersion Number 1 Preliminary Version of the notificationFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::Notification::notificationFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+oldState String 0..1 Preliminary Previous state of the entity. Ves::ObjectClasses::Notification::oldState
+ For example: "inService", "outOfService", "maintenance"
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+stateInterface String 0..\* Preliminary Card or port name of the entity that changed state. Ves::ObjectClasses::Notification::stateInterface
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+========================= ============ ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+Other
+~~~~~
The otherFields datatype defines fields for events belonging to the 'other' domain of the commonEventHeader domain enumeration.
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class Other**
-
-======================= =================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-======================= =================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-arrayofNamedHashMap ArrayofNamedHashMap 0..\* Array of named hashMaps OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-hashMap HashMap 0..1 Array of name-value pairs. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-schemaObjects ArrayOfSchemaObject 0..1 Array of schema objects described by name, schema and other meta-information. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-otherFieldsVersion String 1 Version of the otherFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-======================= =================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-Perf3gpp class
-^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::Perf3gpp
+======================= =================== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+arrayofNamedHashMap ArrayofNamedHashMap 0..\* Preliminary Array of named hashMaps Ves::ObjectClasses::Other::arrayofNamedHashMap
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+hashMap HashMap 0..1 Preliminary Array of name-value pairs. Ves::ObjectClasses::Other::hashMap
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+schemaObjects ArrayOfSchemaObject 0..1 Preliminary Array of schema objects described by name, schema and other meta-information. Ves::ObjectClasses::Other::schemaObjects
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+otherFieldsVersion String 1 Preliminary Version of the otherFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::Other::otherFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+======================= =================== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+Perf3gpp
+~~~~~~~~
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class Perf3gpp**
-
-======================= ================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-======================= ================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-eventAddlFields HashMap 0..1 Additional key-value pairs if needed OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-perf3gppFieldsVersion String 1 Version of the perf3gpp event OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_measDataCollection MeasDataCollection 1 3GPP measurement collection structure OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-======================= ================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-PnfRegistration class
-^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::PnfRegistration
-
-**Description:**
+======================= ================== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+eventAddlFields HashMap 0..1 Preliminary Additional key-value pairs if needed Ves::ObjectClasses::Perf3gpp::eventAddlFields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+perf3gppFieldsVersion String 1 Preliminary Version of the perf3gpp event Ves::ObjectClasses::Perf3gpp::perf3gppFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_measDataCollection MeasDataCollection 1 Preliminary 3GPP measurement collection structure Ves::ObjectClasses::Perf3gpp::_measDataCollection
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+======================= ================== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+PnfRegistration
+~~~~~~~~~~~~~~~
The pnfRegistrationFields datatype defines fields for events belonging to the 'pnfRegistration' domain of the commonEventHeader domain enumeration; it consists of the following fields:
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class PnfRegistration**
-
-============================ ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-============================ ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-additionalFields HashMap 0..1 Additional pnfRegistration fields if needed OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastServiceDate String 0..1 TS 32.692 dateOfLastService = date of last service; e.g. 15022017 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-macAddress String 0..1 MAC address of OAM interface of the unit OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-manufactureDate String 0..1 TS 32.692 dateOfManufacture = manufacture date of the unit; 24032016 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-modelNumber String 0..1 TS 32.692 versionNumber = version of the unit from vendor; e.g. AJ02. Maps to AAI equip-model OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-oamV4lpAddress String 0..1 IPv4 m-plane IP address to be used by the manager to contact the PNF OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-oamV6lpAddress String 0..1 IPv6 m-plane IP address to be used by the manager to contact the PNF OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-pnfRegistrationFieldsVersion String 1 Version of the registrationFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-serialNumber String 0..1 TS 32.692 serialNumber = serial number of the unit; e.g. 6061ZW3 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-softwareVersion String 0..1 TS 32.692 swName = active SW running on the unit; e.g. 5gDUv18.05.201 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-unitFamily String 0..1 TS 32.692 vendorUnitFamilyType = general type of HW unit; e.g. BBU OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-unitType String 0..1 TS 32.692 vendorUnitTypeNumber = vendor name for the unit; e.g. Airscale OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vendorName String 0..1 TS 32.692 vendorName = name of manufacturer; e.g. Nokia. Maps to AAI equip-vendor OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-============================ ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-ProcessStats class
-^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::ProcessStats
-
-**Description:**
+============================ ========== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalFields HashMap 0..1 Preliminary Additional pnfRegistration fields if needed Ves::ObjectClasses::PnfRegistration::additionalFields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastServiceDate String 0..1 Preliminary TS 32.692 dateOfLastService = date of last service; e.g. 15022017 Ves::ObjectClasses::PnfRegistration::lastServiceDate
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+macAddress String 0..1 Preliminary MAC address of OAM interface of the unit Ves::ObjectClasses::PnfRegistration::macAddress
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+manufactureDate String 0..1 Preliminary TS 32.692 dateOfManufacture = manufacture date of the unit; 24032016 Ves::ObjectClasses::PnfRegistration::manufactureDate
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+modelNumber String 0..1 Preliminary TS 32.692 versionNumber = version of the unit from vendor; e.g. AJ02. Maps to AAI equip-model Ves::ObjectClasses::PnfRegistration::modelNumber
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+oamV4lpAddress String 0..1 Preliminary IPv4 m-plane IP address to be used by the manager to contact the PNF Ves::ObjectClasses::PnfRegistration::oamV4lpAddress
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+oamV6lpAddress String 0..1 Preliminary IPv6 m-plane IP address to be used by the manager to contact the PNF Ves::ObjectClasses::PnfRegistration::oamV6lpAddress
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+pnfRegistrationFieldsVersion String 1 Preliminary Version of the registrationFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::PnfRegistration::pnfRegistrationFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+serialNumber String 0..1 Preliminary TS 32.692 serialNumber = serial number of the unit; e.g. 6061ZW3 Ves::ObjectClasses::PnfRegistration::serialNumber
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+softwareVersion String 0..1 Preliminary TS 32.692 swName = active SW running on the unit; e.g. 5gDUv18.05.201 Ves::ObjectClasses::PnfRegistration::softwareVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+unitFamily String 0..1 Preliminary TS 32.692 vendorUnitFamilyType = general type of HW unit; e.g. BBU Ves::ObjectClasses::PnfRegistration::unitFamily
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+unitType String 0..1 Preliminary TS 32.692 vendorUnitTypeNumber = vendor name for the unit; e.g. Airscale Ves::ObjectClasses::PnfRegistration::unitType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vendorName String 0..1 Preliminary TS 32.692 vendorName = name of manufacturer; e.g. Nokia. Maps to AAI equip-vendor Ves::ObjectClasses::PnfRegistration::vendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+============================ ========== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+ProcessStats
+~~~~~~~~~~~~
The processStats datatype provides metrics on system processes; it consists of the following fields:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class ProcessStats**
-
-================== ======== ========= =================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= =================================================== =====================
-forkRate Number 0..1 The number of threads created since the last reboot OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-processIdentifier String 1 processIdentifier OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-psStateBlocked Number 0..1 The number of processes in a blocked state OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-psStatePaging Number 0..1 The number of processes in a paging state OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-psStateRunning Number 0..1 The number of processes in a running state OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-psStateSleeping Number 0..1 The number of processes in a sleeping state OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-PsStateStopped Number 0..1 The number of processes in a stopped state OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-psStateZombie Number 0..1 The number of processes in a zombie state OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= =================================================== =====================
-
-ProcessorDimmAggregateThermalMargin class
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::ProcessorDimmAggregateThermalMargin
-
-**Description:**
+================== ======== ========= ================================== =================================================== ===================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+forkRate Number 0..1 Preliminary The number of threads created since the last reboot Ves::ObjectClasses::ProcessStats::forkRate
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+processIdentifier String 1 Preliminary processIdentifier Ves::ObjectClasses::ProcessStats::processIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+psStateBlocked Number 0..1 Preliminary The number of processes in a blocked state Ves::ObjectClasses::ProcessStats::psStateBlocked
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+psStatePaging Number 0..1 Preliminary The number of processes in a paging state Ves::ObjectClasses::ProcessStats::psStatePaging
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+psStateRunning Number 0..1 Preliminary The number of processes in a running state Ves::ObjectClasses::ProcessStats::psStateRunning
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+psStateSleeping Number 0..1 Preliminary The number of processes in a sleeping state Ves::ObjectClasses::ProcessStats::psStateSleeping
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+PsStateStopped Number 0..1 Preliminary The number of processes in a stopped state Ves::ObjectClasses::ProcessStats::PsStateStopped
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+psStateZombie Number 0..1 Preliminary The number of processes in a zombie state Ves::ObjectClasses::ProcessStats::psStateZombie
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== =================================================== ===================================================
+
+ProcessorDimmAggregateThermalMargin
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The processorDimmAggregateThermalMargin datatype provides intelligent platform management interface (ipmi) processor dual inline memory module aggregate thermal margin metrics; it consists of the following fields:
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class ProcessorDimmAggregateThermalMargin**
-
-============================================== ======== ========= ========================================================================================================================= =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-============================================== ======== ========= ========================================================================================================================= =====================
-processorDimmAggregateThermal MarginIdentifier String 1 identifier for the aggregate thermal margin metrics from the processor dual inline memory module OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-thermalMargin Number 1 the difference between the DIMM's current temperature, in celsius, and the DIMM's throttling thermal trip point OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-============================================== ======== ========= ========================================================================================================================= =====================
-
-SipSignaling class
-^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::SipSignaling
-
-**Description:**
+============================================== ======== ========= ================================== =============================================================================================================== =======================================================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+processorDimmAggregateThermal MarginIdentifier String 1 Preliminary identifier for the aggregate thermal margin metrics from the processor dual inline memory module Ves::ObjectClasses::ProcessorDimmAggregateThermalMargin::processorDimmAggregateThermal MarginIdentifier
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+thermalMargin Number 1 Preliminary the difference between the DIMM's current temperature, in celsius, and the DIMM's throttling thermal trip point Ves::ObjectClasses::ProcessorDimmAggregateThermalMargin::thermalMargin
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+============================================== ======== ========= ================================== =============================================================================================================== =======================================================================================================
+
+SipSignaling
+~~~~~~~~~~~~
sipSignalingFields - The sipSignalingFields datatype communicates information about SIP signaling messages, parameters and signaling state.
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class SipSignaling**
-
-========================== ================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-========================== ================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-additionalInformation HashMap 0..1 zdditionalInformation - Additional sipSignalling fields. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-compressedSip String 0..1 compressedSip - The full SIP request/response including headers and bodies. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-correlator String 1 correlator - Constant across all events on this call. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localipAddress String 1 localIpAddress - IP address on VNF. OpenModelAttribute
- Note: current data type (String) may be changed to Common Resource Datatype L3AddressData. =[gh]=
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-localPort String 1 localPort - Port on VNF. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-remoteipAddress String 1 remoteIpAddress - IP address of peer endpoint. OpenModelAttribute
- Note: current data type (String) may be changed to Common Resource Datatype L3AddressData. =[gh]=
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-remotePort String 1 remotePort - Port of peer endpoint OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sipSignaliingFieldsVersion String 1 sipSignalingFieldsVersion - Version of the sipSignalingFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-summarySip String 0..1 summarySip - The SIP Method or Response ('INVITE', '200 OK', 'BYE', etc). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vendorNfnamefields VendorNfNameFields 1 Vendor, NF and nfModule names OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-========================== ================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-StateChange class
-^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::StateChange
-
-**Description:**
+========================== ================== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalInformation HashMap 0..1 Preliminary zdditionalInformation - Additional sipSignalling fields. Ves::ObjectClasses::SipSignaling::additionalInformation
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+compressedSip String 0..1 Preliminary compressedSip - The full SIP request/response including headers and bodies. Ves::ObjectClasses::SipSignaling::compressedSip
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+correlator String 1 Preliminary correlator - Constant across all events on this call. Ves::ObjectClasses::SipSignaling::correlator
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localipAddress String 1 Preliminary localIpAddress - IP address on VNF. Ves::ObjectClasses::SipSignaling::localipAddress
+ Note: current data type (String) may be changed to Common Resource Datatype L3AddressData. =[gh]=
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+localPort String 1 Preliminary localPort - Port on VNF. Ves::ObjectClasses::SipSignaling::localPort
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+remoteipAddress String 1 Preliminary remoteIpAddress - IP address of peer endpoint. Ves::ObjectClasses::SipSignaling::remoteipAddress
+ Note: current data type (String) may be changed to Common Resource Datatype L3AddressData. =[gh]=
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+remotePort String 1 Preliminary remotePort - Port of peer endpoint Ves::ObjectClasses::SipSignaling::remotePort
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sipSignaliingFieldsVersion String 1 Preliminary sipSignalingFieldsVersion - Version of the sipSignalingFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::SipSignaling::sipSignaliingFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+summarySip String 0..1 Preliminary summarySip - The SIP Method or Response ('INVITE', '200 OK', 'BYE', etc). Ves::ObjectClasses::SipSignaling::summarySip
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_vendorNfnamefields VendorNfNameFields 1 Preliminary Vendor, NF and nfModule names Ves::ObjectClasses::SipSignaling::_vendorNfnamefields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+========================== ================== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+StateChange
+~~~~~~~~~~~
Fields specific to state change events.
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class StateChange**
-
-======================== ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-======================== ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-additionalFields HashMap 0..1 Additional stateChange fields if needed OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-newState 1 New state of the entity: 'inService', 'maintenance', 'outOfService' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-OldState 1 Previous state of the entity: 'inService', 'maintenance', 'outOfService' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-stateChangeFieldsVersion String 1 Version of the stateChangeFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-stateInterface String 1 Card or port name of the entity that changed state OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-======================== ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
+======================== ========== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalFields HashMap 0..1 Preliminary Additional stateChange fields if needed Ves::ObjectClasses::StateChange::additionalFields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+newState invalid 1 Preliminary New state of the entity: 'inService', 'maintenance', 'outOfService' Ves::ObjectClasses::StateChange::newState
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+OldState invalid 1 Preliminary Previous state of the entity: 'inService', 'maintenance', 'outOfService' Ves::ObjectClasses::StateChange::OldState
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+stateChangeFieldsVersion String 1 Preliminary Version of the stateChangeFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::StateChange::stateChangeFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+stateInterface String 1 Preliminary Card or port name of the entity that changed state Ves::ObjectClasses::StateChange::stateInterface
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+======================== ========== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+StndDefined
+~~~~~~~~~~~
-Syslog class
-^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::Syslog
+**Parent class:** VesEvent
-**Description:**
+Applied stereotypes:
-Syslog's can be classified as either Control or Session/Traffic. They differ by message content and expected volume:
+- OpenModelClass
-• Control logs are generally free-form human-readable text used for reporting errors or warnings supporting the operation and troubleshooting of NFs. The volume of these logs is typically less than 2k per day.
+- **support: MANDATORY**
-• Session logs use common structured fields to report normal NF processing such as DNS lookups or firewall rules processed. The volume of these logs is typically greater than 1k per hour (and sometimes as high as 10k per second).
+Syslog
+~~~~~~
+Syslog's can be classified as either Control or Session/Traffic. They differ by message content and expected volume:
+? Control logs are generally free-form human-readable text used for reporting errors or warnings supporting the operation and troubleshooting of NFs. The volume of these logs is typically less than 2k per day.
+? Session logs use common structured fields to report normal NF processing such as DNS lookups or firewall rules processed. The volume of these logs is typically greater than 1k per hour (and sometimes as high as 10k per second).
VES supports both classes of syslog, however VES is only recommended for control logs or for lower volume session logs, less than 60k per hour. High volume session logging should use a file-based transport solution.
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class Syslog**
-
-======================= ============== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-======================= ============== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-additionalFields HashMap 0..\* Additional syslog fields if needed Ex: {"name1": "value1", "name2: "value2" … } OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventSourceHost String 0..1 Hostname of the device OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventSourceType String 1 Examples: 'other', 'router', 'switch', 'host', 'card', 'port', 'slotThreshold', 'portThreshold', 'virtualMachine', 'virtualNetworkFunction' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogSdId String 0..1 0-32 char in format name@number, OpenModelAttribute
- i.e., ourSDID@32473
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogFacilty SyslogFacility 0..1 Numeric code from 0 to 23 for facility: OpenModelAttribute
- 0 kernel messages
- 1 user-level messages - partOfObjectKey: 0
- 2 mail system
- 3 system daemons - uniqueSet:
- 4 security/authorization messages
- 5 messages generated internally by syslogd - isInvariant: false
- 6 line printer subsystem
- 7 network news subsystem - unsigned: false
- 8 UUCP subsystem
- 9 clock daemon - counter: NA
- 10 security/authorization messages
- 11 FTP daemon - support: MANDATORY
- 12 NTP subsystem
- 13 log audit Preliminary
- 14 log alert
- 15 clock daemon (note 2)
- 16 local use 0 (local0)
- 17 local use 1 (local1)
- 18 local use 2 (local2)
- 19 local use 3 (local3)
- 20 local use 4 (local4)
- 21 local use 5 (local5)
- 22 local use 6 (local6)
- 23 local use 7 (local7 )
-syslogFieldVersion String 1 Version of the syslogFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogMsg String 1 Syslog message OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogMsgHost String 0..1 Hostname parsed from non-VES syslog message OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogPri Integer 0..1 0-192 OpenModelAttribute
- Combined Severity and Facility (see rfc5424)
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogProc String 0..1 Identifies the application that originated the message OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogProcId Number 0..1 The process number assigned by the OS when the application was started OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogSData String 0..1 A &lt;space&gt; separated list of key="value" pairs following the rfc5424 standard for SD-ELEMENT. OpenModelAttribute
- Deprecated
- The entire rfc5424 syslogSData object, including square brackets [ ], SD-ID and list of SD-PARAMs - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogSev SyslogSev 0..1 Level-of-severity text enumeration defined below: OpenModelAttribute
- Text Sev Description
- Emergency 0 system is unusable - partOfObjectKey: 0
- Alert 1 action must be taken immediately
- Critical 2 critical conditions - uniqueSet:
- Error 3 error conditions
- Warning 4 warning conditions - isInvariant: false
- Notice 5 normal but significant condition
- Info 6 Informational messages - unsigned: false
- Debug 7 debug-level messages
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogTag String 1 Also known as MsgId. Brief non-spaced text indicating the type of message such as 'TCPOUT' or 'BGP_STATUS_CHANGE'; 'NILVALUE' should be used when no other value can be provided OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogTs String 0..1 Timestamp parsed from non-VES syslog message OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-syslogVer Number 0..1 IANA assigned version of the syslog protocol specification: OpenModelAttribute
- 0: VES
- 1: IANA RFC5424 - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-======================= ============== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-ThresholdCrossingAlert class
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::ThresholdCrossingAlert
-
-**Description:**
+======================= ============== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalFields HashMap 0..\* Preliminary Additional syslog fields if needed Ex: {"name1": "value1", "name2: "value2" … } Ves::ObjectClasses::Syslog::additionalFields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventSourceHost String 0..1 Preliminary Hostname of the device Ves::ObjectClasses::Syslog::eventSourceHost
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventSourceType String 1 Preliminary Examples: 'other', 'router', 'switch', 'host', 'card', 'port', 'slotThreshold', 'portThreshold', 'virtualMachine', 'virtualNetworkFunction' Ves::ObjectClasses::Syslog::eventSourceType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogSdId String 0..1 Preliminary 0-32 char in format name@number, Ves::ObjectClasses::Syslog::syslogSdId
+ i.e., ourSDID@32473
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogFacilty SyslogFacility 0..1 Preliminary Numeric code from 0 to 23 for facility: Ves::ObjectClasses::Syslog::syslogFacilty
+ 0 kernel messages
+ OpenModelAttribute 1 user-level messages
+ 2 mail system
+ - isInvariant: false 3 system daemons
+ 4 security/authorization messages
+ - valueRange: no range constraint 5 messages generated internally by syslogd
+ 6 line printer subsystem
+ - support: MANDATORY 7 network news subsystem
+ 8 UUCP subsystem
+ 9 clock daemon
+ 10 security/authorization messages
+ 11 FTP daemon
+ 12 NTP subsystem
+ 13 log audit
+ 14 log alert
+ 15 clock daemon (note 2)
+ 16 local use 0 (local0)
+ 17 local use 1 (local1)
+ 18 local use 2 (local2)
+ 19 local use 3 (local3)
+ 20 local use 4 (local4)
+ 21 local use 5 (local5)
+ 22 local use 6 (local6)
+ 23 local use 7 (local7 )
+syslogFieldVersion String 1 Preliminary Version of the syslogFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::Syslog::syslogFieldVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogMsg String 1 Preliminary Syslog message Ves::ObjectClasses::Syslog::syslogMsg
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogMsgHost String 0..1 Preliminary Hostname parsed from non-VES syslog message Ves::ObjectClasses::Syslog::syslogMsgHost
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogPri Integer 0..1 Preliminary 0-192 Ves::ObjectClasses::Syslog::syslogPri
+ Combined Severity and Facility (see rfc5424)
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogProc String 0..1 Preliminary Identifies the application that originated the message Ves::ObjectClasses::Syslog::syslogProc
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogProcId Number 0..1 Preliminary The process number assigned by the OS when the application was started Ves::ObjectClasses::Syslog::syslogProcId
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogSData String 0..1 Preliminary A <space> separated list of key="value" pairs following the rfc5424 standard for SD-ELEMENT. Ves::ObjectClasses::Syslog::syslogSData
+ Deprecated
+ OpenModelAttribute The entire rfc5424 syslogSData object, including square brackets [ ], SD-ID and list of SD-PARAMs
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogSev SyslogSev 0..1 Preliminary Level-of-severity text enumeration defined below: Ves::ObjectClasses::Syslog::syslogSev
+ Text Sev Description
+ OpenModelAttribute Emergency 0 system is unusable
+ Alert 1 action must be taken immediately
+ - isInvariant: false Critical 2 critical conditions
+ Error 3 error conditions
+ - valueRange: no range constraint Warning 4 warning conditions
+ Notice 5 normal but significant condition
+ - support: MANDATORY Info 6 Informational messages
+ Debug 7 debug-level messages
+syslogTag String 1 Preliminary Also known as MsgId. Brief non-spaced text indicating the type of message such as 'TCPOUT' or 'BGP_STATUS_CHANGE'; 'NILVALUE' should be used when no other value can be provided Ves::ObjectClasses::Syslog::syslogTag
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogTs String 0..1 Preliminary Timestamp parsed from non-VES syslog message Ves::ObjectClasses::Syslog::syslogTs
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+syslogVer Number 0..1 Preliminary IANA assigned version of the syslog protocol specification: Ves::ObjectClasses::Syslog::syslogVer
+ 0: VES
+ OpenModelAttribute 1: IANA RFC5424
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+======================= ============== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+ThresholdCrossingAlert
+~~~~~~~~~~~~~~~~~~~~~~
The thresholdCrossingAlertFields datatype consists of the following fields:
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class ThresholdCrossingAlert**
-
-============================== ============================= ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-============================== ============================= ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-additionalFields HashMap 0..1 additionalFields - Additional pnfRegistration fields if needed. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-additionalParameters ThresholdCrossingAlertCounter 1..\* Array of performance counters OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-alertAction AlertAction 1 Enumeration: 'SET', 'CONT', 'CLEAR' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-alertDescription String 1 Unique short alert description (e.g., NE-CPUMEM) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-alertType AlertType 1 Enumeration: 'CARD-ANOMALY', 'INTERFACE-ANOMALY', ELEMENT-ANOMALY', 'SERVICE-ANOMALY' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-alertValue String 0..1 Calculated API value (if applicable) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-associatedAlertIdList String 0..\* List of eventIds associated with the event being reported OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-collectionTimestamp String 1 Time when the performance collector picked up the data; with RFC 2822 compliant format: 'Sat, 13 Mar 2010 11:29:05 -0800' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-dataCollector String 0..1 Specific performance collector instance used OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-elementType String 0..1 Type of network element (internal AT&T field) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventSeverity EventSeverity 1 Event severity or priority enumeration: 'CRITICAL', 'MAJOR', 'MINOR', 'WARNING', 'NORMAL' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventStartTimestamp String 1 Time closest to when the measurement was made; with RFC 2822 compliant format: 'Sat, 13 Mar 2010 11:29:05 -0800' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-interfaceName String 0..1 Physical or logical port or card (if applicable OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-networkService String 0..1 Network name (internal AT&T field) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-possibleRootCause String 0..1 Reserved for future use OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-thresholdCrossingFieldsVersion String 1 Version of the thresholdCrossingAlertFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-============================== ============================= ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-VendorNfNameFields class
-^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::VendorNfNameFields
-
-**Description:**
+============================== ============================= ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ==========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalFields HashMap 0..1 Preliminary additionalFields - Additional pnfRegistration fields if needed. Ves::ObjectClasses::ThresholdCrossingAlert::additionalFields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+additionalParameters ThresholdCrossingAlertCounter 1..\* Preliminary Array of performance counters Ves::ObjectClasses::ThresholdCrossingAlert::additionalParameters
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+alertAction AlertAction 1 Preliminary Enumeration: 'SET', 'CONT', 'CLEAR' Ves::ObjectClasses::ThresholdCrossingAlert::alertAction
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+alertDescription String 1 Preliminary Unique short alert description (e.g., NE-CPUMEM) Ves::ObjectClasses::ThresholdCrossingAlert::alertDescription
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+alertType AlertType 1 Preliminary Enumeration: 'CARD-ANOMALY', 'INTERFACE-ANOMALY', ELEMENT-ANOMALY', 'SERVICE-ANOMALY' Ves::ObjectClasses::ThresholdCrossingAlert::alertType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+alertValue String 0..1 Preliminary Calculated API value (if applicable) Ves::ObjectClasses::ThresholdCrossingAlert::alertValue
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+associatedAlertIdList String 0..\* Preliminary List of eventIds associated with the event being reported Ves::ObjectClasses::ThresholdCrossingAlert::associatedAlertIdList
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+collectionTimestamp String 1 Preliminary Time when the performance collector picked up the data; with RFC 2822 compliant format: 'Sat, 13 Mar 2010 11:29:05 -0800' Ves::ObjectClasses::ThresholdCrossingAlert::collectionTimestamp
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+dataCollector String 0..1 Preliminary Specific performance collector instance used Ves::ObjectClasses::ThresholdCrossingAlert::dataCollector
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+elementType String 0..1 Preliminary Type of network element (internal AT&T field) Ves::ObjectClasses::ThresholdCrossingAlert::elementType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventSeverity EventSeverity 1 Preliminary Event severity or priority enumeration: 'CRITICAL', 'MAJOR', 'MINOR', 'WARNING', 'NORMAL' Ves::ObjectClasses::ThresholdCrossingAlert::eventSeverity
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventStartTimestamp String 1 Preliminary Time closest to when the measurement was made; with RFC 2822 compliant format: 'Sat, 13 Mar 2010 11:29:05 -0800' Ves::ObjectClasses::ThresholdCrossingAlert::eventStartTimestamp
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+interfaceName String 0..1 Preliminary Physical or logical port or card (if applicable Ves::ObjectClasses::ThresholdCrossingAlert::interfaceName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+networkService String 0..1 Preliminary Network name (internal AT&T field) Ves::ObjectClasses::ThresholdCrossingAlert::networkService
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+possibleRootCause String 0..1 Preliminary Reserved for future use Ves::ObjectClasses::ThresholdCrossingAlert::possibleRootCause
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+thresholdCrossingFieldsVersion String 1 Preliminary Version of the thresholdCrossingAlertFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::ThresholdCrossingAlert::thresholdCrossingFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+============================== ============================= ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ==========================================================================
+
+VendorNfNameFields
+~~~~~~~~~~~~~~~~~~
vendorNfNameFields - The vendorNfNameFields provides vendor, nf and nfModule identifying information.
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class VendorNfNameFields**
-
-================== ======== ========= ========================================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ========================================================== =====================
-nfModuleName String 0..1 nfModuleName - Name of the nfModule generating the event. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfName String 0..1 nfName - Name of the network function generating the event OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vendorName String 1 vendorName - Network function vendor name. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ========================================================== =====================
-
-VesEvent class
-^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::VesEvent
-
-**Description:**
+================== ======== ========= ================================== ========================================================== ====================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+nfModuleName String 0..1 Preliminary nfModuleName - Name of the nfModule generating the event. Ves::ObjectClasses::VendorNfNameFields::nfModuleName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfName String 0..1 Preliminary nfName - Name of the network function generating the event Ves::ObjectClasses::VendorNfNameFields::nfName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vendorName String 1 Preliminary vendorName - Network function vendor name. Ves::ObjectClasses::VendorNfNameFields::vendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ========================================================== ====================================================
+
+VesEvent
+~~~~~~~~
An ONAP event is an aggregation of a header and a message. Event messages may be published to a message broker by service instances, resource instances, or ONAP platform components. Service or resource instances may be in support of network infrastructure or customer services. Interested platforms may subscribe to events on the message broker (e.g. Centralized Testing Platform CTP) may see an event on a service VNF instance and perform an automated test as part of a closed loop management policy. Events are unique and distinguishable from one another.
-
ONAP event messages are serialized as a unicode ASCII character string which may be formatted as JSON, XML, etc... Appropriate schemas will be supplied.
**Parent class:** Notification
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class VesEvent**
-
-======================= ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-======================= ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-======================= ========== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-
-VoiceQuality class
-^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::VoiceQuality
-
-**Description:**
+======================= ========== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+======================= ========== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+VoiceQuality
+~~~~~~~~~~~~
The voiceQuality class provides statistics related to customer facing voice products; consists of the following fields:
**Parent class:** VesEvent
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class VoiceQuality**
-
-========================= ===================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-========================= ===================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
-additionalInformation HashMap 0..1 Additional voice quality fields OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-calleeSideCodec String 1 Callee codec for the call OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-callerSideCodec String 1 Caller codec for the call OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-correlator String 1 Constant across all events on this call OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-phoneNumber String 0..1 Phone number associated with the correlator OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-midCallRtcp String 1 Base64 encoding of the binary RTCP data (excluding Eth/IP/UDP headers) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-voiceQualityFieldsVersion String 1 Version of the voiceQualityFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_endofcallvqmsummaries EndOfCallVqmSummaries 0..1 End of call voice quality metric summaries OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vendornfnamefields VendorNfNameFields 1 Vendor, NF and nfModule names OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-domain Domain 1 Event domain enumeration: 'fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-eventType String 0..1 For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-lastEpochMicrosec Number 1 the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfcNamingCode String 0..1 Network function component type: 3 characters (aligned with vfc naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfNamingCode String 0..1 Network function type: 4 characters (aligned with vnf and pnf naming standards) OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-nfVendorName String 1 Network function vendor name OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-priority Priority 1 Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityId String 0..1 UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. OpenModelAttribute
-
- | reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. - partOfObjectKey: 0
- | Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-reportingEntityName String 1 Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. OpenModelAttribute
-
- reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sequence Integer 1 sequence - Ordering of events communicated by an event source instance (or 0 if not needed) OpenModelAttribute
-
- Ordering of events communicated by an event source instance (or 0 if not needed) - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceId String 0..1 | sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity OpenModelAttribute
- | Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
- - partOfObjectKey: 0
- UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information.
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-sourceName String 1 sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. OpenModelAttribute
-
- Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-startingEpochMicrosec Number 1 the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received) OpenModelAttribute
-
- | startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). - partOfObjectKey: 0
- | For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-timeZoneOffset String 0..1 Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-version String 1 Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vesEventListenerVersion String 1 Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-name String 1 OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-Status String 0..1 The current condition of an interaction, such as open, in research, closed, and so forth OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-description String 0..1 Defines a textual free-form description of the object. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-id Identifier 1 Identifier of this information element. This attribute shall be globally unique. OpenModelAttribute
-
- Unambiguously distinguishes different object instances. It is the naming attribute of the object. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-========================= ===================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ =====================
+========================= ===================== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+additionalInformation HashMap 0..1 Preliminary Additional voice quality fields Ves::ObjectClasses::VoiceQuality::additionalInformation
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+calleeSideCodec String 1 Preliminary Callee codec for the call Ves::ObjectClasses::VoiceQuality::calleeSideCodec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+callerSideCodec String 1 Preliminary Caller codec for the call Ves::ObjectClasses::VoiceQuality::callerSideCodec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+correlator String 1 Preliminary Constant across all events on this call Ves::ObjectClasses::VoiceQuality::correlator
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+phoneNumber String 0..1 Preliminary Phone number associated with the correlator Ves::ObjectClasses::VoiceQuality::phoneNumber
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+midCallRtcp String 1 Preliminary Base64 encoding of the binary RTCP data (excluding Eth/IP/UDP headers) Ves::ObjectClasses::VoiceQuality::midCallRtcp
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+voiceQualityFieldsVersion String 1 Preliminary Version of the voiceQualityFields block as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VoiceQuality::voiceQualityFieldsVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_endofcallvqmsummaries EndOfCallVqmSummaries 0..1 Preliminary End of call voice quality metric summaries Ves::ObjectClasses::VoiceQuality::_endofcallvqmsummaries
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+\_vendornfnamefields VendorNfNameFields 1 Preliminary Vendor, NF and nfModule names Ves::ObjectClasses::VoiceQuality::_vendornfnamefields
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+domain Domain 1 Experimental Update in definition only Ves::ObjectClasses::VesEvent::domain
+
+ OpenModelAttribute Event domain enumeration: 'cmNotify','fault', 'heartbeat', 'measurement', 'mobileFlow', 'notification', 'other', 'pnfRegistration', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+eventType String 0..1 Preliminary For example: 'applicationNf', 'guestOS', 'hostOS', 'platform' Ves::ObjectClasses::VesEvent::eventType
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lastEpochMicrosec Number 1 Preliminary the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds Ves::ObjectClasses::VesEvent::lastEpochMicrosec
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfcNamingCode String 0..1 Preliminary Network function component type: 3 characters (aligned with vfc naming standards) Ves::ObjectClasses::VesEvent::nfcNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfNamingCode String 0..1 Preliminary Network function type: 4 characters (aligned with vnf and pnf naming standards) Ves::ObjectClasses::VesEvent::nfNamingCode
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfVendorName String 1 Preliminary Network function vendor name Ves::ObjectClasses::VesEvent::nfVendorName
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+priority Priority 1 Preliminary Processing priority enumeration: 'High', 'Medium', 'Normal', 'Low' Ves::ObjectClasses::VesEvent::priority
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityId String 0..1 Preliminary UUID identifying the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. (Note: the AT&T internal enrichment process shall ensure that this field is populated). The reportingEntityId is an id for the reportingEntityName. See 'reportingEntityName' for more information. Ves::ObjectClasses::VesEvent::reportingEntityId
+
+ OpenModelAttribute reportingEntityId - UUID identifying the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem.
+ Note: the AT&T internal enrichment process shall ensure that this field is populated. The reportingEntityId is an id for the reportingEntityName. See reportingEntityName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+reportingEntityName String 1 Preliminary reportingEntityName - Name of the entity reporting the event or detecting a problem in another xnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event. Ves::ObjectClasses::VesEvent::reportingEntityName
+
+ OpenModelAttribute Name of the entity reporting the event or detecting a problem in another vnf/vm or pnf which is experiencing the problem. May be the same as the sourceName. For synthetic events generated by DCAE, it is the name of the app generating the event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sequence Integer 1 Preliminary sequence - Ordering of events communicated by an event source instance (or 0 if not needed) Ves::ObjectClasses::VesEvent::sequence
+
+ OpenModelAttribute Ordering of events communicated by an event source instance (or 0 if not needed)
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceId String 0..1 Preliminary UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity (note: the AT&T internal enrichment process shall ensure that this field is populated). The sourceId is an id for the sourceName. See 'sourceName' for more information. Ves::ObjectClasses::VesEvent::sourceId
+
+ OpenModelAttribute sourceId - UUID identifying the entity experiencing the event issue, which may be detected and reported by a separate reporting entity
+ Note: the AT&T internal enrichment process shall ensure that this field is populate). The sourceId is an id for the sourceName. See sourceName for more information.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceName String 1 Preliminary Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event. Ves::ObjectClasses::VesEvent::sourceName
+
+ OpenModelAttribute sourceName - Name of the entity experiencing the event issue, which may be detected and reported by a separate reporting entity. The sourceName identifies the device for which data is collected. A valid sourceName must be inventoried in A&AI. If sourceName is a xNFC or VM, then the event must be reporting data for that particular xNFC or VM. If the sourceName is a xNF, comprised of multiple xNFCs, the data must be reported/aggregated at the xNF leveI. Data for individual xNFC must not be included in the xNF sourceName event.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+startingEpochMicrosec Number 1 Preliminary startEpochMicrosec - the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). Ves::ObjectClasses::VesEvent::startingEpochMicrosec
+ For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpochMicrosec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and DCAE collector will replace it with Collector time stamp (when event is received).
+ OpenModelAttribute
+ the earliest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds. For measurements and heartbeats, where events are collected over predefined intervals, startEpochMicrosec shall be rounded to the nearest interval boundary (e.g., the epoch equivalent of 3:00PM, 3:10PM, 3:20PM, etc…). For fault events, startEpochMicrosec is the timestamp of the initial alarm; if the same alarm is raised again for changed, acknowledged or cleared cases, startEpoch Microsec must be the same as the initial alarm (along with the same eventId and an incremental sequence number). For devices with no timing source (clock), the default value will be 0 and the VES collector will replace it with Collector time stamp (when the event is received)
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+timeZoneOffset String 0..1 Preliminary Offset to GMT to indicate local time zone for device formatted as 'UTC+/-hh:mm'; see https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations for UTC offset examples Ves::ObjectClasses::VesEvent::timeZoneOffset
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+version String 1 Preliminary Version of the event header as "#.#" where # is a digit; see section 1 for the correct digits to use. Ves::ObjectClasses::VesEvent::version
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+vesEventListenerVersion String 1 Preliminary Version of the ves event listener api spec that this event is compliant with (as "#" or "#.#" or "#.#.#" where # is a digit; see section 1 for the correct digits to use). Ves::ObjectClasses::VesEvent::vesEventListenerVersion
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+name String 1 Preliminary Ves::ObjectClasses::VesEvent::name
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+Status String 0..1 Preliminary The current condition of an interaction, such as open, in research, closed, and so forth Common::Business Interaction::ObjectClasses::BusinessInteraction::Status
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 0..1 Preliminary Defines a textual free-form description of the object. Common::Root::RootObjectClasses::RootEntity::description
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+id Identifier 1 Preliminary Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ OpenModelAttribute Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+========================= ===================== ========= ================================== ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ========================================================================
+
+cmNotif
+~~~~~~~
+
+Applied stereotypes:
-measInfoIdInteger class
-^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::measInfoIdInteger
+- OpenModelClass
-**Description:**
+- **support: MANDATORY**
+
+- Experimental
+
+=================== ============= ========= ================================== ===================================================================================================================================================================================================== ===========================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+notificationType String 0..1 OpenModelAttribute Type of notification. This is an enum (managedObjectCreation, managedObjectDeletion, managedObjectAttributeValueChanged) Ves::Diagrams::cmNotif::notificationType
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+dN String 0..1 OpenModelAttribute Managed Object Instance that is the subject of this notification. In 3GPP devices this is the Distinguished Name (DN) which is used to uniquely identify a MO within a name space as defined by ITU-T Ves::Diagrams::cmNotif::dN
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+objectIdentiferType String 0..1 OpenModelAttribute Type of object identifier (Ynag, or ....) Ves::Diagrams::cmNotif::objectIdentiferType
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+attributeList AttributeList 1..\* OpenModelAttribute [R1] Attribute Name and values (attributeName(string), newAttributeValue(any type), oldAttributeValue(any type) Ves::Diagrams::cmNotif::attributeList
+ [R2] This is Mandatory for notifyMOIAttributeValueChange. 3GPP defines it as options for Creation and Deletion.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=================== ============= ========= ================================== ===================================================================================================================================================================================================== ===========================================
+
+measInfoIdInteger
+~~~~~~~~~~~~~~~~~
The measInfoIdInteger datatype provides an integer measurement group identifier;
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class measInfoIdInteger**
-
-================== ======== ========= ==================================== =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ==================================== =====================
-iMeasInfoId Integer 1 Integer measurement group Identifier OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ==================================== =====================
-
-measResultNull class
-^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::ObjectClasses::measResultNull
-
-**Description:**
+================== ======== ========= ================================== ==================================== ==================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+iMeasInfoId Integer 1 Preliminary Integer measurement group Identifier Ves::ObjectClasses::measInfoIdInteger::iMeasInfoId
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ==================================== ==================================================
+
+measResultNull
+~~~~~~~~~~~~~~
The measResultNull datatype provides a null 3GPP PM measurement result
-**Applied Stereotypes:**
+Applied stereotypes:
- OpenModelClass
-- support: MANDATORY
+- **support: MANDATORY**
- Preliminary
-**Table** **Attributes for class measResultNull**
-
-================== ======== ========= ================================================ =====================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= ================================================ =====================
-p Integer 1 Integer reference to the counter OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-isNull Boolean 1 Enumeration: 'true' or 'false' OpenModelAttribute
-
- The VES 7.1 Spec has this attribute as a string. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= ================================================ =====================
+================== ======== ========= ================================== ================================================ ==========================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+p Integer 1 Preliminary Integer reference to the counter Ves::ObjectClasses::measResultNull::p
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+isNull Boolean 1 Preliminary Enumeration: 'true' or 'false' Ves::ObjectClasses::measResultNull::isNull
+
+ OpenModelAttribute The VES 7.1 Spec has this attribute as a string.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ================================== ================================================ ==========================================
diff --git a/docs/ONAP Model Spec/im/VES/VES-datatype.png b/docs/ONAP Model Spec/im/VES/VES-datatype.png
new file mode 100644
index 0000000..f76a032
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-datatype.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VES/VES-datatype.rst b/docs/ONAP Model Spec/im/VES/VES-datatype.rst
index f8ff20a..a657da9 100644
--- a/docs/ONAP Model Spec/im/VES/VES-datatype.rst
+++ b/docs/ONAP Model Spec/im/VES/VES-datatype.rst
@@ -1,4 +1,4 @@
-.. Copyright 2019
+.. Copyright 2021
.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
@@ -9,311 +9,315 @@ VES Datatype Definition
:depth: 3
..
-ArrayOfSchemaObject datatype
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Data Types
+----------
-**Qualified Name:** Ves::TypeDefinitions::ArrayOfSchemaObject
-
-**Description:**
+ArrayOfSchemaObject
+~~~~~~~~~~~~~~~~~~~
arrayOfSchemaObject - The arrayOfSchemaObject datatype provides an array of json objects, each of which is described by name, schema and other meta-information.
Note: The VES Spec has this as a Json based object.
-**Applied Stereotypes:**
+Applied stereotypes:
- Preliminary
-**Table** **Attributes for Data Type ArrayOfSchemaObject**
-
-=================== ============ ========= ============================================================================================================================================================= ==================================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-=================== ============ ========= ============================================================================================================================================================= ==================================
-arrayOfSchemaObject SchemaObject 1..\* arrayOfSchemaObject - arrayOfSchemaObject datatype provides an array of SchemaObjects, each of which is described by name, schema and other meta-information. OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-=================== ============ ========= ============================================================================================================================================================= ==================================
-
-ArrayofNamedHashMap datatype
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::ArrayofNamedHashMap
-
-**Description:**
+=================== ============ ========= ========== ================================== =============================================================================================================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+arrayOfSchemaObject SchemaObject 1..\* RW Preliminary arrayOfSchemaObject - arrayOfSchemaObject datatype provides an array of SchemaObjects, each of which is described by name, schema and other meta-information.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=================== ============ ========= ========== ================================== =============================================================================================================================================================
+
+ArrayofNamedHashMap
+~~~~~~~~~~~~~~~~~~~
Array of named hashMaps
-**Applied Stereotypes:**
+Applied stereotypes:
- Preliminary
-**Table** **Attributes for Data Type ArrayofNamedHashMap**
-
-=================== ============ ========= ======================= ==================================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-=================== ============ ========= ======================= ==================================
-arrayOfNamedHashmap NamedHashMap 1..\* Array of named hashMaps OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-=================== ============ ========= ======================= ==================================
-
-HashMap datatype
-^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::HashMap
-
-**Description:**
+=================== ============ ========= ========== ================================== =======================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+arrayOfNamedHashmap NamedHashMap 1..\* RW Preliminary Array of named hashMaps
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=================== ============ ========= ========== ================================== =======================
+
+AttributeList
+~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+- Experimental
+
+================== ======== ========= ========== ================================== ===============
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+atributeName String 1 RW OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+newAttributeValue String 1 RW OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+NewAttributeType String 1 RW OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+oldAttributeValue String 1 RW OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+oldAttributeType String 1 RW OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ========== ================================== ===============
+
+HashMap
+~~~~~~~
The hashMap datatype is an 'associative array', which is an unordered collection of key-value pairs of the form "key": "value", where each key and value are strings. Keys must use camel casing to separate words and acronyms; only the first letter of each acronym shall be capitalized.
-**Applied Stereotypes:**
+Applied stereotypes:
- Preliminary
-**Table** **Attributes for Data Type HashMap**
-
-================== ============ ========= ======================================================== ==================================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ============ ========= ======================================================== ==================================
-hashmapEntry KeyValuePair 0..\* A given entry in the hashmap, which is a key/value pair. OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-================== ============ ========= ======================================================== ==================================
-
-NamedHashMap datatype
-^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::NamedHashMap
-
-**Description:**
+================== ============ ========= ========== ================================== ========================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+hashmapEntry KeyValuePair 0..\* RW Preliminary A given entry in the hashmap, which is a key/value pair.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ============ ========= ========== ================================== ========================================================
+
+NamedHashMap
+~~~~~~~~~~~~
namedHashMap [ ] - The namedHashmap datatype is a hashMap which is associated with and described by a name.
-**Applied Stereotypes:**
+Applied stereotypes:
- Preliminary
-**Table** **Attributes for Data Type NamedHashMap**
-
-================== ======== ========= =========================================================================== ==================================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ======== ========= =========================================================================== ==================================
-name String 1 name - Name for the array of name-value pairs. OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-hashMap HashMap 1 hashMap - One or more key:value pairs. OpenModelAttribute
- Note: in ATTServiceSpecification - VesEventListener v5.4.1 type = field [].
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-================== ======== ========= =========================================================================== ==================================
-
-ProcessStats datatype
-^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::ProcessStats
-
-SchemaObject datatype
-^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::SchemaObject
-
-**Description:**
+================== ======== ========= ========== ================================== ===========================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+name String 1 RW Preliminary name - Name for the array of name-value pairs.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+hashMap HashMap 1 RW Preliminary hashMap - One or more key:value pairs.
+ Note: in ATTServiceSpecification - VesEventListener v5.4.1 type = field [].
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ========== ================================== ===========================================================================
+
+.. _processstats-1:
+
+ProcessStats
+~~~~~~~~~~~~
+
+Applied stereotypes:
+
+SchemaObject
+~~~~~~~~~~~~
SchemaObject - The SchemaObject datatype provides an object schema, name and other meta-information along with one or more object instances that conform to the schema.
Note: The VES Spec has this as a Json based object.
-**Applied Stereotypes:**
+Applied stereotypes:
- Preliminary
-**Table** **Attributes for Data Type SchemaObject**
-
-===================== ==================== ========= ============================================================================================================================================================================================= ==================================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-===================== ==================== ========= ============================================================================================================================================================================================= ==================================
-objectInstances SchemaObjectInstance 1..\* objectInstances - Contains one or more instances of the SchemaObjectInstance object. OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-objectName String 1 objectName - Name of the object. OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-objectSchema String 0..1 objectSchema - schema for the object. OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-objectSchemaUrl String 0..1 objectSchemaUrl - URL to the schema for the object. OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-nfSubcribedObjectName String 0..1 nfSubscribedObjectName - Name of the object associated with the nfSubscriptionId. OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-nfSubcriptionId String 0..1 nfSubscriptionId - Identifies an OpenConfig telemetry subscription on a network function, which configures the network function to send complex object data associated with the SchemaObject. OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-===================== ==================== ========= ============================================================================================================================================================================================= ==================================
-
-SchemaObjectInstance datatype
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::SchemaObjectInstance
-
-**Description:**
+===================== ==================== ========= ========== ================================== =============================================================================================================================================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+objectInstances SchemaObjectInstance 1..\* RW Preliminary objectInstances - Contains one or more instances of the SchemaObjectInstance object.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+objectName String 1 RW Preliminary objectName - Name of the object.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+objectSchema String 0..1 RW Preliminary objectSchema - schema for the object.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+objectSchemaUrl String 0..1 RW Preliminary objectSchemaUrl - URL to the schema for the object.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfSubcribedObjectName String 0..1 RW Preliminary nfSubscribedObjectName - Name of the object associated with the nfSubscriptionId.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+nfSubcriptionId String 0..1 RW Preliminary nfSubscriptionId - Identifies an OpenConfig telemetry subscription on a network function, which configures the network function to send complex object data associated with the SchemaObject.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+===================== ==================== ========= ========== ================================== =============================================================================================================================================================================================
+
+SchemaObjectInstance
+~~~~~~~~~~~~~~~~~~~~
SchemaObjectInstance [ ] - The SchemabjectInstance datatype provides meta-information about an instance of a SchemaObject along with the actual object instance.
Note: The VES Spec has this as a Json based object.
-**Applied Stereotypes:**
+Applied stereotypes:
- Preliminary
-**Table** **Attributes for Data Type SchemaObjectInstance**
-
-=========================== ============ ========= ====================================================================================================================================================================== ==================================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-=========================== ============ ========= ====================================================================================================================================================================== ==================================
-schemaObject SchemaObject 0..\* SchemaObject - Optional recursive specification on SchemaObject OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-objectInstance Object 0..1 objectInstance - Contains an instance conforming to the SchemaObject schema OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-objectInstanceEpochMicrosec UnixEpoch 0..1 objectInstanceEpochMicrosec - the unix time, aka epoch time, associated with this objectInstance--as microseconds elapsed since 1 Jan 1970 not including leap seconds. OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-objectKeys Key 0..\* objectKeys - An ordered set of keys that identifies this particular instance of SchemaObject (e.g., that places it in a hierarchy). OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-=========================== ============ ========= ====================================================================================================================================================================== ==================================
-
-ThresholdCrossingAlertCounter datatype
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::ThresholdCrossingAlertCounter
-
-**Applied Stereotypes:**
+=========================== ============ ========= ========== ================================== ======================================================================================================================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+schemaObject SchemaObject 0..\* RW Preliminary SchemaObject - Optional recursive specification on SchemaObject
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+objectInstance Object 0..1 RW Preliminary objectInstance - Contains an instance conforming to the SchemaObject schema
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+objectInstanceEpochMicrosec UnixEpoch 0..1 RW Preliminary objectInstanceEpochMicrosec - the unix time, aka epoch time, associated with this objectInstance--as microseconds elapsed since 1 Jan 1970 not including leap seconds.
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+objectKeys Key 0..\* RW Preliminary objectKeys - An ordered set of keys that identifies this particular instance of SchemaObject (e.g., that places it in a hierarchy).
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+=========================== ============ ========= ========== ================================== ======================================================================================================================================================================
+
+ThresholdCrossingAlertCounter
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
- Preliminary
-**Table** **Attributes for Data Type ThresholdCrossingAlertCounter**
-
-================== ============== ========= ============================================================================ ==================================
-**Attribute Name** **Type** **Mult.** **Description** **Stereotypes**
-================== ============== ========= ============================================================================ ==================================
-criticality TCACriticality 1 Enumeration: 'CRIT', 'MAJ' OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-hashMap HashMap 1 Key is the name of the counter and value is the current value of the counter OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-thresholdCrossed String 1 Last threshold that was crossed OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Preliminary
-================== ============== ========= ============================================================================ ==================================
+================== ============== ========= ========== ================================== ============================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+criticality TCACriticality 1 RW Preliminary Enumeration: 'CRIT', 'MAJ'
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+hashMap HashMap 1 RW Preliminary Key is the name of the counter and value is the current value of the counter
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+thresholdCrossed String 1 RW Preliminary Last threshold that was crossed
+
+ OpenModelAttribute
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ============== ========= ========== ================================== ============================================================================
diff --git a/docs/ONAP Model Spec/im/VES/VES-diagram.rst b/docs/ONAP Model Spec/im/VES/VES-diagram.rst
new file mode 100644
index 0000000..0af66f5
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-diagram.rst
@@ -0,0 +1,51 @@
+.. Copyright 2021
+.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
+.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
+
+VES Model Diagram
+-----------------
+
+Rooting VES
+~~~~~~~~~~~
+
+.. image:: VES-root.png
+
+Event - High Level
+~~~~~~~~~~~~~~~~~~
+
+.. image:: VES-event.png
+
+Event Datatypes
+~~~~~~~~~~~~~~~
+
+.. image:: VES-datatype.png
+
+Measurement Domain Entities
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. image:: VES-measure.png
+
+Mobile Flow Entities
+~~~~~~~~~~~~~~~~~~~~
+
+.. image:: VES-mobile.png
+
+Perf3gpp Entities
+~~~~~~~~~~~~~~~~~
+
+.. image:: VES-perf3gpp.png
+
+SipSignaling Entities
+~~~~~~~~~~~~~~~~~~~~~
+
+.. image:: VES-sipsignal.png
+
+Voice Quality Entities
+~~~~~~~~~~~~~~~~~~~~~~
+
+.. image:: VES-voice.png
+
+ipmi
+~~~~
+
+.. image:: VES-ipmi.png
diff --git a/docs/ONAP Model Spec/im/VES/VES-enumeration.rst b/docs/ONAP Model Spec/im/VES/VES-enumeration.rst
index b4b08db..d67dbea 100644
--- a/docs/ONAP Model Spec/im/VES/VES-enumeration.rst
+++ b/docs/ONAP Model Spec/im/VES/VES-enumeration.rst
@@ -1,4 +1,4 @@
-.. Copyright 2019
+.. Copyright 2021
.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
@@ -9,443 +9,357 @@ VES Enumeration definition
:depth: 3
..
-AlertAction enumeration
-^^^^^^^^^^^^^^^^^^^^^^^
+Enumerations
+------------
-**Qualified Name:** Ves::TypeDefinitions::AlertAction
-
-**Description:**
+AlertAction
+~~~~~~~~~~~
Possible alertActions within thresholdCrossingAlertFields
-**Applied Stereotypes:**
-
-- Preliminary
-
-**Contains Enumeration Literals:**
-
-- SET
-
-- CONT
+Contains Enumeration Literals:
-- CLEAR
+- SET:
-AlertType enumeration
-^^^^^^^^^^^^^^^^^^^^^
+- CONT:
-**Qualified Name:** Ves::TypeDefinitions::AlertType
+- CLEAR:
-**Description:**
+AlertType
+~~~~~~~~~
Possible values for ThresholdCrossingAlertFIelds alertType attribute.
-**Applied Stereotypes:**
+Contains Enumeration Literals:
-- Preliminary
+- CARD_ANOMALY:
-**Contains Enumeration Literals:**
+- INTERFACE_ANOMALY:
-- CARD_ANOMALY
+- ELEMENT_ANOMALY:
-- INTERFACE_ANOMALY
+- SERVICE_ANOMALY:
-- ELEMENT_ANOMALY
-
-- SERVICE_ANOMALY
-
-Domain enumeration
-^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::Domain
-
-**Description:**
+Domain
+~~~~~~
domain - Event domain enumeration:
-
'fault', 'heartbeat', 'measurementsForVfScaling', 'mobileFlow', 'other', 'sipSignaling', 'stateChange', 'syslog', 'thresholdCrossingAlert', 'voiceQuality'
-**Applied Stereotypes:**
+Contains Enumeration Literals:
-- Preliminary
+- FAULT:
-**Contains Enumeration Literals:**
+- HEARTBEAT:
-- FAULT
+- MEASUREMENT:
-- HEARTBEAT
+- MOBILEFLOW:
-- MEASUREMENT
+- NOTIFICATION:
-- MOBILEFLOW
+- OTHER:
-- NOTIFICATION
+- PERF3GPP:
-- OTHER
+- PNFREGISTRATION:
-- PERF3GPP
+- SIPSIGNALING:
-- PNFREGISTRATION
+- STATECHANGE:
-- SIPSIGNALING
+- SYSLOG:
-- STATECHANGE
+- THRESHOLDCROSSINGALERT:
-- SYSLOG
+- VOICEQUALITY:
-- THRESHOLDCROSSINGALERT
+- STNDDEFINED:
-- VOICEQUALITY
+- STNDDEFINED:
-EndpointDescription enumeration
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+EndpointDescription
+~~~~~~~~~~~~~~~~~~~
-**Qualified Name:** Ves::TypeDefinitions::EndpointDescription
+Contains Enumeration Literals:
-**Applied Stereotypes:**
+- CALLER:
-- Preliminary
+- CALLEE:
-**Contains Enumeration Literals:**
-
-- CALLER
-
-- CALLEE
-
-EventSeverity enumeration
-^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::EventSeverity
-
-**Description:**
+EventSeverity
+~~~~~~~~~~~~~
Event severity enumeration: 'CRITICAL', 'MAJOR', 'MINOR', 'WARNING', 'NORMAL'. NORMAL is used to represent clear.
-**Applied Stereotypes:**
+Contains Enumeration Literals:
-- Preliminary
+- CRITICAL:
-**Contains Enumeration Literals:**
+- MAJOR:
-- CRITICAL
+- MINOR:
-- MAJOR
+- WARNING:
-- MINOR
+- NORMAL:
-- WARNING
+NicAdminState
+~~~~~~~~~~~~~
-- NORMAL
+Contains Enumeration Literals:
-NicAdminState enumeration
-^^^^^^^^^^^^^^^^^^^^^^^^^
+- IN_SERVICE:
-**Qualified Name:** Ves::TypeDefinitions::NicAdminState
+- OUT_OF_SERVICE:
-**Applied Stereotypes:**
+NicOpsState
+~~~~~~~~~~~
-- Preliminary
+Contains Enumeration Literals:
-**Contains Enumeration Literals:**
+- IN_SERVICE:
-- IN_SERVICE
+- OUT_OF_SERVICE:
-- OUT_OF_SERVICE
+SourceIndicator
+~~~~~~~~~~~~~~~
-NicOpsState enumeration
-^^^^^^^^^^^^^^^^^^^^^^^
+Indicates the source of the operation
-**Qualified Name:** Ves::TypeDefinitions::NicOpsState
+Contains Enumeration Literals:
-**Applied Stereotypes:**
+- RESOURCE_OPERATION:
-- Preliminary
+ - internal operation of resource
-**Contains Enumeration Literals:**
+- MANAGEMENT_OPERATOIN:
-- IN_SERVICE
+ - response to management operation
-- OUT_OF_SERVICE
+- SON_OPERATOIN:
-SyslogFacility enumeration
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+ - result of SON
-**Qualified Name:** Ves::TypeDefinitions::SyslogFacility
+- UNKNOWN:
-**Description:**
+ - can't determine why
-Numeric code from 0 to 23 for facility:
+SyslogFacility
+~~~~~~~~~~~~~~
+Numeric code from 0 to 23 for facility:
0 kernel messages
-
1 user-level messages
-
2 mail system
-
3 system daemons
-
4 security/authorization messages
-
5 messages generated internally by syslogd
-
6 line printer subsystem
-
7 network news subsystem
-
8 UUCP subsystem
-
9 clock daemon
-
10 security/authorization messages
-
11 FTP daemon
-
12 NTP subsystem
-
13 log audit
-
14 log alert
-
15 clock daemon (note 2)
-
16 local use 0 (local0)
-
17 local use 1 (local1)
-
18 local use 2 (local2)
-
19 local use 3 (local3)
-
20 local use 4 (local4)
-
21 local use 5 (local5)
-
22 local use 6 (local6)
-
23 local use 7 (local7)
-**Applied Stereotypes:**
-
-- Preliminary
-
-**Contains Enumeration Literals:**
+Contains Enumeration Literals:
-- 0
+- 0:
- kernel messages
-- 1
+- 1:
- user-level messages
-- 2
+- 2:
- mail system
-- 3
+- 3:
- system daemons
-- 4
+- 4:
- security/authorization messages
-- 5
+- 5:
- messages generated internally by syslogd
-- 6
+- 6:
- line printer subsystem
-- 7
+- 7:
- network news subsystem
-- 8
+- 8:
- UUCP subsystem
-- 9
+- 9:
- clock daemon
-- 10
+- 10:
- security/authorization messages
-- 11
+- 11:
- FTP daemon
-- 12
+- 12:
- NTP subsystem
-- 13
+- 13:
- log audit
-- 14
+- 14:
- log alert
-- 15
+- 15:
- clock daemon
-- 16
+- 16:
- local use 0 (local0)
-- 17
+- 17:
- local use 1 (local1)
-- 18
+- 18:
- local use 2 (local2)
-- 19
+- 19:
- local use 3 (local3)
-- 20
+- 20:
- local use 4 (local4)
-- 21
+- 21:
- local use 5 (local5)
-- 22
+- 22:
- local use 6 (local6)
-- 23
+- 23:
- local use 7 (local7 )
-SyslogSev enumeration
-^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::SyslogSev
-
-**Description:**
+SyslogSev
+~~~~~~~~~
Level-of-severity text enumeration defined below:
-
Text Sev Description
-
Emergency 0 system is unusable
-
Alert 1 action must be taken immediately
-
Critical 2 critical conditions
-
Error 3 error conditions
-
Warning 4 warning conditions
-
Notice 5 normal but significant condition
-
Info 6 Informational messages
-
Debug 7 debug-level messages
-**Applied Stereotypes:**
-
-- Preliminary
+Contains Enumeration Literals:
-**Contains Enumeration Literals:**
+- EMERGENCY:
-- EMERGENCY
+ - system is unusable
- 0
- - system is unusable
+- ALERT:
-- ALERT
+ - 1
- action must be taken immediately
- - 1
+- CRITICAL:
-- CRITICAL
+ - critical conditions
- 2
- - critical conditions
+- ERROR:
-- ERROR
+ - 3
- error conditions
- - 3
-
-- WARNING
+- WARNING:
- 4
- warning conditions
-- NOTICE
-
- - 5
+- NOTICE:
- normal but significant condition
-- INFO
+ - 5
- - 6
+- INFO:
- Informational messages
-- DEBUG
+ - 6
- - 7
+- DEBUG:
- debug-level messages
-TCACriticality enumeration
-^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::TCACriticality
+ - 7
-**Description:**
+TCACriticality
+~~~~~~~~~~~~~~
Threshold Crossing Alert counter criticality - possible values of CRIT and MAJ.
-**Applied Stereotypes:**
-
-- Preliminary
-
-**Contains Enumeration Literals:**
+Contains Enumeration Literals:
-- CRIT
+- CRIT:
-- MAJ
+- MAJ:
-VfStatus enumeration
-^^^^^^^^^^^^^^^^^^^^
-
-**Qualified Name:** Ves::TypeDefinitions::VfStatus
-
-**Description:**
+VfStatus
+~~~~~~~~
Virtual function status enumeration: 'Active', 'Idle', 'Preparing to terminate', 'Ready to terminate', 'Requesting Termination'
-**Applied Stereotypes:**
-
-- Preliminary
-
-**Contains Enumeration Literals:**
+Contains Enumeration Literals:
-- ACTIVE
+- ACTIVE:
-- IDLE
+- IDLE:
-- PREPARING_TO_TERMINATE
+- PREPARING_TO_TERMINATE:
-- READY_TO_TERMINATE
+- READY_TO_TERMINATE:
-- REQUESTING_TERMINATION
+- REQUESTING_TERMINATION:
diff --git a/docs/ONAP Model Spec/im/VES/VES-event.png b/docs/ONAP Model Spec/im/VES/VES-event.png
new file mode 100644
index 0000000..b99a833
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-event.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VES/VES-ipmi.png b/docs/ONAP Model Spec/im/VES/VES-ipmi.png
new file mode 100644
index 0000000..8630df3
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-ipmi.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VES/VES-measure.png b/docs/ONAP Model Spec/im/VES/VES-measure.png
new file mode 100644
index 0000000..a06bc7d
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-measure.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VES/VES-mobile.png b/docs/ONAP Model Spec/im/VES/VES-mobile.png
new file mode 100644
index 0000000..21fa531
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-mobile.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VES/VES-perf3gpp.png b/docs/ONAP Model Spec/im/VES/VES-perf3gpp.png
new file mode 100644
index 0000000..21d6fd2
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-perf3gpp.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VES/VES-root.png b/docs/ONAP Model Spec/im/VES/VES-root.png
new file mode 100644
index 0000000..6f5076b
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-root.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VES/VES-sipsignal.png b/docs/ONAP Model Spec/im/VES/VES-sipsignal.png
new file mode 100644
index 0000000..893851d
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-sipsignal.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VES/VES-voice.png b/docs/ONAP Model Spec/im/VES/VES-voice.png
new file mode 100644
index 0000000..3becc78
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VES/VES-voice.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VNF/VNFD-DF.png b/docs/ONAP Model Spec/im/VNF/VNFD-DF.png
index 9593f70..c895625 100644
--- a/docs/ONAP Model Spec/im/VNF/VNFD-DF.png
+++ b/docs/ONAP Model Spec/im/VNF/VNFD-DF.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VNF/VNFD-datatype.png b/docs/ONAP Model Spec/im/VNF/VNFD-datatype.png
new file mode 100644
index 0000000..e0c570a
--- /dev/null
+++ b/docs/ONAP Model Spec/im/VNF/VNFD-datatype.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VNF/VNFD-topo.png b/docs/ONAP Model Spec/im/VNF/VNFD-topo.png
index 33f038d..1b99eeb 100644
--- a/docs/ONAP Model Spec/im/VNF/VNFD-topo.png
+++ b/docs/ONAP Model Spec/im/VNF/VNFD-topo.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VNF/VNFD.png b/docs/ONAP Model Spec/im/VNF/VNFD.png
index b5b3957..234007b 100644
--- a/docs/ONAP Model Spec/im/VNF/VNFD.png
+++ b/docs/ONAP Model Spec/im/VNF/VNFD.png
Binary files differ
diff --git a/docs/ONAP Model Spec/im/VNF/Vnfd.rst b/docs/ONAP Model Spec/im/VNF/Vnfd.rst
index 77f4fab..24eb9f7 100644
--- a/docs/ONAP Model Spec/im/VNF/Vnfd.rst
+++ b/docs/ONAP Model Spec/im/VNF/Vnfd.rst
@@ -1,4 +1,4 @@
-.. Copyright 2020
+.. Copyright 2021
.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
@@ -27,6 +27,11 @@ Vnfd Deployment Flavor
.. image:: VNFD-DF.png
+VNF Datatypes
+~~~~~~~~~~~~~
+
+.. image:: VNFD-datatype.png
+
Classes
-------
@@ -37,37 +42,37 @@ The ChecksumData information element supports providing information about the re
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
- Experimental
-================== ======== ========= ================================== =================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-algorithm String 1 OpenModelAttribute Species the algorithm used to obtain the checksum value.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-hash String 1 OpenModelAttribute Contains the result of applying the algorithm indicated by the algorithm attribute to the data to which this ChecksumData refers.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-================== ======== ========= ================================== =================================================================================================================================
+- OpenModelClass
+
+- **support: MANDATORY**
+
+================== ======== ========= ================================== ================================================================================================================================= ===========================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+algorithm String 1 OpenModelAttribute Species the algorithm used to obtain the checksum value. Vnf::ObjectClasses::ChecksumData::algorithm
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+hash String 1 OpenModelAttribute Contains the result of applying the algorithm indicated by the algorithm attribute to the data to which this ChecksumData refers. Vnf::ObjectClasses::ChecksumData::hash
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+================== ======== ========= ================================== ================================================================================================================================= ===========================================
InstantiationLevel
~~~~~~~~~~~~~~~~~~
@@ -77,64 +82,64 @@ All the VDUs referenced in the level shall be part of the corresponding DF and t
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-======================= ======================= ========= ================================== ==================================================================================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-levelId Identifier 1 Preliminary Uniquely identifies a level with the DF.
-
- OpenModelAttribute
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 1 Preliminary Human readable description of the level.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-scaleInfo ScaleInfo 0..\* Preliminary Represents for each aspect the scale level that corresponds to this instantiation level. scaleInfo shall be present if the VNF supports scaling.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vduLevel VduLevel 1..\* Preliminary Indicates the number of instance of this VDU to deploy for this level.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-virtualLinkBitRateLevel VirtualLinkBitRateLevel 0..\* Preliminary Specifies bitrate requirements applicable to virtual links created from particular virtual link descriptors for this level.
+- **reference: IFA011 v3.3.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+======================= ======================= ========= ================================== ================================================================================================================================================================================================================================================================================================== ===============================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+levelId Identifier 1 OpenModelAttribute Uniquely identifies a level with the DF. Vnf::ObjectClasses::InstantiationLevel::levelId
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 1 OpenModelAttribute Human readable description of the level. Vnf::ObjectClasses::InstantiationLevel::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+scaleInfo ScaleInfo 0..\* OpenModelAttribute Represents for each aspect the scale level that corresponds to this instantiation level. scaleInfo shall be present if the VNF supports scaling. Vnf::ObjectClasses::InstantiationLevel::scaleInfo
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_vduLevel VduLevel 1..\* OpenModelAttribute Indicates the number of instance of this VDU to deploy for this level. Vnf::ObjectClasses::InstantiationLevel::_vduLevel
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+virtualLinkBitRateLevel VirtualLinkBitRateLevel 0..\* OpenModelAttribute Specifies bitrate requirements applicable to virtual links created from particular virtual link descriptors for this level. Vnf::ObjectClasses::InstantiationLevel::virtualLinkBitRateLevel
NOTE: If not present, it is assumed that the bitrate requirements can be derived from those specified in the VduCpd instances applicable to the internal VL. If present in both the InstantiationLevel and the VduCpd instances applicable to the internal VL, the highest value takes precedence.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-======================= ======================= ========= ================================== ==================================================================================================================================================================================================================================================================================================
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+======================= ======================= ========= ================================== ================================================================================================================================================================================================================================================================================================== ===============================================================
LogicalNodeRequirements
~~~~~~~~~~~~~~~~~~~~~~~
@@ -143,85 +148,239 @@ This information element describes compute, memory and I/O requirements that are
Applied stereotypes:
+- Preliminary
+
+- Reference
+
+- **reference: IFA011 v3.3.1**
+
- OpenModelClass
- **support: MANDATORY**
-- Preliminary
+============================ ============ ========= ================================== =========================================================================================================================================================================================================================================================================== =========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+id Identifier 1 OpenModelAttribute Identifies this set of logical node requirements. Vnf::ObjectClasses::LogicalNodeRequirements::id
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+logicalNodeRequirementDetail KeyValuePair 1..\* OpenModelAttribute The logical node-level compute, memory and I/O requirements. An array of key-value pairs that articulate the deployment requirements. Vnf::ObjectClasses::LogicalNodeRequirements::logicalNodeRequirementDetail
+ This could include the number of CPU cores on this logical node, a memory configuration specific to a logical node (e.g. such as available in the Linux kernel via the libnuma library) or a requirement related to the association of an I/O device with the logical node.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+============================ ============ ========= ================================== =========================================================================================================================================================================================================================================================================== =========================================================================
+
+MciopProfile
+~~~~~~~~~~~~
+
+A Managed Container Infrastructure Object Package (MCIOP) is a hierarchical aggregate of information objects for OS container management and orchestration. Multiple MCIOPs can be included in a VNF Package. The MciopProfile information element provides properties of the MCIOP which are used during deployment of containerized workloads based on a MCIOP, associated to a VNF deployment flavour.
+
+Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
-
-============================ ============ ========= ================================== ===========================================================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-id Identifier 1 Preliminary Identifies this set of logical node requirements.
-
- OpenModelAttribute
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-logicalNodeRequirementDetail KeyValuePair 1..\* Preliminary The logical node-level compute, memory and I/O requirements. An array of key-value pairs that articulate the deployment requirements.
- This could include the number of CPU cores on this logical node, a memory configuration specific to a logical node (e.g. such as available in the Linux kernel via the libnuma library) or a requirement related to the association of an I/O device with the logical node.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-============================ ============ ========= ================================== ===========================================================================================================================================================================================================================================================================
+- **reference: IFA011 v4.1.1**
-ScalingAspect
-~~~~~~~~~~~~~
+- Experimental
-The ScalingAspect class describes the details of an aspect used for horizontal scaling.
+- OpenModelClass
+
+- **support: MANDATORY**
+
+============================= ========== ========= ================================== ===================================================================================================================================== ===============================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+mciopId Identifier 1 OpenModelAttribute Identifies the MCIOP in the VNF package. Vnf::ObjectClasses::MciopProfile::mciopId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+deploymentOrder Integer 0..1 OpenModelAttribute Indicates the order in which this MCIOP shall be deployed in relation to other MCIOPs. A lower value specifies an earlier deployment. Vnf::ObjectClasses::MciopProfile::deploymentOrder
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+affinityOrAntiAffinityGroupId Identifier 0..\* OpenModelAttribute References the affinity or anti-affinity group(s) the MCIOP belongs to. Vnf::ObjectClasses::MciopProfile::affinityOrAntiAffinityGroupId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+associatedVdu Identifier 0..\* OpenModelAttribute List of VDUs which are associated to this MCIOP and which are deployed using this MCIOP. Vnf::ObjectClasses::MciopProfile::associatedVdu
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+============================= ========== ========= ================================== ===================================================================================================================================== ===============================================================
+
+OsContainerDesc
+~~~~~~~~~~~~~~~
+
+The OsContainerDesc information element describes the members properties of a set of co-located container compute resources when these are realizing a VDU.
Applied stereotypes:
+- Reference
+
+- **reference: IFA011 v4.1.1**
+
+- Experimental
+
- OpenModelClass
- **support: MANDATORY**
+================================== =================== ========= ================================== ================================================================================================================================================================================================================================= =======================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+osContainerDescId Identifier 1 OpenModelAttribute Unique identifier of this OsContainerDesc in the VNFD. Vnf::ObjectClasses::OsContainerDesc::osContainerDescId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+requestedCpuResources Integer 1 OpenModelAttribute Number of CPU resources requested for the container (e.g. in milli-CPU-s) Vnf::ObjectClasses::OsContainerDesc::requestedCpuResources
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+requestedMemoryResources Number 1 OpenModelAttribute Amount of memory resources requested for the container (e.g. in MB). Vnf::ObjectClasses::OsContainerDesc::requestedMemoryResources
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+requestedEphemeralStorageResources Number 1 OpenModelAttribute Size of ephemeral storage resources requested for the container (e.g. in GB). Vnf::ObjectClasses::OsContainerDesc::requestedEphemeralStorageResources
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+extendedResourceRequests KeyValuePair 1 OpenModelAttribute An array of key-value pairs of extended resources required by the container. Vnf::ObjectClasses::OsContainerDesc::extendedResourceRequests
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpuResourceLimit Integer 1 OpenModelAttribute Number of CPU resources the container can maximally use (e.g. in milli-CPU). Vnf::ObjectClasses::OsContainerDesc::cpuResourceLimit
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+memoryResourceLimit Number 1 OpenModelAttribute Amount of memory resources the container can maximum use (e.g. in MB). Vnf::ObjectClasses::OsContainerDesc::memoryResourceLimit
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+ephemeralStorageResourceLimit Number 1 OpenModelAttribute Size of ephemeral storage resources the container can maximum use (e.g. in GB). Vnf::ObjectClasses::OsContainerDesc::ephemeralStorageResourceLimit
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+swimageDesc SwImageDesc 1 OpenModelAttribute Describes the software image realizing this OS container. Vnf::ObjectClasses::OsContainerDesc::swimageDesc
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+bootData String 1 OpenModelAttribute Contains a string or a URL to a file contained in the VNF package used to customize a container resource at boot time. The bootData may contain variable parts that are replaced by deployment specific values before being sent. Vnf::ObjectClasses::OsContainerDesc::bootData
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+virtualStorageDesc VirtualStorageDesc 0..\* OpenModelAttribute Links to virtualStorageDesc-s of the Vdu. The storages represented by the linked VirtualStorageDesc-s are attached to the OS Container as volumes. Vnf::ObjectClasses::OsContainerDesc::virtualStorageDesc
+ Shall be present in case the OS container requires storage resources.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+monitoringParameters MonitoringParameter 1..\* OpenModelAttribute Specifies the virtualised resource related performance metrics on the OsContainerDesc level to be tracked by the VNFM Vnf::ObjectClasses::OsContainerDesc::monitoringParameters
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================================== =================== ========= ================================== ================================================================================================================================================================================================================================= =======================================================================
+
+ScalingAspect
+~~~~~~~~~~~~~
+
+The ScalingAspect class describes the details of an aspect used for horizontal scaling.
+
+Applied stereotypes:
+
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
- Experimental
-================== ======== ========= ================================== =============================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-id String 1 OpenModelAttribute Unique identifier of this aspect in the VNFD.
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-name String 1 OpenModelAttribute Human readable name of the aspect.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-description String 1 OpenModelAttribute Human readable description of the aspect.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-================== ======== ========= ================================== =============================================
+- OpenModelClass
+
+- **support: MANDATORY**
+
+================== ======== ========= ================================== ============================================= ==============================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+id String 1 OpenModelAttribute Unique identifier of this aspect in the VNFD. Vnf::ObjectClasses::ScalingAspect::id
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+name String 1 OpenModelAttribute Human readable name of the aspect. Vnf::ObjectClasses::ScalingAspect::name
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+description String 1 OpenModelAttribute Human readable description of the aspect. Vnf::ObjectClasses::ScalingAspect::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+================== ======== ========= ================================== ============================================= ==============================================
SecurityGroupRule
~~~~~~~~~~~~~~~~~
@@ -230,82 +389,82 @@ Security group rule specifies the matching criteria for the ingress and/or egres
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 V2.7.1**
-
-=================== ========== ========= ================================== =============================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-securityGroupRuleId Identifier 1 Preliminary Identifier of the security group rule.
-
- OpenModelAttribute
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 0..1 Preliminary Human readable description of the security group rule
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-direction Direction 0..1 Preliminary The direction in which the security group rule is applied.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-etherType IpVersion 0..1 Preliminary Indicates the protocol carried over the Ethernet layer.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-protocol String 0..1 Preliminary Indicates the protocol carried over the IP layer. Permitted values: any protocol defined in the IANA protocol registry, e.g. TCP, UDP, ICMP, etc.
- See https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
- OpenModelAttribute Note: IFA011 defines this as an enum, but as the list is not complete, made this a string.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-portRangeMin Integer 0..1 Preliminary Indicates minimum port number in the range that is matched by the security group rule. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-portRangeMax Integer 0..1 Preliminary Indicates maximum port number in the range that is matched by the security group rule. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-=================== ========== ========= ================================== =============================================================================================================================================================================================================================
+- **reference: IFA011 V3.3.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+=================== ========== ========= ================================== ============================================================================================================================================================================================================================= ==========================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+securityGroupRuleId Identifier 1 OpenModelAttribute Identifier of the security group rule. Vnf::ObjectClasses::SecurityGroupRule::securityGroupRuleId
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 0..1 OpenModelAttribute Human readable description of the security group rule Vnf::ObjectClasses::SecurityGroupRule::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+direction Direction 0..1 OpenModelAttribute The direction in which the security group rule is applied. Vnf::ObjectClasses::SecurityGroupRule::direction
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+etherType IpVersion 0..1 OpenModelAttribute Indicates the protocol carried over the Ethernet layer. Vnf::ObjectClasses::SecurityGroupRule::etherType
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+protocol String 0..1 OpenModelAttribute Indicates the protocol carried over the IP layer. Permitted values: any protocol defined in the IANA protocol registry, e.g. TCP, UDP, ICMP, etc. Vnf::ObjectClasses::SecurityGroupRule::protocol
+ See https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
+ - isInvariant: false Note: IFA011 defines this as an enum, but as the list is not complete, made this a string.
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+portRangeMin Integer 0..1 OpenModelAttribute Indicates minimum port number in the range that is matched by the security group rule. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints. Vnf::ObjectClasses::SecurityGroupRule::portRangeMin
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+portRangeMax Integer 0..1 OpenModelAttribute Indicates maximum port number in the range that is matched by the security group rule. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints. Vnf::ObjectClasses::SecurityGroupRule::portRangeMax
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+=================== ========== ========= ================================== ============================================================================================================================================================================================================================= ==========================================================
SwImage
~~~~~~~
@@ -314,15 +473,15 @@ A software image
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
SwImageDesc
~~~~~~~~~~~
@@ -331,296 +490,302 @@ The SwImageDesc information element describes requested additional capability fo
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-================================== ============ ========= ================================== ==============================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-id Identifier 1 Preliminary The identifier of this software image.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-name String 1 Preliminary The name of this software image.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-version Version 1 Preliminary The version of this software image.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-provider String 0..1 OpenModelAttribute The provider of this software image. If not present the provider of the software image is assumed to be same as the VNF provider.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-containerFormat String 1 Preliminary The container format describes the container file format in which software image is provided.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-diskFormat String 1 Preliminary The disk format of a software image is the format of the underlying disk image.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-minRam Number 0..1 Preliminary The minimal RAM requirement for this software image. The value of the "size" attribute of VirtualMemoryData of the Vdu referencing this SwImageDesc shall not be smaller than the value of minRam.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-minDisk Number 1 Preliminary The minimal disk size requirement for this software image. The value of the "size of storage" attribute of the VirtualStorageDesc referencing this SwImageDesc shall not be smaller than the value of minDisk.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-size Number 1 Preliminary The size of the software image.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-operatingSystem String 0..1 Preliminary Identifies the operating system used in the software image. This attribute may also identify if a 32 bit or 64 bit software image is used.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-supportedVirtualisationEnvironment String 0..\* Preliminary Identifies the virtualisation environments (e.g. hypervisor) compatible with this software image.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_swImage SwImage 1 Preliminary This is a reference to the actual software image. The reference can be relative to the root of the VNF Package or can be a URL
-
- PassedByReference
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-checksumdata ChecksumData 1 OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-================================== ============ ========= ================================== ==============================================================================================================================================================================================================
+- **reference: IFA011 v3.3.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+================================== ============ ========= ================================== ============================================================================================================================================================================================================== ===================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+id Identifier 1 OpenModelAttribute The identifier of this software image. Vnf::ObjectClasses::SwImageDesc::id
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+name String 1 OpenModelAttribute The name of this software image. Vnf::ObjectClasses::SwImageDesc::name
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+version Version 1 OpenModelAttribute The version of this software image. Vnf::ObjectClasses::SwImageDesc::version
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+provider String 0..1 OpenModelAttribute The provider of this software image. If not present the provider of the software image is assumed to be same as the VNF provider. Vnf::ObjectClasses::SwImageDesc::provider
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+containerFormat String 1 OpenModelAttribute The container format describes the container file format in which software image is provided. Vnf::ObjectClasses::SwImageDesc::containerFormat
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+diskFormat String 1 OpenModelAttribute The disk format of a software image is the format of the underlying disk image. Vnf::ObjectClasses::SwImageDesc::diskFormat
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+minRam Number 0..1 OpenModelAttribute The minimal RAM requirement for this software image. The value of the "size" attribute of VirtualMemoryData of the Vdu referencing this SwImageDesc shall not be smaller than the value of minRam. Vnf::ObjectClasses::SwImageDesc::minRam
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+minDisk Number 1 OpenModelAttribute The minimal disk size requirement for this software image. The value of the "size of storage" attribute of the VirtualStorageDesc referencing this SwImageDesc shall not be smaller than the value of minDisk. Vnf::ObjectClasses::SwImageDesc::minDisk
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+size Number 1 OpenModelAttribute The size of the software image. Vnf::ObjectClasses::SwImageDesc::size
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+operatingSystem String 0..1 OpenModelAttribute Identifies the operating system used in the software image. This attribute may also identify if a 32 bit or 64 bit software image is used. Vnf::ObjectClasses::SwImageDesc::operatingSystem
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+supportedVirtualisationEnvironment String 0..\* OpenModelAttribute Identifies the virtualisation environments (e.g. hypervisor) compatible with this software image. Vnf::ObjectClasses::SwImageDesc::supportedVirtualisationEnvironment
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_swImage SwImage 1 OpenModelAttribute This is a reference to the actual software image. The reference can be relative to the root of the VNF Package or can be a URL Vnf::ObjectClasses::SwImageDesc::_swImage
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+
+ PassedByReference
+checksumdata ChecksumData 1 OpenModelAttribute Vnf::ObjectClasses::SwImageDesc::checksumdata
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+================================== ============ ========= ================================== ============================================================================================================================================================================================================== ===================================================================
Vdu
~~~
The Virtualisation Deployment Unit (VDU) is a construct supporting the description of the deployment and operational behavior of a VNFC.
-A VNFC instance created based on the VDU maps to a single virtualisation container (e.g. a VM).
+A VNFC instance created based on the VDU maps to a single instance of atomic deployable unit, represented by a single VM for hypervisor-based virtualisation, or represented by one or a set of OS containers for OS virtualisation .
A VNFC will only be in one VNFDesc. If a vendor wants to use the VNFC in mupliple VNFDesc (their product) they can do so, but it will be 'repeated'.
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v4.1.1**
-====================== ========================== ========= ================================== ====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-id Identifier 1 Preliminary Unique identifier of this Vdu in VNFD.
-
- OpenModelAttribute
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-name String 1 Preliminary Human readable name of the Vdu.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 1 Preliminary Human readable description of the Vdu.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-bootOrder KeyValuePair 0..\* Preliminary Boot order of valid boot devices. "key/name" indicates the the boot index "value" references a descriptor from which a valid boot device is created e.g. VirtualStorageDesc from which a VirtualStorage instance is created.
- NOTE: If no boot order is defined the default boot order defined in the VIM or NFVI shall be used.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-nfviConstraint KeyValuePair 0..\* Preliminary Describes constraints on the NFVI for the VNFC instance(s) created from this Vdu. For example, aspects of a secure hosting environment for the VNFC instance that involve additional entities or processes. "key/name" includes "AvailabilityZone", "HostAggregates".
- NOTE: These are constraints other than stipulating that a VNFC instance has access to a certain resource, as a prerequisite to instantiation. The attributes virtualComputeDesc and virtualStorageDesc define the resources required for instantiation of the VNFC instance.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-monitoringParameter MonitoringParameter 0..\* Preliminary Defines the virtualised resources monitoring parameters on VDU level.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-injectFiles String 0..\* Preliminary Describes the information (e.g. URL) about the scripts, config drive metadata, etc. which can be used during Vdu booting process.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-configurableProperties VnfcConfigurableProperties 0..1 OpenModelAttribute Describes the configurable properties of all VNFC instances based on this VDU.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-bootData String 0..1 OpenModelAttribute Contains a string or a URL to a file contained in the VNF package used to customize a virtualised compute resource at boot time. The bootData may contain variable parts that are replaced by deployment specific values before being sent to the VIM.
- NOTE: The parameters of each variable part shall be declared in the VnfLcmOperationsConfiguration information element as "volatile" parameters available to the bootData template during the respective VNF lifecycle management operation execution and/or in the extension attribute of the VnfInfoModifiableAttributes information element as "persistent" parameters available to the bootData template during the lifetime of the VNF instance. For VNF lifecycle management operations resulting in multiple VNFC instantiations, the VNFM supports the means to provide the appropriate parameters to appropriate VNFC instances Experimental
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-\_intCpd VduCpd 1 Preliminary Describes network connectivity between a VNFC instance (based on this Vdu) and an internal Virtual Link (VL).
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_virtualComputeDesc VirtualComputeDesc 1..\* Preliminary Describes CPU, Memory and acceleration requirements of the Virtualisation Container realising this Vdu.
-
- PassedByReference
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_virtualStorageDesc VirtualStorageDesc 0..\* Preliminary Describes storage requirements for a VirtualStorage instance attached to the virtualisation container created from virtualComputeDesc defined for this Vdu.
-
- PassedByReference
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_swImageDesc SwImageDesc 0..1 Preliminary Describes the software image which is directly loaded on the virtualisation container realising this Vdu.
- NOTE: More software images can be attached to the virtualisation container using VirtualStorage resources.
- PassedByReference
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_dependOn Vdu 0..\* Future
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-====================== ========================== ========= ================================== ====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
+- OpenModelClass
-VduCpd
-~~~~~~~
+- **support: MANDATORY**
+
+====================== ========================== ========= ================================== ==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================== ===============================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+id Identifier 1 OpenModelAttribute Unique identifier of this Vdu in VNFD. Vnf::ObjectClasses::Vdu::id
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+name String 1 OpenModelAttribute Human readable name of the Vdu. Vnf::ObjectClasses::Vdu::name
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 1 OpenModelAttribute Human readable description of the Vdu. Vnf::ObjectClasses::Vdu::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+bootOrder KeyValuePair 0..\* OpenModelAttribute Boot order of valid boot devices. "key/name" indicates the the boot index "value" references a descriptor from which a valid boot device is created e.g. VirtualStorageDesc from which a VirtualStorage instance is created. Vnf::ObjectClasses::Vdu::bootOrder
+ NOTE: If no boot order is defined the default boot order defined in the VIM or NFVI shall be used.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+nfviConstraint KeyValuePair 0..\* OpenModelAttribute Describes constraints on the NFVI for the VNFC instance(s) created from this Vdu. For example, aspects of a secure hosting environment for the VNFC instance that involve additional entities or processes. "key/name" includes "AvailabilityZone", "HostAggregates". Vnf::ObjectClasses::Vdu::nfviConstraint
+ NOTE: These are constraints other than stipulating that a VNFC instance has access to a certain resource, as a prerequisite to instantiation. The attributes virtualComputeDesc and virtualStorageDesc define the resources required for instantiation of the VNFC instance.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+monitoringParameter MonitoringParameter 0..\* OpenModelAttribute Defines the virtualised resources monitoring parameters on VDU level. Vnf::ObjectClasses::Vdu::monitoringParameter
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+injectFiles String 0..\* OpenModelAttribute Describes the information (e.g. URL) about the scripts, config drive metadata, etc. which can be used during Vdu booting process. Vnf::ObjectClasses::Vdu::injectFiles
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+configurableProperties VnfcConfigurableProperties 0..1 OpenModelAttribute Describes the configurable properties of all VNFC instances based on this VDU. Vnf::ObjectClasses::Vdu::configurableProperties
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+bootData String 0..1 OpenModelAttribute Contains a string or a URL to a file contained in the VNF package used to customize a virtualised compute resource at boot time. The bootData may contain variable parts that are replaced by deployment specific values before being sent to the VIM. Vnf::ObjectClasses::Vdu::bootData
+ NOTE: The parameters of each variable part shall be declared in the VnfLcmOperationsConfiguration information element as "volatile" parameters available to the bootData template during the respective VNF lifecycle management operation execution and/or in the extension attribute of the VnfInfoModifiableAttributes information element as "persistent" parameters available to the bootData template during the lifetime of the VNF instance. For VNF lifecycle management operations resulting in multiple VNFC instantiations, the VNFM supports the means to provide the appropriate parameters to appropriate VNFC instances Experimental
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+intCpd VduCpd 1 OpenModelAttribute Describes network connectivity between a VNFC instance (based on this Vdu) and an internal Virtual Link (VL). Vnf::ObjectClasses::Vdu::intCpd
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+virtualComputeDesc VirtualComputeDesc 1..\* OpenModelAttribute Describes CPU, Memory and acceleration requirements of the Virtualisation Container realising this Vdu. Vnf::ObjectClasses::Vdu::virtualComputeDesc
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+
+ PassedByReference
+osContainerdesc OsContainerDesc 0..\* OpenModelAttribute Describes CPU, memory requirements and limits, and software images of the OS Containers realizing this Vdu corresponding to OS Containers sharing the same host and same network namespace. Each unique identifier is referenced only once within one VDU. Vnf::ObjectClasses::Vdu::osContainerdesc
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Reference
+
+ - reference:IFA011 v4.1.1
+
+ PassedByReference
+
+ Experimental
+virtualStorageDesc VirtualStorageDesc 0..\* OpenModelAttribute Describes storage requirements for a VirtualStorage instance attached to the virtualisation container created from virtualComputeDesc defined for this Vdu. Vnf::ObjectClasses::Vdu::virtualStorageDesc
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+
+ PassedByReference
+swImageDesc SwImageDesc 0..1 OpenModelAttribute Describes the software image which is directly loaded on the virtualisation container realising this Vdu. Vnf::ObjectClasses::Vdu::swImageDesc
+ NOTE: More software images can be attached to the virtualisation container using VirtualStorage resources.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+
+ PassedByReference
+====================== ========================== ========= ================================== ==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================== ===============================================
+
+VduCpd
+~~~~~~
A VduCpd information element is a type of Cpd and describes network connectivity between a VNFC instance (based on this VDU) and an internal VL.
@@ -628,183 +793,191 @@ A VduCpd information element is a type of Cpd and describes network connectivity
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
-===================================== =================================== ========= ================================== ====================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-bitrateRequirement Number 0..1 Preliminary Bitrate requirement on this CP.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vnicName String 0..1 Preliminary Describes the name of the vNIC this CP attaches to, e.g. eth0. It will be configured during the Vdu booting process.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vnicOrder String 0..1 Preliminary Describes the order to create the vNIC within the scope of this Vdu.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vnicType VnicType 0..1 Preliminary Describes the type of the vNIC this CP attaches to.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_virtualNetworkInterfaceRequirements VirtualNetworkInterfaceRequirements 0..\* Preliminary Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-sriovAntiAffinityGroup Identifier 0..1 Future Define the port anti-affinity group ID for each SR-IOV type vNIC. Multiple vNICs in the same anti-affinity group must belong to the same virtual network, and the number of vNICs in the same anti-affinity group cannot exceed two.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: OPTIONAL
-securityGroups String 0..\* Future VNFD needs to specify the security group name {security_groups} for each vNic.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-portSecurityEnabled Boolean 0..1 Future VNFD needs to specify whether to enable security group for the vNic.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-qos QoS 0..1 Future Describe the Qos requirements of the VduCpd.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_intVirtualLinkDesc VnfVirtualLinkDesc 0..1 PassedByReference Reference(s) of the Virtual Link Descriptor to which this Connection Point Descriptor(s) connects.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-allowedAddressData AddressData 0..\* Preliminary For specifying floating IP(s) to be shared among Cpds, which are reserved for vnfReservedCpd described in the VNFD.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-cpdId Identifier 1 Preliminary Identifier of this Cpd information element.
-
- OpenModelAttribute
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-cpdRole String 0..1 Preliminary Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS.
- For example a VNF with a tree flow pattern within the VNF will have legal cpRoles of ROOT and LEAF.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 0..1 Preliminary Provides human-readable information on the purpose of the CP (e.g. CP for control plane traffic).
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-cpProtocol CpProtocolData 0..\* OpenModelAttribute Identifies the protocol layering information the CP uses for connectivity purposes and associated information. There shall be one cpProtocol for each layer protocol as indicated by the attribute layerProtocol.
- Editor's note: the attribute "layerProtocol" still needs further discussion and not included in this table.
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-trunkMode Boolean 0..1 OpenModelAttribute Information about whether the CP instantiated from this CPD is in Trunk mode (802.1Q or other).
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-layerProtocol LayerProtocol 1..\* OpenModelAttribute Identifies which protocol the CP uses for connectivity purposes (Ethernet, MPLS, ODU2, IPV4, IPV6, Pseudo-Wire, etc.).
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-securityGroupRuleId Identifier 0..\* OpenModelAttribute Reference of the security group rules bound to this CPD.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-===================================== =================================== ========= ================================== ====================================================================================================================================================================================================================================
+- OpenModelClass
+
+- **support: MANDATORY**
+
+===================================== =================================== ========= ================================== ==================================================================================================================================================================================================================================== =================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+bitrateRequirement Number 0..1 OpenModelAttribute Bitrate requirement on this CP. Vnf::ObjectClasses::VduCpd ::bitrateRequirement
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnicName String 0..1 OpenModelAttribute Describes the name of the vNIC this CP attaches to, e.g. eth0. It will be configured during the Vdu booting process. Vnf::ObjectClasses::VduCpd ::vnicName
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnicOrder String 0..1 OpenModelAttribute Describes the order to create the vNIC within the scope of this Vdu. Vnf::ObjectClasses::VduCpd ::vnicOrder
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnicType VnicType 0..1 OpenModelAttribute Describes the type of the virtual network interface realizing the CPs instantiated from this CPD. This is used to determine which mechanism driver(s) to be used to bind the port. Vnf::ObjectClasses::VduCpd ::vnicType
+ VALUES:
+ - isInvariant: false ? NORMAL
+ ? MACVTAP
+ - valueRange: no range constraint ? DIRECT
+ ? BAREMETAL
+ - support: MANDATORY ? VIRTIO-FORWARDER
+ ? DIRECT-PHYSICAL
+ Preliminary ? SMART-NIC
+ Additional values of the attribute for VDUs realized by one or set of OS containers:
+ ? BRIDGE
+ ? IPVLAN
+ ? LOOPBACK
+ ? MACVLAN
+ ? PTP
+ ? VLAN
+ ? HOST-DEVICE
+\_virtualNetworkInterfaceRequirements VirtualNetworkInterfaceRequirements 0..\* OpenModelAttribute Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD. Vnf::ObjectClasses::VduCpd ::_virtualNetworkInterfaceRequirements
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+sriovAntiAffinityGroup Identifier 0..1 OpenModelAttribute Define the port anti-affinity group ID for each SR-IOV type vNIC. Multiple vNICs in the same anti-affinity group must belong to the same virtual network, and the number of vNICs in the same anti-affinity group cannot exceed two. Vnf::ObjectClasses::VduCpd ::sriovAntiAffinityGroup
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: OPTIONAL
+
+ Future
+securityGroups String 0..\* OpenModelAttribute VNFD needs to specify the security group name {security_groups} for each vNic. Vnf::ObjectClasses::VduCpd ::securityGroups
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Future
+portSecurityEnabled Boolean 0..1 OpenModelAttribute VNFD needs to specify whether to enable security group for the vNic. Vnf::ObjectClasses::VduCpd ::portSecurityEnabled
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Future
+qos QoS 0..1 OpenModelAttribute Describe the Qos requirements of the VduCpd. Vnf::ObjectClasses::VduCpd ::qos
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Future
+\_intVirtualLinkDesc VnfVirtualLinkDesc 0..1 OpenModelAttribute Reference(s) of the Virtual Link Descriptor to which this Connection Point Descriptor(s) connects. Vnf::ObjectClasses::VduCpd ::_intVirtualLinkDesc
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ PassedByReference
+
+ Experimental
+allowedAddressData AddressData 0..\* OpenModelAttribute For specifying floating IP(s) to be shared among Cpds, which are reserved for vnfReservedCpd described in the VNFD. Vnf::ObjectClasses::VduCpd ::allowedAddressData
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+cpdId Identifier 1 OpenModelAttribute Identifier of this Cpd information element. Common::Network::NetworkObjectClasses::Cpd ::cpdId
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+cpdRole String 0..1 OpenModelAttribute Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS. Common::Network::NetworkObjectClasses::Cpd ::cpdRole
+ For example a VNF with a tree flow pattern within the VNF will have legal cpRoles of ROOT and LEAF.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 0..1 OpenModelAttribute Provides human-readable information on the purpose of the CP (e.g. CP for control plane traffic). Common::Network::NetworkObjectClasses::Cpd ::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+cpProtocol CpProtocolData 0..\* OpenModelAttribute Identifies the protocol layering information the CP uses for connectivity purposes and associated information. There shall be one cpProtocol for each layer protocol as indicated by the attribute layerProtocol. Common::Network::NetworkObjectClasses::Cpd ::cpProtocol
+ Editor's note: the attribute "layerProtocol" still needs further discussion and not included in this table.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+trunkMode Boolean 0..1 OpenModelAttribute Information about whether the CP instantiated from this CPD is in Trunk mode (802.1Q or other). Common::Network::NetworkObjectClasses::Cpd ::trunkMode
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+layerProtocol LayerProtocol 1..\* OpenModelAttribute Identifies which protocol the CP uses for connectivity purposes (Ethernet, MPLS, ODU2, IPV4, IPV6, Pseudo-Wire, etc.). Common::Network::NetworkObjectClasses::Cpd ::layerProtocol
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+securityGroupRuleId Identifier 0..\* OpenModelAttribute Reference of the security group rules bound to this CPD. Common::Network::NetworkObjectClasses::Cpd ::securityGroupRuleId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+===================================== =================================== ========= ================================== ==================================================================================================================================================================================================================================== =================================================================
VduLevel
~~~~~~~~
@@ -813,39 +986,39 @@ The VduLevel information element indicates for a given VDU in a given level the
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-================== ======== ========= ================================== ==========================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-numberOfInstances Integer 1 Preliminary Number of instances of VNFC based on this VDU to deploy for an instantiation level or for a scaling delta.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vduId Vdu 1 PassedByReference Uniquely identifies a VDU.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-================== ======== ========= ================================== ==========================================================================================================
+- **reference: IFA011 v3.3.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+================== ======== ========= ================================== ========================================================================================================== ===============================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+numberOfInstances Integer 1 OpenModelAttribute Number of instances of VNFC based on this VDU to deploy for an instantiation level or for a scaling delta. Vnf::ObjectClasses::VduLevel::numberOfInstances
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_vduId Vdu 1 OpenModelAttribute Uniquely identifies a VDU. Vnf::ObjectClasses::VduLevel::_vduId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ PassedByReference
+
+ Experimental
+================== ======== ========= ================================== ========================================================================================================== ===============================================
VduProfile
~~~~~~~~~~
@@ -854,186 +1027,286 @@ The VduProfile describes additional instantiation data for a given VDU used in a
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-=============================== =============================== ========= ================================== ====================================================================================================================================================================================================================================================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-minNumberOfInstances Integer 1 Preliminary Minimum number of instances of the VNFC based on this VDU that is permitted to exist for this flavour. Shall be zero or greater.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-maxNumberOfInstances Integer 1 Preliminary Maximum number of instances of the VNFC based on this VDU that is permitted to exist for this flavour. Shall be zero or greater.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-localAffinityOrAntiAffinityRule LocalAffinityOrAntiAffinityRule 0..\* Preliminary Specifies affinity or anti-affinity rules applicable between the virtualization containers (e.g. virtual machines) to be created based on this VDU. When the cardinality is greater than 1, both affinity rule(s) and anti-affinity rule(s) with different scopes (e.g. "Affinity with the scope resource zone and anti-affinity with the scope NFVI node") are applicable to the virtualization containers (e.g. virtual machines) to be created based on this VDU.
- When the cardinality is greater than 1, both affinity rule(s) and anti-affinity rule(s) with different scopes (e.g. "Affinity with the scope resource zone and anti-affinity with the scope NFVI node") are applicable to the virtualization containers (e.g. virtual machines) to be created based on this VDU.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-affinityOrAntiAffinityGroupId Identifier 0..\* Preliminary Identifier(s) of the affinity or anti-affinity group(s) the VDU belongs to.
- NOTE: Each identifier references an affinity or anti-affinity group which expresses affinity or anti-affinity relationships between the virtualisation container(s) (e.g. virtual machine(s)) to be created using this VDU and the virtualisation container(s) (e.g. virtual machine(s)) to be created using other VDU(s) in the same group.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-watchdog String 0..1 Preliminary Watchdog action to be triggered by the VIM for the VNF in case the heart beat fails, e.g. reset or hard shutdown, etc.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vmBootUpTimeOut Integer 0..1 Preliminary Timeout value for the VNFM to wait before the successful booting up of the VDU.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-securityGroups String 0..\* Future VNFD needs to specify the security group name {security_groups} for each VDU.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-flavorExtraSpecs KeyValuePair 0..\* Future Additional expansion requirements for Infrastructure layer, e.g. HA property (Host Aggregate ).
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vduId Vdu 1 Preliminary
-
- PassedByReference
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-=============================== =============================== ========= ================================== ====================================================================================================================================================================================================================================================================================================================================================================================================================================================================
-
-VirtualComputeDesc
-~~~~~~~~~~~~~~~~~~~
+- **reference: IFA011 v3.3.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+=============================== =============================== ========= ================================== ==================================================================================================================================================================================================================================================================================================================================================================================================================================================================== ===============================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+minNumberOfInstances Integer 1 OpenModelAttribute Minimum number of instances of the VNFC based on this VDU that is permitted to exist for this flavour. Shall be zero or greater. Vnf::ObjectClasses::VduProfile::minNumberOfInstances
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+maxNumberOfInstances Integer 1 OpenModelAttribute Maximum number of instances of the VNFC based on this VDU that is permitted to exist for this flavour. Shall be zero or greater. Vnf::ObjectClasses::VduProfile::maxNumberOfInstances
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+localAffinityOrAntiAffinityRule LocalAffinityOrAntiAffinityRule 0..\* OpenModelAttribute Specifies affinity or anti-affinity rules applicable between the virtualization containers (e.g. virtual machines) to be created based on this VDU. When the cardinality is greater than 1, both affinity rule(s) and anti-affinity rule(s) with different scopes (e.g. "Affinity with the scope resource zone and anti-affinity with the scope NFVI node") are applicable to the virtualization containers (e.g. virtual machines) to be created based on this VDU. Vnf::ObjectClasses::VduProfile::localAffinityOrAntiAffinityRule
+ When the cardinality is greater than 1, both affinity rule(s) and anti-affinity rule(s) with different scopes (e.g. "Affinity with the scope resource zone and anti-affinity with the scope NFVI node") are applicable to the virtualization containers (e.g. virtual machines) to be created based on this VDU.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+affinityOrAntiAffinityGroupId Identifier 0..\* OpenModelAttribute Identifier(s) of the affinity or anti-affinity group(s) the VDU belongs to. Vnf::ObjectClasses::VduProfile::affinityOrAntiAffinityGroupId
+ NOTE: Each identifier references an affinity or anti-affinity group which expresses affinity or anti-affinity relationships between the virtualisation container(s) (e.g. virtual machine(s)) to be created using this VDU and the virtualisation container(s) (e.g. virtual machine(s)) to be created using other VDU(s) in the same group.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+watchdog String 0..1 OpenModelAttribute Watchdog action to be triggered by the VIM for the VNF in case the heart beat fails, e.g. reset or hard shutdown, etc. Vnf::ObjectClasses::VduProfile::watchdog
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vmBootUpTimeOut Integer 0..1 OpenModelAttribute Timeout value for the VNFM to wait before the successful booting up of the VDU. Vnf::ObjectClasses::VduProfile::vmBootUpTimeOut
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+securityGroups String 0..\* OpenModelAttribute VNFD needs to specify the security group name {security_groups} for each VDU. Vnf::ObjectClasses::VduProfile::securityGroups
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Future
+flavorExtraSpecs KeyValuePair 0..\* OpenModelAttribute Additional expansion requirements for Infrastructure layer, e.g. HA property (Host Aggregate ). Vnf::ObjectClasses::VduProfile::flavorExtraSpecs
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Future
+\_vduId Vdu 1 OpenModelAttribute Vnf::ObjectClasses::VduProfile::_vduId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+
+ PassedByReference
+=============================== =============================== ========= ================================== ==================================================================================================================================================================================================================================================================================================================================================================================================================================================================== ===============================================================
+
+VirtualComputeDesc
+~~~~~~~~~~~~~~~~~~
The VirtualComputeDesc information element supports the specification of requirements related to virtual compute resources.
Applied stereotypes:
+- Preliminary
+
+- Reference
+
+- **reference: IFA011 v3.3.1**
+
- OpenModelClass
- **support: MANDATORY**
-- Preliminary
+============================= ================================= ========= ================================== =========================================================================================================================================== ======================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+virtualComputeDescId Identifier 1 OpenModelAttribute Unique identifier of this VirtualComputeDesc in the VNFD Vnf::ObjectClasses::VirtualComputeDesc ::virtualComputeDescId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+requestAdditionalCapabilities RequestedAdditionalCapabilityData 0..\* OpenModelAttribute Specifies requirements for additional capabilities. These may be for a range of purposes. One example is acceleration related capabilities. Vnf::ObjectClasses::VirtualComputeDesc ::requestAdditionalCapabilities
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Deprecated
+computeRequirements KeyValuePair 0..\* OpenModelAttribute Specifies compute requirements. Vnf::ObjectClasses::VirtualComputeDesc ::computeRequirements
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+virtualMemory VirtualMemoryData 1 OpenModelAttribute The virtual memory of the virtualised compute. Vnf::ObjectClasses::VirtualComputeDesc ::virtualMemory
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+virtualCpu VirtualCpuData 1 OpenModelAttribute The virtual CPU(s) of the virtualised compute. Vnf::ObjectClasses::VirtualComputeDesc ::virtualCpu
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_logicalNodeRequirements LogicalNodeRequirements 0..\* OpenModelAttribute The associated logical node requirements. Vnf::ObjectClasses::VirtualComputeDesc ::_logicalNodeRequirements
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+virtualDisk BlockStorageData 0..\* OpenModelAttribute The local or ephemeral disk(s) of the virtualised compute. Vnf::ObjectClasses::VirtualComputeDesc ::virtualDisk
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+============================= ================================= ========= ================================== =========================================================================================================================================== ======================================================================
+
+VirtualCpd
+~~~~~~~~~~
+
+A VirtualCpd is a type of Cpd and describes a requirement to create a virtual connection point allowing the access to a number of VNFC instances (based on their respective VDUs).
+
+**Parent class:** Cpd
+
+Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
-
-============================= ================================= ========= ================================== ===========================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-virtualComputeDescId Identifier 1 Preliminary Unique identifier of this VirtualComputeDesc in the VNFD
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-requestAdditionalCapabilities RequestedAdditionalCapabilityData 0..\* Deprecated Specifies requirements for additional capabilities. These may be for a range of purposes. One example is acceleration related capabilities.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-computeRequirements KeyValuePair 0..\* Preliminary Specifies compute requirements.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-virtualMemory VirtualMemoryData 1 Preliminary The virtual memory of the virtualised compute.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-virtualCpu VirtualCpuData 1 Preliminary The virtual CPU(s) of the virtualised compute.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_logicalNodeRequirements LogicalNodeRequirements 0..\* OpenModelAttribute The associated logical node requirements.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-virtualDisk BlockStorageData 0..\* OpenModelAttribute The local or ephemeral disk(s) of the virtualised compute.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-============================= ================================= ========= ================================== ===========================================================================================================================================
+- **reference: IFA011 v4.1.1**
+
+- Experimental
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+===================== ===================== ========= ================================== ================================================================================================================================================================================================================= ================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+vdu Identifier 1..\* OpenModelAttribute References the VDU(s) which implement this service. Vnf::ObjectClasses::VirtualCpd::vdu
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+additionalServiceData AdditionalServiceData 0..\* OpenModelAttribute Additional service identification data of the VirtualCp exposed to NFV-MANO. Vnf::ObjectClasses::VirtualCpd::additionalServiceData
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+cpdId Identifier 1 OpenModelAttribute Identifier of this Cpd information element. Common::Network::NetworkObjectClasses::Cpd ::cpdId
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+cpdRole String 0..1 OpenModelAttribute Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS. Common::Network::NetworkObjectClasses::Cpd ::cpdRole
+ For example a VNF with a tree flow pattern within the VNF will have legal cpRoles of ROOT and LEAF.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 0..1 OpenModelAttribute Provides human-readable information on the purpose of the CP (e.g. CP for control plane traffic). Common::Network::NetworkObjectClasses::Cpd ::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+cpProtocol CpProtocolData 0..\* OpenModelAttribute Identifies the protocol layering information the CP uses for connectivity purposes and associated information. There shall be one cpProtocol for each layer protocol as indicated by the attribute layerProtocol. Common::Network::NetworkObjectClasses::Cpd ::cpProtocol
+ Editor's note: the attribute "layerProtocol" still needs further discussion and not included in this table.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+trunkMode Boolean 0..1 OpenModelAttribute Information about whether the CP instantiated from this CPD is in Trunk mode (802.1Q or other). Common::Network::NetworkObjectClasses::Cpd ::trunkMode
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+layerProtocol LayerProtocol 1..\* OpenModelAttribute Identifies which protocol the CP uses for connectivity purposes (Ethernet, MPLS, ODU2, IPV4, IPV6, Pseudo-Wire, etc.). Common::Network::NetworkObjectClasses::Cpd ::layerProtocol
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+securityGroupRuleId Identifier 0..\* OpenModelAttribute Reference of the security group rules bound to this CPD. Common::Network::NetworkObjectClasses::Cpd ::securityGroupRuleId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+===================== ===================== ========= ================================== ================================================================================================================================================================================================================= ================================================================
VirtualLinkDescFlavour
~~~~~~~~~~~~~~~~~~~~~~
@@ -1042,37 +1315,37 @@ The VirtualLinkDescFlavour describes additional instantiation data for a given i
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-================== ========== ========= ================================== =================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-qos VnfQoS 0..1 Preliminary QoS of the VL.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-flavourId Identifier 1 Preliminary Identifies a flavour within a VnfVirtualLinkDesc.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-================== ========== ========= ================================== =================================================
+- **reference: IFA011 v3.3.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+================== ========== ========= ================================== ================================================= =====================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+qos VnfQoS 0..1 OpenModelAttribute QoS of the VL. Vnf::ObjectClasses::VirtualLinkDescFlavour::qos
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+flavourId Identifier 1 OpenModelAttribute Identifies a flavour within a VnfVirtualLinkDesc. Vnf::ObjectClasses::VirtualLinkDescFlavour::flavourId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+================== ========== ========= ================================== ================================================= =====================================================
VirtualLinkProfile
~~~~~~~~~~~~~~~~~~
@@ -1081,95 +1354,95 @@ The VirtualLinkProfile describes additional instantiation data for a given VL us
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-=============================== =============================== ========= ================================== ==============================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-virtualLinkProfileId Identifier 1 OpenModelAttribute Uniquely identifies this VirtualLinkProfile class
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-localAffinityOrAntiAffinityRule LocalAffinityOrAntiAffinityRule 0..\* Preliminary Specifies affinity or anti-affinity rules applicable between the VLs based on this VnfVirtualLinkDesc.
- When the cardinality is greater than 1, both affinity rule(s) and anti-affinity rule(s) with different scopes are applicable to the VLs based on this VnfVirtualLinkDesc.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-maxBitRateRequirements LinkBitrateRequirements 1 Preliminary Specifies the minimum bitrate requirements for a VL instantiated according to this profile.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-minBitRateRequirements LinkBitrateRequirements 1 Preliminary Specifies the minimum bitrate requirements for a VL instantiated according to this profile.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_flavourId VirtualLinkDescFlavour 1 Preliminary Identifies a flavour within the VnfVirtualLinkDesc.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_affinityOrAntiAffinityGroupId AffinityOrAntiAffinityGroup 0..\* PassedByReference Identifies an affinity or anti-affinity group the VLs instantiated according to the VlProfile belong to.
+- **reference: IFA011 v3.3.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+=============================== =============================== ========= ================================== ============================================================================================================================================================================================================================================== =======================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+virtualLinkProfileId Identifier 1 OpenModelAttribute Uniquely identifies this VirtualLinkProfile class Vnf::ObjectClasses::VirtualLinkProfile::virtualLinkProfileId
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+localAffinityOrAntiAffinityRule LocalAffinityOrAntiAffinityRule 0..\* OpenModelAttribute Specifies affinity or anti-affinity rules applicable between the VLs based on this VnfVirtualLinkDesc. Vnf::ObjectClasses::VirtualLinkProfile::localAffinityOrAntiAffinityRule
+ When the cardinality is greater than 1, both affinity rule(s) and anti-affinity rule(s) with different scopes are applicable to the VLs based on this VnfVirtualLinkDesc.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+maxBitRateRequirements LinkBitrateRequirements 1 OpenModelAttribute Specifies the minimum bitrate requirements for a VL instantiated according to this profile. Vnf::ObjectClasses::VirtualLinkProfile::maxBitRateRequirements
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+minBitRateRequirements LinkBitrateRequirements 1 OpenModelAttribute Specifies the minimum bitrate requirements for a VL instantiated according to this profile. Vnf::ObjectClasses::VirtualLinkProfile::minBitRateRequirements
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_flavourId VirtualLinkDescFlavour 1 OpenModelAttribute Identifies a flavour within the VnfVirtualLinkDesc. Vnf::ObjectClasses::VirtualLinkProfile::_flavourId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_affinityOrAntiAffinityGroupId AffinityOrAntiAffinityGroup 0..\* OpenModelAttribute Identifies an affinity or anti-affinity group the VLs instantiated according to the VlProfile belong to. Vnf::ObjectClasses::VirtualLinkProfile::_affinityOrAntiAffinityGroupId
NOTE : Each identifier references an affinity or anti-affinity group which expresses affinity or anti-affinity relationship between the VL(s) using this VirtualLinkProfile and the VL(s) using other VirtualLinkProfile(s) in the same group.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-\_vnfVirtualLinkDescId VnfVirtualLinkDesc 1 Preliminary Uniquely references a VLD.
-
- PassedByReference
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-virtualLinkProtocolData VirtualLinkProtocolData 0..\* Preliminary Specifies the protocol data for a VL instantiated according to this profile. Cardinality 0 is used when no protocol data needs to be specified.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-=============================== =============================== ========= ================================== ==============================================================================================================================================================================================================================================
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ PassedByReference
+
+ Experimental
+\_vnfVirtualLinkDescId VnfVirtualLinkDesc 1 OpenModelAttribute Uniquely references a VLD. Vnf::ObjectClasses::VirtualLinkProfile::_vnfVirtualLinkDescId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+
+ PassedByReference
+virtualLinkProtocolData VirtualLinkProtocolData 0..\* OpenModelAttribute Specifies the protocol data for a VL instantiated according to this profile. Cardinality 0 is used when no protocol data needs to be specified. Vnf::ObjectClasses::VirtualLinkProfile::virtualLinkProtocolData
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+=============================== =============================== ========= ================================== ============================================================================================================================================================================================================================================== =======================================================================
VirtualNetworkInterfaceRequirements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1178,66 +1451,66 @@ This class specifies requirements on a virtual network interface.
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-============================ ======================= ========= ================================== ==========================================================================================================================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-name String 0..1 Preliminary Provides a human readable name for the requirement.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 0..1 Preliminary Provides a human readable description of the requirement.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-supportMandatory Boolean 1 Deprecated Indicates whether fulfilling the constraint is mandatory (TRUE) for successful operation or desirable (FALSE).
-
- Preliminary
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-networkInterfaceRequirements KeyValuePair 0..\* Preliminary The network interface requirements. An element from an array of key-value pairs that articulate the network interface deployment requirements
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_nicIoRequirements LogicalNodeRequirements 0..1 PassedByReference This references (couples) the CPD with any logical node I/O requirements (for network devices) that may have been created. Linking these attributes is necessary so that so that I/O requirements that need to be articulated at the logical node level can be associated with the network interface requirements associated with the CPD.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-============================ ======================= ========= ================================== ==========================================================================================================================================================================================================================================================================================================================================
+- **reference: IFA011 v3.3.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+============================ ======================= ========= ================================== ========================================================================================================================================================================================================================================================================================================================================== =====================================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+name String 0..1 OpenModelAttribute Provides a human readable name for the requirement. Vnf::ObjectClasses::VirtualNetworkInterfaceRequirements::name
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 0..1 OpenModelAttribute Provides a human readable description of the requirement. Vnf::ObjectClasses::VirtualNetworkInterfaceRequirements::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+supportMandatory Boolean 1 OpenModelAttribute Indicates whether fulfilling the constraint is mandatory (TRUE) for successful operation or desirable (FALSE). Vnf::ObjectClasses::VirtualNetworkInterfaceRequirements::supportMandatory
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+
+ Deprecated
+networkInterfaceRequirements KeyValuePair 0..\* OpenModelAttribute The network interface requirements. An element from an array of key-value pairs that articulate the network interface deployment requirements Vnf::ObjectClasses::VirtualNetworkInterfaceRequirements::networkInterfaceRequirements
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_nicIoRequirements LogicalNodeRequirements 0..1 OpenModelAttribute This references (couples) the CPD with any logical node I/O requirements (for network devices) that may have been created. Linking these attributes is necessary so that so that I/O requirements that need to be articulated at the logical node level can be associated with the network interface requirements associated with the CPD. Vnf::ObjectClasses::VirtualNetworkInterfaceRequirements::_nicIoRequirements
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ PassedByReference
+============================ ======================= ========= ================================== ========================================================================================================================================================================================================================================================================================================================================== =====================================================================================
VirtualStorageDesc
~~~~~~~~~~~~~~~~~~
@@ -1246,256 +1519,240 @@ The VirtualStorageDesc information element supports the specifications of requir
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-================== ================= ========= ================================== ===============================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-id Identifier 1 Preliminary Unique identifier of this VirtualStorageDesc in the VNFD.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-typeOfStorage String 1 Preliminary Type of virtualised storage resource (BLOCK, OBJECT, FILE).
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-sizeOfStorage Number 1 Preliminary Size of virtualised storage resource
- (e.g. size of volume, in GB).
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-blockStorageData BlockStorageData 0..1 Preliminary Specifies the details of block storage. It shall be present when the "typeOfStorage" attribute is set to "BLOCK". It shall be absent otherwise.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-objectStorageData ObjectStorageData 0..1 Preliminary Specifies the details of object storage. It shall be present when the "typeOfStorage" attribute is set to "OBJECT". It shall be absent
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-fileStorageData FileStorageData 0..1 Preliminary Specifies the details of file storage. It shall be present when the "typeOfStorage" attribute is set to "FILE". It shall be absent otherwise.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-multiAttach Boolean 0..1 Future Indicating whether a vDisk is a shared volume in VNFD.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-storageQos StorageQos 0..1 Future Describe storage Qos requirements.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-volumeType VolumeType 0..1 Future Describe volume type.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-================== ================= ========= ================================== ===============================================================================================================================================
-
-VnfDf
-~~~~~~
-
-The VnfDf describes a specific deployment version of a VNF.
-
-Applied stereotypes:
+- **reference: IFA011 v4.1.1**
- OpenModelClass
- **support: MANDATORY**
+================== ================= ========= ================================== =============================================================================================================================================================================================================================== =========================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+id Identifier 1 OpenModelAttribute Unique identifier of this VirtualStorageDesc in the VNFD. Vnf::ObjectClasses::VirtualStorageDesc::id
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+typeOfStorage String 1 OpenModelAttribute Type of virtualised storage resource (BLOCK, OBJECT, FILE). Vnf::ObjectClasses::VirtualStorageDesc::typeOfStorage
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+sizeOfStorage Number 1 OpenModelAttribute Size of virtualised storage resource Vnf::ObjectClasses::VirtualStorageDesc::sizeOfStorage
+ (e.g. size of volume, in GB).
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+blockStorageData BlockStorageData 0..1 OpenModelAttribute Specifies the details of block storage. It shall be present when the "typeOfStorage" attribute is set to "BLOCK". It shall be absent otherwise. Vnf::ObjectClasses::VirtualStorageDesc::blockStorageData
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+objectStorageData ObjectStorageData 0..1 OpenModelAttribute Specifies the details of object storage. It shall be present when the "typeOfStorage" attribute is set to "OBJECT". It shall be absent Vnf::ObjectClasses::VirtualStorageDesc::objectStorageData
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+fileStorageData FileStorageData 0..1 OpenModelAttribute Specifies the details of file storage. It shall be present when the "typeOfStorage" attribute is set to "FILE". It shall be absent otherwise. Vnf::ObjectClasses::VirtualStorageDesc::fileStorageData
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+multiAttach Boolean 0..1 OpenModelAttribute Indicating whether a vDisk is a shared volume in VNFD. Vnf::ObjectClasses::VirtualStorageDesc::multiAttach
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Future
+storageQos StorageQos 0..1 OpenModelAttribute Describe storage Qos requirements. Vnf::ObjectClasses::VirtualStorageDesc::storageQos
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Future
+volumeType VolumeType 0..1 OpenModelAttribute Describe volume type. Vnf::ObjectClasses::VirtualStorageDesc::volumeType
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Future
+volumeTemplate Boolean 0..1 OpenModelAttribute Indicates whether the virtual storage descriptor shall be used as template, i.e. if the virtual storage resource shall be instantiated per VNFC instance. Vnf::ObjectClasses::VirtualStorageDesc::volumeTemplate
+ If the value is true (default), a persistent virtual storage resource shall be instantiated for each VNFC instance that is based on a VDU referring to this virtual storage descriptor.
+ - isInvariant: false If the value is false, a single persistent virtual storage resource shall be instantiated with a lifetime independent of the lifetime of individual VNFC instances based on a VDU referring to this virtual storage descriptor.
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ================= ========= ================================== =============================================================================================================================================================================================================================== =========================================================
+
+VnfDf
+~~~~~
+
+The VnfDf describes a specific deployment version of a VNF.
+
+Applied stereotypes:
+
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-============================= =========================== ========= ================================== =====================================================================================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-flavorId Identifier 1 Preliminary Identifier of this DF within the VNFD.
-
- OpenModelAttribute
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 1 Preliminary Human readable description of the DF.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-defaultInstantiationLevel Identifier 0..1 OpenModelAttribute This attribute references the "instantiationLevel" entry which defines the default instantiation level for this DF. It shall be present if there are multiple "instantiationLevel" entries.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-monitoringParameter MonitoringParameter 0..\* OpenModelAttribute Specifies the virtualised resource related performance metrics to be tracked by the VNFM.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-\_virtuaLlinkProfile VirtualLinkProfile 0..\* Preliminary Defines the internal VLD along with additional data which is used in this DF.
- NOTE 1: This allows for different VNF internal topologies between DFs.
- OpenModelAttribute NOTE 2: virtualLinkProfile needs to be provided for all VLs that the CPs of the VDUs in the VDU profiles connect to.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_instantiationLevel InstantiationLevel 1..\* Preliminary Describes the various levels of resources that can be used to instantiate the VNF using this flavour.
- Examples: Small, Medium, Large.
- OpenModelAttribute If there is only one "instantiationLevel" entry, it shall be treated as the default instantiation level for this DF.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_affinityOrAntiAffinityGroup AffinityOrAntiAffinityGroup 0..\* Preliminary Specifies affinity or anti-affinity relationship applicable between the virtualisation containers (e.g. virtual machines) to be created using different VDUs or internal VLs to be created using different VnfVirtualLinkDesc(s) in the same affinity or anti-affinity group.
+- **reference: IFA011 v4.1.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+============================= =========================== ========= ================================== ===================================================================================================================================================================================================================================================================================================== ========================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+flavorId Identifier 1 OpenModelAttribute Identifier of this DF within the VNFD. Vnf::ObjectClasses::VnfDf ::flavorId
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 1 OpenModelAttribute Human readable description of the DF. Vnf::ObjectClasses::VnfDf ::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+defaultInstantiationLevel Identifier 0..1 OpenModelAttribute This attribute references the "instantiationLevel" entry which defines the default instantiation level for this DF. It shall be present if there are multiple "instantiationLevel" entries. Vnf::ObjectClasses::VnfDf ::defaultInstantiationLevel
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+monitoringParameter MonitoringParameter 0..\* OpenModelAttribute Specifies the virtualised resource related performance metrics to be tracked by the VNFM. Vnf::ObjectClasses::VnfDf ::monitoringParameter
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+\_virtuaLlinkProfile VirtualLinkProfile 0..\* OpenModelAttribute Defines the internal VLD along with additional data which is used in this DF. Vnf::ObjectClasses::VnfDf ::_virtuaLlinkProfile
+ NOTE 1: This allows for different VNF internal topologies between DFs.
+ - isInvariant: false NOTE 2: virtualLinkProfile needs to be provided for all VLs that the CPs of the VDUs in the VDU profiles connect to.
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_instantiationLevel InstantiationLevel 1..\* OpenModelAttribute Describes the various levels of resources that can be used to instantiate the VNF using this flavour. Vnf::ObjectClasses::VnfDf ::_instantiationLevel
+ Examples: Small, Medium, Large.
+ - isInvariant: false If there is only one "instantiationLevel" entry, it shall be treated as the default instantiation level for this DF.
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_affinityOrAntiAffinityGroup AffinityOrAntiAffinityGroup 0..\* OpenModelAttribute Specifies affinity or anti-affinity relationship applicable between the virtualisation containers (e.g. virtual machines) to be created using different VDUs or internal VLs to be created using different VnfVirtualLinkDesc(s) in the same affinity or anti-affinity group. Vnf::ObjectClasses::VnfDf ::_affinityOrAntiAffinityGroup
NOTE: In the present specification, including either VDU(s) or VnfVirtualLinkDesc(s) into the same affinity or anti-affinity group is supported. Extension to support including both VDU(s) and VnfVirtualLinkDesc(s) into the same affinity or anti-affinity group is left for future specification.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_scalingAspect ScalingAspect 0..\* Preliminary The scaling aspects supported by this DF of the VNF. scalingAspect shall be present if the VNF supports scaling.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vduProfile VduProfile 1..\* Preliminary Describes additional instantiation data for the VDUs used in this flavor.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_placementGroup PlacementGroup 0..\* Preliminary Determine where VNFC's (VDU's) are placed with respect to the VNF
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_baseConfigGroup BaseConfigGroup 1 Preliminary BaseConfigGroup may set Access Control Lists (ACL's) and establish security groups and server groups.
- BaseConfigGroup creates/establishs storage for the VM's (OpenStack Cinder).
- OpenModelAttribute BaseConfigGroup may establish internal networks such as OAM (VNF Mgmt) or MNS (Maintenance & Surveillance) established.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_deploymentGroup DeploymentGroup 0..\* Preliminary DeploymentGroup provides the minimum viable VDU and associated VNFC configuration for a useable VNF.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_scalinggroup ScalingGroup 0..\* Preliminary Identifies the vaious scaling groups within the VNF which identify which vnfcs that need to be scaled together.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vnfIndicator VnfIndicator 0..\* OpenModelAttribute Declares the VNF indicators that are supported by this VNF (specific to this DF).
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-supportedVnfInterface VnfInterfaceDetails 0..\* OpenModelAttribute Indicates which interfaces the VNF produces and provides additional details on how to access the interface endpoints.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-============================= =========================== ========= ================================== =====================================================================================================================================================================================================================================================================================================
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_scalingAspect ScalingAspect 0..\* OpenModelAttribute The scaling aspects supported by this DF of the VNF. scalingAspect shall be present if the VNF supports scaling. Vnf::ObjectClasses::VnfDf ::_scalingAspect
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+\_vduProfile VduProfile 1..\* OpenModelAttribute Describes additional instantiation data for the VDUs used in this flavor. Vnf::ObjectClasses::VnfDf ::_vduProfile
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnfIndicator VnfIndicator 0..\* OpenModelAttribute Declares the VNF indicators that are supported by this VNF (specific to this DF). Vnf::ObjectClasses::VnfDf ::vnfIndicator
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+supportedVnfInterface VnfInterfaceDetails 0..\* OpenModelAttribute Indicates which interfaces the VNF produces and provides additional details on how to access the interface endpoints. Vnf::ObjectClasses::VnfDf ::supportedVnfInterface
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+mciopProfile MciopProfile 0..\* OpenModelAttribute Describes additional instantiation data for the MCIOPs used in this deployment flavour. Vnf::ObjectClasses::VnfDf ::mciopProfile
+ This attribute shall be present if the DF references (via the vduProfile) containerized workloads based on a MCIOP.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Reference
+
+ - reference:IFA011 v4.1.1
+
+ Experimental
+============================= =========================== ========= ================================== ===================================================================================================================================================================================================================================================================================================== ========================================================
VnfExtCp
~~~~~~~~
@@ -1510,73 +1767,86 @@ Applied stereotypes:
- **support: MANDATORY**
-VnfExtCpd
-~~~~~~~~~~
+VnfExtCpd
+~~~~~~~~~
A VnfExtCpd is a type of Cpd and describes an external interface, a.k.a external CP, exposed by this VNF enabling connection with a VL.
When the VnfExtCpd is mapped to a VduCpd, the values for the attributes type, subType and description shall be identical for both elements.
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-=================================== =================================== ========= ================================================================== ===========================================================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-\_intVirtualLinkDesc VnfVirtualLinkDesc 0..1 PassedByReference References the internal Virtual Link Descriptor (VLD) to which CPs instantiated from this external CP Descriptor (CPD) connect.
- One and only one of the following attributes shall be present: intVirtualLinkDesc or intCpd or vipCpd.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: CONDITIONAL_MANDATORY
-
- - condition:Either intVirtualLinkDesc or intCpd shall be present.
-
- Experimental
-\_intCpd VduCpd 0..1 Preliminary References the internal VDU CPD which is used to instantiate internal CPs. These internal CPs are, in turn, exposed as external CPs defined by this external CPD.
- One and only one of the following attributes shall be present: intVirtualLinkDesc or intCpd or vipCpd.
- PassedByReference
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: CONDITIONAL_MANDATORY
-
- - condition:Either intVirtualLinkDesc or intCpd shall be present.
-vipCpd Identifier 0..1 PassedByReference References the VIP CPD which is used to instantiate CPs to hold virtual IP addresses. These CPs are, in turn, exposed as external CPs defined by this external CPD. One and only one of the following attributes shall be present: intVirtualLinkDesc or intCpd or vipCpd .
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-virtualNetworkInterfaceRequirements VirtualNetworkInterfaceRequirements 0..\* Preliminary Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD.
- NOTE: In case of referencing an intCpd via its identifier, the virtualNetworkInterfaceRequirements attribute of the referenced intCpd applies.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-=================================== =================================== ========= ================================================================== ===========================================================================================================================================================================================================================================================================
+- **reference: IFA011 v4.1.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+=================================== =================================== ========= ================================================================== =========================================================================================================================================================================================================================================================================== ===================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+\_intVirtualLinkDesc VnfVirtualLinkDesc 0..1 OpenModelAttribute References the internal Virtual Link Descriptor (VLD) to which CPs instantiated from this external CP Descriptor (CPD) connect. Vnf::ObjectClasses::VnfExtCpd ::_intVirtualLinkDesc
+ One and only one of the following attributes shall be present: intVirtualLinkDesc or intCpd or vipCpd.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: CONDITIONAL_MANDATORY
+
+ - condition:Either intVirtualLinkDesc or intCpd shall be present.
+
+ PassedByReference
+
+ Experimental
+\_intCpd VduCpd 0..1 OpenModelAttribute References the internal VDU CPD which is used to instantiate internal CPs. These internal CPs are, in turn, exposed as external CPs defined by this external CPD. Vnf::ObjectClasses::VnfExtCpd ::_intCpd
+ One and only one of the following attributes shall be present: intVirtualLinkDesc or intCpd or vipCpd.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: CONDITIONAL_MANDATORY
+
+ - condition:Either intVirtualLinkDesc or intCpd shall be present.
+
+ Preliminary
+
+ PassedByReference
+vipCpd Identifier 0..1 OpenModelAttribute References the VIP CPD which is used to instantiate CPs to hold virtual IP addresses. These CPs are, in turn, exposed as external CPs defined by this external CPD. One and only one of the following attributes shall be present: intVirtualLinkDesc or intCpd or vipCpd . Vnf::ObjectClasses::VnfExtCpd ::vipCpd
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ PassedByReference
+
+ Experimental
+virtualNetworkInterfaceRequirements VirtualNetworkInterfaceRequirements 0..\* OpenModelAttribute Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD. Vnf::ObjectClasses::VnfExtCpd ::virtualNetworkInterfaceRequirements
+ NOTE: In case of referencing an intCpd via its identifier, the virtualNetworkInterfaceRequirements attribute of the referenced intCpd applies.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+virtualCpd Identifier 0..1 OpenModelAttribute References the Virtual CPD which is used to describe a virtual connection point allowing to access a set of VNFC instances (based on their respective VDUs). Vnf::ObjectClasses::VnfExtCpd ::virtualCpd
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Reference
+
+ - reference:IFA011 v4.1.1
+
+ Experimental
+=================================== =================================== ========= ================================================================== =========================================================================================================================================================================================================================================================================== ===================================================================
VnfIndicator
~~~~~~~~~~~~
@@ -1585,55 +1855,55 @@ The VnfIndicator information element defines the indicator the VNF supports.
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-================== ========== ========= ================================== =====================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-id Identifier 1 Preliminary Unique identifier.
-
- OpenModelAttribute
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-name String 0..1 Preliminary The human readable name of the VnfIndicator.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-indicatorValue String 1..\* Preliminary Defines the allowed values or value ranges of this indicator.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-source VnfSource 1 Preliminary Describe the source of the indicator. This tells the consumer where to send the subscription request.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-================== ========== ========= ================================== =====================================================================================================
+- **reference: IFA011 v3.3.1**
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+================== ========== ========= ================================== ===================================================================================================== ================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+id Identifier 1 OpenModelAttribute Unique identifier. Vnf::ObjectClasses::VnfIndicator::id
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+name String 0..1 OpenModelAttribute The human readable name of the VnfIndicator. Vnf::ObjectClasses::VnfIndicator::name
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+indicatorValue String 1..\* OpenModelAttribute Defines the allowed values or value ranges of this indicator. Vnf::ObjectClasses::VnfIndicator::indicatorValue
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+source VnfSource 1 OpenModelAttribute Describe the source of the indicator. This tells the consumer where to send the subscription request. Vnf::ObjectClasses::VnfIndicator::source
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+================== ========== ========= ================================== ===================================================================================================== ================================================
VnfInterfaceDetails
~~~~~~~~~~~~~~~~~~~
@@ -1642,37 +1912,173 @@ The VnfInterfaceDetails information element specifies the details of an interfac
Applied stereotypes:
+- Reference
+
+- **reference: IFA011 v3.3.1**
+
+- Experimental
+
- OpenModelClass
- **support: MANDATORY**
+================== ========== ========= ================================== ================================================================================================================================================ =========================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+cpdid Identifier 1..\* OpenModelAttribute References one or more CPDs from which to instantiate external CPs through which interface endpoints on the VNF side can be reached by the VNFM. Vnf::ObjectClasses::VnfInterfaceDetails::cpdid
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+interfacedetails invalid 0..1 OpenModelAttribute Provide additional data to access the interface endpoint (e.g. API URI prefix). Vnf::ObjectClasses::VnfInterfaceDetails::interfacedetails
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+================== ========== ========= ================================== ================================================================================================================================================ =========================================================
+
+VnfLcmOperationCoordination
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This information element defines the sets of information needed for a coordination action in a VNF lifecycle
+management operation.
+
+Applied stereotypes:
+
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
- Experimental
-================== ========== ========= ================================== ================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-cpdid Identifier 1..\* OpenModelAttribute References one or more CPDs from which to instantiate external CPs through which interface endpoints on the VNF side can be reached by the VNFM.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-interfacedetails invalid 0..1 OpenModelAttribute Provide additional data to access the interface endpoint (e.g. API URI prefix).
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-================== ========== ========= ================================== ================================================================================================================================================
+- OpenModelClass
+
+- **support: MANDATORY**
+
+====================== ============ ========= ================================== ====================================================================================================================================================================== =======================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+vnfLcmOpCoordinationId Identifier 1 OpenModelAttribute Identifies the specific VNF LCM operation coordination action. Vnf::ObjectClasses::VnfLcmOperationCoordination::vnfLcmOpCoordinationId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description String 1 OpenModelAttribute Human readable description of the coordination action. Vnf::ObjectClasses::VnfLcmOperationCoordination::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+endpointType EndpointType 1 OpenModelAttribute Specifies the type of the endpoint exposing the LCM operation coordination such as other operations supporting or management systems (e.g. an EM) or the VNF instance. Vnf::ObjectClasses::VnfLcmOperationCoordination::endpointType
+ Allowed values:
+ - isInvariant: false ? MGMT: coordination with other operation supporting management systems.
+ ? VNF: coordination with the VNF instance.
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+coordinationStage invalid 0..1 OpenModelAttribute Indicates the coordination stage during the VNF LCM operation. Vnf::ObjectClasses::VnfLcmOperationCoordination::coordinationStage
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+coordinationParams invalid 0..1 OpenModelAttribute Input information needed by the external coordinating entity. Vnf::ObjectClasses::VnfLcmOperationCoordination::coordinationParams
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+====================== ============ ========= ================================== ====================================================================================================================================================================== =======================================================================
+
+VnfPackageChangeInfo
+~~~~~~~~~~~~~~~~~~~~
+
+A VnfPackageChangeInfo information element describes the processes and rules to be used for performing the resource related tasks while assisting the "change current VNF Package" to change a VNF instance to a different VNF Package (destination package).
+When creating a VNF package, the VNF vendor can include VnfPackageChangeInfo information elements in the package which allow the package to act as a source package or as a destination package for a modification in relation to another package, which has been created earlier or at the same time.
+To populate a VnfPackageChangeInfo information element and the underlying related information elements, knowledge of both the source package and the destination package is required.
+
+Applied stereotypes:
+
+- Reference
+
+- **reference: IFA011 v3.3.1**
+
+- Experimental
+
+- OpenModelClass
+
+- **support: MANDATORY**
+
+================================= ===================== ========= ================================== =================================================================================================================================================================== ===========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+selector VersionSelector 1 OpenModelAttribute Information to identify the source and destination VNFD for the change, and the related deployment flavours. Vnf::ObjectClasses::VnfPackageChangeInfo::selector
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+additionalParamsId Identifier 0..1 OpenModelAttribute References the ChangeCurrentVnfPackageOpConfig information element that defines the valid additional parameters for the change. Vnf::ObjectClasses::VnfPackageChangeInfo::additionalParamsId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+modificationQualifier ModificationQualifier 1 OpenModelAttribute Specifies the type of modification resulting from transitioning from srcVnfdId to dstVnfdId. The possible values are: Vnf::ObjectClasses::VnfPackageChangeInfo::modificationQualifier
+ UP - indicating that the destination VNF version is newer than the source version,
+ - isInvariant: false DOWN - indicating that the destination VNF version is older than the source version.
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+additionalModificationDescription String 0..\* OpenModelAttribute A VNF provider may define additional information to qualify further the change between the two versions, such as "VNF upgrade", "VNF update", "VNF downgrade", etc. Vnf::ObjectClasses::VnfPackageChangeInfo::additionalModificationDescription
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+componentMapping ComponentMapping 0..\* OpenModelAttribute Mapping information related to identifiers of components in source VNFD and destination VNFD that concern to the change process. Vnf::ObjectClasses::VnfPackageChangeInfo::componentMapping
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+lcmScriptId Identifier 1 OpenModelAttribute References a lifecycle management script that is executed as part of this "change current VNF Package" process. Vnf::ObjectClasses::VnfPackageChangeInfo::lcmScriptId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+coordinationId Identifier 0..\* OpenModelAttribute References applicable VNF LCM operation coordination actions. Vnf::ObjectClasses::VnfPackageChangeInfo::coordinationId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+dstFlavourId Identifier 1 OpenModelAttribute Identifies the deployment flavour in the destination VNF package for which this change applies. The flavour ID is defined in the destination VNF package. Vnf::ObjectClasses::VnfPackageChangeInfo::dstFlavourId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================================= ===================== ========= ================================== =================================================================================================================================================================== ===========================================================================
VnfVirtualLink
~~~~~~~~~~~~~~
@@ -1694,109 +2100,109 @@ Represents the type of network connectivity mandated by the VNF vendor between t
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
- Experimental
-======================== ====================== ========= ================================== ======================================================================================================================================================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-monitoringParameter MonitoringParameter 0..\* OpenModelAttribute Specifies the virtualised resource related performance metrics on VLD level to be tracked by the VNFM.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-\_virtualLinkDescFlavour VirtualLinkDescFlavour 1..\* Preliminary Describes a specific flavour of the VL with specific bitrate requirements.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-virtualLinkDescId Identifier 1 Preliminary Uniquely identifies a VLD in the parent descriptor.
- For VnfVirtualLinkDesc, the parent descriptor is the VNFD.
- OpenModelAttribute For NsVirtualLinkDesc, the parent descriptor is the NSD.
- Note: the description of this class are different in ETSI GS NFV IFA 011 and ETSI GS NFV IFA 014. The present definition merges the 2 definitions.
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-connectivityType ConnectivityType 1 Preliminary Specifies the protocol exposed by a VL and the flow pattern supported by the VL.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 0..1 Preliminary Provides human-readable information on the purpose of the VL (e.g. control plane traffic).
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-validFor TimePeriod 0..1 Preliminary The period during which the design entity is valid.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-status String 1 Preliminary The condition of the specification, such s active, inactive, or planned.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-name String 1 Preliminary Represents a user-friendly identifier of an object. It is a (possibly ambiguous) name by which the object is commonly known in some limited scope (such as an organization) and conforms to the naming conventions of the country or culture with which it is associated. It is NOT used as a naming attribute (i.e., to uniquely identify an instance of the object).
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 1 Preliminary Defines a textual free-form description of the object.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-id Identifier 1 Preliminary Unambiguously distinguishes different object instances. It is the naming attribute of the object.
-
- OpenModelAttribute Identifier of this information element. This attribute shall be globally unique.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-======================== ====================== ========= ================================== ======================================================================================================================================================================================================================================================================================================================================================================
+- OpenModelClass
+
+- **support: MANDATORY**
+
+======================== ====================== ========= ================================== ====================================================================================================================================================================================================================================================================================================================================================================== =========================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+monitoringParameter MonitoringParameter 0..\* OpenModelAttribute Specifies the virtualised resource related performance metrics on VLD level to be tracked by the VNFM. Vnf::ObjectClasses::VnfVirtualLinkDesc::monitoringParameter
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+\_virtualLinkDescFlavour VirtualLinkDescFlavour 1..\* OpenModelAttribute Describes a specific flavour of the VL with specific bitrate requirements. Vnf::ObjectClasses::VnfVirtualLinkDesc::_virtualLinkDescFlavour
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+virtualLinkDescId Identifier 1 OpenModelAttribute Uniquely identifies a VLD in the parent descriptor. Common::Network::NetworkObjectClasses::VirtualLinkDesc::virtualLinkDescId
+ For VnfVirtualLinkDesc, the parent descriptor is the VNFD.
+ - isInvariant: false For NsVirtualLinkDesc, the parent descriptor is the NSD.
+ Note: the description of this class are different in ETSI GS NFV IFA 011 and ETSI GS NFV IFA 014. The present definition merges the 2 definitions.
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+connectivityType ConnectivityType 1 OpenModelAttribute Specifies the protocol exposed by a VL and the flow pattern supported by the VL. Common::Network::NetworkObjectClasses::VirtualLinkDesc::connectivityType
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 0..1 OpenModelAttribute Provides human-readable information on the purpose of the VL (e.g. control plane traffic). Common::Network::NetworkObjectClasses::VirtualLinkDesc::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+validFor TimePeriod 0..1 OpenModelAttribute The period during which the design entity is valid. Common::Root::RootObjectClasses::DesignEntity::validFor
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+status String 1 OpenModelAttribute The condition of the specification, such s active, inactive, or planned. Common::Root::RootObjectClasses::DesignEntity::status
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+name String 1 OpenModelAttribute Represents a user-friendly identifier of an object. It is a (possibly ambiguous) name by which the object is commonly known in some limited scope (such as an organization) and conforms to the naming conventions of the country or culture with which it is associated. It is NOT used as a naming attribute (i.e., to uniquely identify an instance of the object). Common::Root::RootObjectClasses::DesignEntity::name
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 1 OpenModelAttribute Defines a textual free-form description of the object. Common::Root::RootObjectClasses::DesignEntity::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+id Identifier 1 OpenModelAttribute Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ - isInvariant: false Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+======================== ====================== ========= ================================== ====================================================================================================================================================================================================================================================================================================================================================================== =========================================================================
VnfcCp
~~~~~~
@@ -1805,12 +2211,12 @@ VnfcCp
Applied stereotypes:
+- Experimental
+
- OpenModelClass
- **support: MANDATORY**
-- Experimental
-
Vnfd
~~~~
@@ -1820,375 +2226,360 @@ A Vnfd, or VNF Descriptor, is template which describes a VNF in terms of deploym
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Preliminary
- Reference
-- **reference: IFA011 v2.7.1**
-
-=========================== ============================ ========= ================================================================================================= ======================================================================================================================================================================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-vnfProvider String 1 Preliminary Provider of the VNF and of the VNFD.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vnfProductName String 1 Preliminary Name to identify the VNF Product. Invariant for the VNF Product lifetime.
-
- OpenModelAttribute
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vnfSoftwareVersion Version 1 Preliminary Software version of the VNF. This is changed when there is any change to the software that is included in the VNF Package.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vnfdVersion Version 1 Preliminary Identifies the version of the VNFD.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vnfProductInfoName String 0..1 Preliminary Human readable name for the VNF Product. Can change during the VNF Product lifetime.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vnfProductInfoDescription String 0..1 Preliminary Human readable description of the VNF Product. Can change during the VNF Product lifetime.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vnfmInfo String 0..\* Preliminary Identifies VNFM(s) compatible with the VNF described in this version of the VNFD. Use the name of micro-service of the vnfm drive. For vendor specific VNFM, the value composes of "vendorname" and "vnfmdriver", e.g. "mycompanyvnfmdriver"; for generic VNFM, the value is "gvnfmdriver".
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-localizationLanguage String 0..\* Preliminary Information about localization languages of the VNF (includes e.g. strings in the VNFD). Refer to ISO936 https://www.iso.org/iso-639-language-codes.html
- NOTE: This allows to provide one or more localization languages to support selecting a specific localization language at VNF instantiation time.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-ModifiableAttributes VnfInfoModifiableAttributes 0..1 Preliminary Defines the VNF-specific extension and metadata attributes of the VnfInfo that are writeable via the ModifyVnfInfo operation.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-vnfdId Identifier 1 Preliminary Identifier of this VNFD information element. This attribute shall be globally unique.
- NOTE: The VNFD Identifier shall be used as the unique identifier of the VNF Package that contains this VNFD.
- OpenModelAttribute Any modification of the content of the VNFD or the VNF Package shall result in a new VNFD Identifier.
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-defaultLocalizationLanguage String 0..1 Preliminary Information about localization languages of the VNF (includes e.g. strings in the VNFD). Refer to ISO936 https://www.iso.org/iso-639-language-codes.html
- NOTE: This allows to provide one or more localization languages to support selecting a specific localization language at VNF instantiation time.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: CONDITIONAL_MANDATORY
-
- - condition:Shall be present if "localizationLanguage" is present and shall be absent otherwise.
-configurableProperties VnfConfigurableProperties 0..1 Preliminary Describes the configurable properties of the VNF (e.g. related to auto scaling and auto healing).
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-lifecycleManagementScript VnfLifecycleManagementScript 0..\* Preliminary Includes a list of events and corresponding management scripts performed for the VNF.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-logo String 0..1 Preliminary File path of the vendor specified logo.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-guide String 0..1 Preliminary UUID of the vendor guide/documentation which is attached to VNF and can be downloaded from the model.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vdu Vdu 1..\* Preliminary Virtualisation Deployment Unit.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vnfExtCpd VnfExtCpd 1..\* Preliminary Describes external interface(s) exposed by this VNF enabling connection with a VL.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_deploymentFlavour VnfDf 1..\* Preliminary Describes specific DF(s) of a VNF with specific requirements for capacity and performance.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vnfIndicator VnfIndicator 0..\* Preliminary Declares the VNF indicators that are supported by this VNF.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_virtualComputeDesc VirtualComputeDesc 0..\* Preliminary Defines descriptors of virtual compute resources to be used by the VNF.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_virtualStorageDesc VirtualStorageDesc 0..\* Preliminary Defines descriptors of virtual storage resources to be used by the VNF.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vnfReservedCpd VduCpd 0..\* Preliminary Reserved IP Address for VNF which is not bounded to any specific VNFC, but assigned manually from outside and potentially shared as a floating IP among VNFCs.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_elementGroup VnfdElementGroup 0..\* Obsolete Describes the associated elements of a VNFD for a certain purpose during VNF lifecycle management.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_swImageDesc SwImageDesc 0..\* Preliminary Defines descriptors of software images to be used by the VNF.
- NOTE: This shall be used to describe both the software image loaded on the virtualization container used to realize a VDU and the software images to be stored on VirtualStorage resources (e.g., volumes) attached to a virtualization container.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_intVirtualLinkDesc VnfVirtualLinkDesc 0..\* Preliminary Represents the type of network connectivity mandated by the VNF provider between two or more CPs which includes at least one internal CP.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_securityGroupRule SecurityGroupRule 0..\* OpenModelAttribute Defines security group rules to be used by the VNF.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-vipcpd vipCpd 0..\* OpenModelAttribute Describes virtual IP addresses to be shared among instances of connection points.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-isSharable Boolean 1 OpenModelAttribute Indicates whether the NetworkFunction can be shared.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-validFor TimePeriod 0..1 Preliminary The period during which the design entity is valid.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-status String 1 Preliminary The condition of the specification, such s active, inactive, or planned.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-name String 1 Preliminary Represents a user-friendly identifier of an object. It is a (possibly ambiguous) name by which the object is commonly known in some limited scope (such as an organization) and conforms to the naming conventions of the country or culture with which it is associated. It is NOT used as a naming attribute (i.e., to uniquely identify an instance of the object).
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 1 Preliminary Defines a textual free-form description of the object.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-id Identifier 1 Preliminary Unambiguously distinguishes different object instances. It is the naming attribute of the object.
-
- OpenModelAttribute Identifier of this information element. This attribute shall be globally unique.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-=========================== ============================ ========= ================================================================================================= ======================================================================================================================================================================================================================================================================================================================================================================
-
-VnfdElementGroup
-~~~~~~~~~~~~~~~~
-
-A VNFD Element Group is a mechanism for associating elements of a VNFD (Vdus and VnfVirtualLinkDesc(s)) for a
-certain purpose, for example, scaling aspects.
-A given element can belong to multiple groups.
-
-Applied stereotypes:
-
-- Obsolete
+- **reference: IFA011 v4.1.1**
- OpenModelClass
- **support: MANDATORY**
-- Preliminary
-
-==================== ========== ========= ================================== =============================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-vnfdElementGroupId Identifier 1 Preliminary Unique identifier of this group in the VNFD.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 1 Preliminary Human readable description of the group.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vdu Vdu 0..\* Preliminary References to Vdus that are part of this group.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-\_vnfVirtualLinkdesc LinkDesc 0..\* Preliminary References to VnfVirtualLinkDesc that are part of this group.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-==================== ========== ========= ================================== =============================================================
+=========================== ============================ ========= ================================================================================================= ====================================================================================================================================================================================================================================================================================================================================================================== ==========================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+vnfdId Identifier 1 OpenModelAttribute Identifier of this VNFD information element. This attribute shall be globally unique. Vnf::ObjectClasses::Vnfd::vnfdId
+ NOTE: The VNFD Identifier shall be used as the unique identifier of the VNF Package that contains this VNFD.
+ - isInvariant: true Any modification of the content of the VNFD or the VNF Package shall result in a new VNFD Identifier.
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnfProvider String 1 OpenModelAttribute Provider of the VNF and of the VNFD. Vnf::ObjectClasses::Vnfd::vnfProvider
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnfProductName String 1 OpenModelAttribute Name to identify the VNF Product. Invariant for the VNF Product lifetime. Vnf::ObjectClasses::Vnfd::vnfProductName
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnfSoftwareVersion Version 1 OpenModelAttribute Software version of the VNF. This is changed when there is any change to the software that is included in the VNF Package. Vnf::ObjectClasses::Vnfd::vnfSoftwareVersion
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnfdVersion Version 1 OpenModelAttribute Identifies the version of the VNFD. Vnf::ObjectClasses::Vnfd::vnfdVersion
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnfProductInfoName String 0..1 OpenModelAttribute Human readable name for the VNF Product. Can change during the VNF Product lifetime. Vnf::ObjectClasses::Vnfd::vnfProductInfoName
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnfProductInfoDescription String 0..1 OpenModelAttribute Human readable description of the VNF Product. Can change during the VNF Product lifetime. Vnf::ObjectClasses::Vnfd::vnfProductInfoDescription
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnfmInfo String 0..\* OpenModelAttribute Identifies VNFM(s) compatible with the VNF described in this version of the VNFD. Use the name of micro-service of the vnfm drive. For vendor specific VNFM, the value composes of "vendorname" and "vnfmdriver", e.g. "mycompanyvnfmdriver"; for generic VNFM, the value is "gvnfmdriver". Vnf::ObjectClasses::Vnfd::vnfmInfo
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+localizationLanguage String 0..\* OpenModelAttribute Information about localization languages of the VNF (includes e.g. strings in the VNFD). Refer to ISO936 https://www.iso.org/iso-639-language-codes.html Vnf::ObjectClasses::Vnfd::localizationLanguage
+ NOTE: This allows to provide one or more localization languages to support selecting a specific localization language at VNF instantiation time.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+defaultLocalizationLanguage String 0..1 OpenModelAttribute Information about localization languages of the VNF (includes e.g. strings in the VNFD). Refer to ISO936 https://www.iso.org/iso-639-language-codes.html Vnf::ObjectClasses::Vnfd::defaultLocalizationLanguage
+ NOTE: This allows to provide one or more localization languages to support selecting a specific localization language at VNF instantiation time.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: CONDITIONAL_MANDATORY
+
+ - condition:Shall be present if "localizationLanguage" is present and shall be absent otherwise.
+
+ Preliminary
+vdu Vdu 1..\* OpenModelAttribute Virtualisation Deployment Unit. Vnf::ObjectClasses::Vnfd::vdu
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+virtualComputeDesc VirtualComputeDesc 0..\* OpenModelAttribute Defines descriptors of virtual compute resources to be used by the VNF when each of the VNFC instances of the VNF is intended to be deployed in a single VM. Vnf::ObjectClasses::Vnfd::virtualComputeDesc
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+virtualStorageDesc VirtualStorageDesc 0..\* OpenModelAttribute Defines descriptors of virtual storage resources to be used by the VNF. Vnf::ObjectClasses::Vnfd::virtualStorageDesc
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+osContainerDesc OsContainerDesc 0..\* OpenModelAttribute Defines descriptors of container compute resources to be used by the VNF when the VDUs of the VNF are realized by a set of OS Containers sharing the same host and same networking namespace. Vnf::ObjectClasses::Vnfd::osContainerDesc
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Reference
+
+ - reference:IFA011 v4.1.1
+
+ Experimental
+swImageDesc SwImageDesc 0..\* OpenModelAttribute Defines descriptors of software images to be used by the VNF. Vnf::ObjectClasses::Vnfd::swImageDesc
+ NOTE: This shall be used to describe both the software image loaded on the virtualization container used to realize a VDU and the software images to be stored on VirtualStorage resources (e.g., volumes) attached to a virtualization container.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+intVirtualLinkDesc VnfVirtualLinkDesc 0..\* OpenModelAttribute Represents the type of network connectivity mandated by the VNF provider between two or more CPs which includes at least one internal CP. Vnf::ObjectClasses::Vnfd::intVirtualLinkDesc
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+securityGroupRule SecurityGroupRule 0..\* OpenModelAttribute Defines security group rules to be used by the VNF. Vnf::ObjectClasses::Vnfd::securityGroupRule
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+vnfExtCpd VnfExtCpd 1..\* OpenModelAttribute Describes external interface(s) exposed by this VNF enabling connection with a VL. Vnf::ObjectClasses::Vnfd::vnfExtCpd
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vipcpd vipCpd 0..\* OpenModelAttribute Describes virtual IP addresses to be shared among instances of connection points. Vnf::ObjectClasses::Vnfd::vipcpd
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+virtualCpd VirtualCpd 0..\* OpenModelAttribute Describes a virtual connection point allowing to access a set of VNFC instances (based on their respective VDUs). Vnf::ObjectClasses::Vnfd::virtualCpd
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Reference
+
+ - reference:IFA011 v4.1.1
+
+ Experimental
+deploymentFlavour VnfDf 1..\* OpenModelAttribute Describes specific DF(s) of a VNF with specific requirements for capacity and performance. Vnf::ObjectClasses::Vnfd::deploymentFlavour
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+configurableProperties VnfConfigurableProperties 0..1 OpenModelAttribute Describes the configurable properties of the VNF (e.g. related to auto scaling and auto healing). Vnf::ObjectClasses::Vnfd::configurableProperties
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+modifiableAttributes VnfInfoModifiableAttributes 0..1 OpenModelAttribute Defines the VNF-specific extension and metadata attributes of the VnfInfo that are writeable via the ModifyVnfInfo operation. Vnf::ObjectClasses::Vnfd::modifiableAttributes
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+lifecycleManagementScript VnfLifecycleManagementScript 0..\* OpenModelAttribute Includes a list of events and corresponding management scripts performed for the VNF. Vnf::ObjectClasses::Vnfd::lifecycleManagementScript
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+vnfIndicator VnfIndicator 0..\* OpenModelAttribute Declares the VNF indicators that are supported by this VNF. Vnf::ObjectClasses::Vnfd::vnfIndicator
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+autoScale Rule 0..\* OpenModelAttribute Rule that determines when a scaling action needs to be triggered on a VNF instance e.g. based on certain VNF indicator values or VNF indicator value changes or a combination of VNF indicator value(s) and monitoring parameter(s). Vnf::ObjectClasses::Vnfd::autoScale
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Reference
+
+ - reference:IFA011 v3.3.1
+
+ Experimental
+vnfpackagechangeinfo VnfPackageChangeInfo 0..\* OpenModelAttribute Information used for performing the change of the current VNF Package. More than one VNF Package Change Info construct is possible to cater the possibility that changes of the current VNF Package can be performed for different source VNFDs. Vnf::ObjectClasses::Vnfd::vnfpackagechangeinfo
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Reference
+
+ - reference:IFA011 v3.3.1
+
+ Experimental
+lcmOperationCoordination VnfLcmOperationCoordination 0..\* OpenModelAttribute Provides information used for the coordination in VNF LCM operations. Vnf::ObjectClasses::Vnfd::lcmOperationCoordination
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Reference
+
+ - reference:IFA011 v3.3.1
+
+ Experimental
+mciopId Identifier 0..\* OpenModelAttribute Identifies the MCIOP(s) in the VNF package, used in containerized workload management, when the VNF is realized by a set of OS containers. Vnf::ObjectClasses::Vnfd::mciopId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Reference
+
+ - reference:IFA011 v4.1.1
+
+ Experimental
+isSharable Boolean 1 OpenModelAttribute Indicates whether the NetworkFunction can be shared. Nf::ObjectClasses::NetworkFunctionDesc::isSharable
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+validFor TimePeriod 0..1 OpenModelAttribute The period during which the design entity is valid. Common::Root::RootObjectClasses::DesignEntity::validFor
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+status String 1 OpenModelAttribute The condition of the specification, such s active, inactive, or planned. Common::Root::RootObjectClasses::DesignEntity::status
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+name String 1 OpenModelAttribute Represents a user-friendly identifier of an object. It is a (possibly ambiguous) name by which the object is commonly known in some limited scope (such as an organization) and conforms to the naming conventions of the country or culture with which it is associated. It is NOT used as a naming attribute (i.e., to uniquely identify an instance of the object). Common::Root::RootObjectClasses::DesignEntity::name
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 1 OpenModelAttribute Defines a textual free-form description of the object. Common::Root::RootObjectClasses::DesignEntity::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+id Identifier 1 OpenModelAttribute Identifier of this information element. This attribute shall be globally unique. Common::Root::RootObjectClasses::RootEntity::id
+
+ - isInvariant: false Unambiguously distinguishes different object instances. It is the naming attribute of the object.
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+=========================== ============================ ========= ================================================================================================= ====================================================================================================================================================================================================================================================================================================================================================================== ==========================================================
vipCpd
~~~~~~
@@ -2202,144 +2593,118 @@ When vnfExtCpds are indicated, instances of VnfExtCps created from those vnfExtC
Applied stereotypes:
-- OpenModelClass
-
-- **support: MANDATORY**
-
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
- Experimental
-=================== ============== ========= ================================== =================================================================================================================================================================================================================
-**Attribute Name** **Type** **Mult.** **Stereotypes** **Description**
-intCpd Identifier 0..\* PassedByReference References the internal VDU CPD which is used to instantiate internal CPs. These internal CPs share the virtual IP addresses allocated when a VipCp instance is created from the VipCpd.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-vnfExtCpd Identifier 0..\* PassedByReference References the VNF external CPD which is used to instantiate external CPs. These external CPs share the virtual IP addresses allocated when a VipCp instance is created from the VipCpd.
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-cpdId Identifier 1 Preliminary Identifier of this Cpd information element.
-
- OpenModelAttribute
-
- - isInvariant: true
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-cpdRole String 0..1 Preliminary Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS.
- For example a VNF with a tree flow pattern within the VNF will have legal cpRoles of ROOT and LEAF.
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-description String 0..1 Preliminary Provides human-readable information on the purpose of the CP (e.g. CP for control plane traffic).
-
- OpenModelAttribute
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-cpProtocol CpProtocolData 0..\* OpenModelAttribute Identifies the protocol layering information the CP uses for connectivity purposes and associated information. There shall be one cpProtocol for each layer protocol as indicated by the attribute layerProtocol.
- Editor's note: the attribute "layerProtocol" still needs further discussion and not included in this table.
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-trunkMode Boolean 0..1 OpenModelAttribute Information about whether the CP instantiated from this CPD is in Trunk mode (802.1Q or other).
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-layerProtocol LayerProtocol 1..\* OpenModelAttribute Identifies which protocol the CP uses for connectivity purposes (Ethernet, MPLS, ODU2, IPV4, IPV6, Pseudo-Wire, etc.).
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-securityGroupRuleId Identifier 0..\* OpenModelAttribute Reference of the security group rules bound to this CPD.
-
- - isInvariant: false
-
- - valueRange: no range constraint
-
- - support: MANDATORY
-
- Experimental
-=================== ============== ========= ================================== =================================================================================================================================================================================================================
+- OpenModelClass
+
+- **support: MANDATORY**
+
+=================== ============== ========= ================================== ================================================================================================================================================================================================================= ================================================================
+**Attribute Name** **Type** **Mult.** **Stereotypes** **Description** **Defined in**
+intCpd Identifier 0..\* OpenModelAttribute References the internal VDU CPD which is used to instantiate internal CPs. These internal CPs share the virtual IP addresses allocated when a VipCp instance is created from the VipCpd. Vnf::ObjectClasses::vipCpd::intCpd
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ PassedByReference
+
+ Experimental
+vnfExtCpd Identifier 0..\* OpenModelAttribute References the VNF external CPD which is used to instantiate external CPs. These external CPs share the virtual IP addresses allocated when a VipCp instance is created from the VipCpd. Vnf::ObjectClasses::vipCpd::vnfExtCpd
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ PassedByReference
+cpdId Identifier 1 OpenModelAttribute Identifier of this Cpd information element. Common::Network::NetworkObjectClasses::Cpd ::cpdId
+
+ - isInvariant: true
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+cpdRole String 0..1 OpenModelAttribute Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS. Common::Network::NetworkObjectClasses::Cpd ::cpdRole
+ For example a VNF with a tree flow pattern within the VNF will have legal cpRoles of ROOT and LEAF.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+description String 0..1 OpenModelAttribute Provides human-readable information on the purpose of the CP (e.g. CP for control plane traffic). Common::Network::NetworkObjectClasses::Cpd ::description
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Preliminary
+cpProtocol CpProtocolData 0..\* OpenModelAttribute Identifies the protocol layering information the CP uses for connectivity purposes and associated information. There shall be one cpProtocol for each layer protocol as indicated by the attribute layerProtocol. Common::Network::NetworkObjectClasses::Cpd ::cpProtocol
+ Editor's note: the attribute "layerProtocol" still needs further discussion and not included in this table.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+trunkMode Boolean 0..1 OpenModelAttribute Information about whether the CP instantiated from this CPD is in Trunk mode (802.1Q or other). Common::Network::NetworkObjectClasses::Cpd ::trunkMode
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+layerProtocol LayerProtocol 1..\* OpenModelAttribute Identifies which protocol the CP uses for connectivity purposes (Ethernet, MPLS, ODU2, IPV4, IPV6, Pseudo-Wire, etc.). Common::Network::NetworkObjectClasses::Cpd ::layerProtocol
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+securityGroupRuleId Identifier 0..\* OpenModelAttribute Reference of the security group rules bound to this CPD. Common::Network::NetworkObjectClasses::Cpd ::securityGroupRuleId
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+
+ Experimental
+=================== ============== ========= ================================== ================================================================================================================================================================================================================= ================================================================
Associations
------------
-VnfdUsesVCDesc
-~~~~~~~~~~~~~~
+VnfdUsesVirtualComputeDesc
+~~~~~~~~~~~~~~~~~~~~~~~~~~
Defines descriptors of virtual compute resources to be used by the VNF.
Applied stereotypes:
-==================== =========== ========== ========= ================== ======================================================================= =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_virtualComputeDesc shared Navig. 0..\* VirtualComputeDesc Defines descriptors of virtual compute resources to be used by the VNF. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vnfd none Not navig. 1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-==================== =========== ========== ========= ================== ======================================================================= =====================
+================== =========== ========== ================== ========= ============================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+virtualComputeDesc shared Navig. VirtualComputeDesc 0..\* Defines descriptors of virtual compute resources to be used by the VNF when each of the VNFC instances of the VNF is intended to be deployed in a single VM.
+vnfd none Not navig. Vnfd 1
+================== =========== ========== ================== ========= ============================================================================================================================================================
VnfdHasVdu
~~~~~~~~~~
@@ -2348,74 +2713,22 @@ References to Vdus that are part of this group.
Applied stereotypes:
-================== =========== ========== ========= ======== =============================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vdu composite Navig. 1..\* Vdu Virtualisation Deployment Unit. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfd none Not navig. 1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ======== =============================== =====================
+================== =========== ========== ======== ========= ===============================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+vdu composite Navig. Vdu 1..\* Virtualisation Deployment Unit.
+\_vnfd none Not navig. Vnfd 1
+================== =========== ========== ======== ========= ===============================
VnfdHasVnfDf
~~~~~~~~~~~~
Applied stereotypes:
-=================== =========== ========== ========= ======== ========================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_deploymentFlavour composite Navig. 1..\* VnfDf Describes specific DF(s) of a VNF with specific requirements for capacity and performance. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfd none Not navig. 1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-=================== =========== ========== ========= ======== ========================================================================================== =====================
+================== =========== ========== ======== ========= ==========================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+deploymentFlavour composite Navig. VnfDf 1..\* Describes specific DF(s) of a VNF with specific requirements for capacity and performance.
+\_vnfd none Not navig. Vnfd 1
+================== =========== ========== ======== ========= ==========================================================================================
VnfdHasExtCpd
~~~~~~~~~~~~~
@@ -2424,224 +2737,44 @@ Describes external interface(s) exposed by this VNF enabling connection with a V
Applied stereotypes:
-================== =========== ========== ========= ========= ================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vnfd none Not navig. 0..1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-\_vnfExtCpd composite Navig. 1..\* VnfExtCpd Describes external interface(s) exposed by this VNF enabling connection with a VL. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== =========== ========== ========= ========= ================================================================================== =====================
+================== =========== ========== ========= ========= ==================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vnfd none Not navig. Vnfd 0..1
+vnfExtCpd composite Navig. VnfExtCpd 1..\* Describes external interface(s) exposed by this VNF enabling connection with a VL.
+================== =========== ========== ========= ========= ==================================================================================
VnfdHasVnfIndicator
~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ============ =========================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vnfd none Not navig. 1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-\_vnfIndicator shared Navig. 0..\* VnfIndicator Declares the VNF indicators that are supported by this VNF. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-================== =========== ========== ========= ============ =========================================================== =====================
-
-VnfdHasVnfdEG
-~~~~~~~~~~~~~
-
-Applied stereotypes:
-
-- Obsolete
-
-================== =========== ========== ========= ================ ================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vnfd none Not navig. 0..1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-\_elementGroup shared Navig. 0..\* VnfdElementGroup Describes the associated elements of a VNFD for a certain purpose during VNF lifecycle management. Obsolete
-
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ================ ================================================================================================== =====================
-
-VnfdEGHasVdu
-~~~~~~~~~~~~
-
-Applied stereotypes:
-
-================== =========== ========== ========= ================ =============================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vdu shared Navig. 0..\* Vdu References to Vdus that are part of this group. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfdElementGroup none Not navig. 0..\* VnfdElementGroup OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ================ =============================================== =====================
+================== =========== ========== ============ ========= ===========================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vnfd none Not navig. Vnfd 1
+vnfIndicator shared Navig. VnfIndicator 0..\* Declares the VNF indicators that are supported by this VNF.
+================== =========== ========== ============ ========= ===========================================================
VnfdHasVSDesc
~~~~~~~~~~~~~
Applied stereotypes:
-==================== =========== ========== ========= ================== ======================================================================= =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_virtualStorageDesc shared Navig. 0..\* VirtualStorageDesc Defines descriptors of virtual storage resources to be used by the VNF. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfd none Not navig. 1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-==================== =========== ========== ========= ================== ======================================================================= =====================
+================== =========== ========== ================== ========= =======================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+virtualStorageDesc shared Navig. VirtualStorageDesc 0..\* Defines descriptors of virtual storage resources to be used by the VNF.
+\_vnfd none Not navig. Vnfd 1
+================== =========== ========== ================== ========= =======================================================================
VduHasInternalVduCpd
~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ======== ============================================================================================================= =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_intCpd shared Navig. 1 VduCpd Describes network connectivity between a VNFC instance (based on this Vdu) and an internal Virtual Link (VL). OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vdu none Not navig. 1 Vdu OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ======== ============================================================================================================= =====================
+================== =========== ========== ======== ========= =============================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+intCpd shared Navig. VduCpd 1 Describes network connectivity between a VNFC instance (based on this Vdu) and an internal Virtual Link (VL).
+\_vdu none Not navig. Vdu 1
+================== =========== ========== ======== ========= =============================================================================================================
VduHasVCDesc
~~~~~~~~~~~~
@@ -2650,39 +2783,11 @@ Describes CPU, Memory and acceleration requirements of the Virtualisation Contai
Applied stereotypes:
-==================== =========== ========== ========= ================== ======================================================================================================= =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_virtualComputeDesc shared Navig. 1..\* VirtualComputeDesc Describes CPU, Memory and acceleration requirements of the Virtualisation Container realising this Vdu. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- PassedByReference
-
- Preliminary
-\_vdu none Not navig. 1 Vdu OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-==================== =========== ========== ========= ================== ======================================================================================================= =====================
+================== =========== ========== ================== ========= =======================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+virtualComputeDesc shared Navig. VirtualComputeDesc 1..\* Describes CPU, Memory and acceleration requirements of the Virtualisation Container realising this Vdu.
+\_vdu none Not navig. Vdu 1
+================== =========== ========== ================== ========= =======================================================================================================
VduHasVSDesc
~~~~~~~~~~~~
@@ -2691,39 +2796,11 @@ Describes storage requirements for a VirtualStorage instance attached to the vir
Applied stereotypes:
-==================== =========== ========== ========= ================== =========================================================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vdu none Not navig. 0..\* Vdu OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-\_virtualStorageDesc shared Navig. 0..\* VirtualStorageDesc Describes storage requirements for a VirtualStorage instance attached to the virtualisation container created from virtualComputeDesc defined for this Vdu. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- PassedByReference
-
- Preliminary
-==================== =========== ========== ========= ================== =========================================================================================================================================================== =====================
+================== =========== ========== ================== ========= ===========================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vdu none Not navig. Vdu 0..\*
+virtualStorageDesc shared Navig. VirtualStorageDesc 0..\* Describes storage requirements for a VirtualStorage instance attached to the virtualisation container created from virtualComputeDesc defined for this Vdu.
+================== =========== ========== ================== ========= ===========================================================================================================================================================
VduHasSwImageDesc
~~~~~~~~~~~~~~~~~
@@ -2733,115 +2810,35 @@ NOTE: More software images can be attached to the virtualisation container using
Applied stereotypes:
-================== =========== ========== ========= =========== ========================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_swImageDesc shared Navig. 0..1 SwImageDesc Describes the software image which is directly loaded on the virtualisation container realising this Vdu. OpenModelAttribute
+================== =========== ========== =========== ========= ==========================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+swImageDesc shared Navig. SwImageDesc 0..1 Describes the software image which is directly loaded on the virtualisation container realising this Vdu.
NOTE: More software images can be attached to the virtualisation container using VirtualStorage resources.
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- PassedByReference
-
- Preliminary
-\_vdu none Not navig. 1..\* Vdu OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= =========== ========================================================================================================== =====================
+\_vdu none Not navig. Vdu 1..\*
+================== =========== ========== =========== ========= ==========================================================================================================
SwImageLoadedOnVS
~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ================== =============== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-swimagedesc none Not navig. 0..1 SwImageDesc OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-virtualstoragedesc none Not navig. 0..\* VirtualStorageDesc OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ================== =============== =====================
+================== =========== ========== ================== ========= ===============
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+swimagedesc none Not navig. SwImageDesc 0..1
+virtualstoragedesc none Not navig. VirtualStorageDesc 0..\*
+================== =========== ========== ================== ========= ===============
VnfExtCpdMapstoVduCpd
~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ========= ================================================================================================================================================================= ===================================================================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_intCpd none Navig. 0..1 VduCpd References the internal VDU CPD which is used to instantiate internal CPs. These internal CPs are, in turn, exposed as external CPs defined by this external CPD. OpenModelAttribute
- One and only one of the following attributes shall be present: intVirtualLinkDesc or intCpd or vipCpd.
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: CONDITIONAL_MANDATORY
-
- - condition: Either intVirtualLinkDesc or intCpd shall be present.
-
- PassedByReference
-
- Preliminary
-\_vnfExtCpd none Not navig. 0..1 VnfExtCpd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ========= ================================================================================================================================================================= ===================================================================
+================== =========== ========== ========= ========= =================================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_intCpd none Navig. VduCpd 0..1 References the internal VDU CPD which is used to instantiate internal CPs. These internal CPs are, in turn, exposed as external CPs defined by this external CPD.
+ One and only one of the following attributes shall be present: intVirtualLinkDesc or intCpd or vipCpd.
+\_vnfExtCpd none Not navig. VnfExtCpd 0..1
+================== =========== ========== ========= ========= =================================================================================================================================================================
VLProfileHasVLDescFlavour
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -2850,222 +2847,58 @@ Identifies a flavour within a VnfVirtualLinkDesc.
Applied stereotypes:
-================== =========== ========== ========= ====================== =================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_flavourId shared Navig. 1 VirtualLinkDescFlavour Identifies a flavour within the VnfVirtualLinkDesc. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-virtuallinkprofile none Not navig. 1 VirtualLinkProfile OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ====================== =================================================== =====================
+================== =========== ========== ====================== ========= ===================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_flavourId shared Navig. VirtualLinkDescFlavour 1 Identifies a flavour within the VnfVirtualLinkDesc.
+virtuallinkprofile none Not navig. VirtualLinkProfile 1
+================== =========== ========== ====================== ========= ===================================================
VduCpdHasVNIR
~~~~~~~~~~~~~
Applied stereotypes:
-===================================== =========== ========== ========= =================================== =================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_virtualNetworkInterfaceRequirements composite Navig. 0..\* VirtualNetworkInterfaceRequirements Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vducpd none Not navig. 1 VduCpd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-===================================== =========== ========== ========= =================================== =================================================================================================== =====================
-
-VnfdEGReferencesVnfVLDesc
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Applied stereotypes:
-
-==================== =========== ========== ========= ================ ============================================================= =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vnfVirtualLinkdesc shared Navig. 0..\* LinkDesc References to VnfVirtualLinkDesc that are part of this group. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfdElementGroup none Not navig. 0..\* VnfdElementGroup OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-==================== =========== ========== ========= ================ ============================================================= =====================
+===================================== =========== ========== =================================== ========= ===================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_virtualNetworkInterfaceRequirements composite Navig. VirtualNetworkInterfaceRequirements 0..\* Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD.
+\_vducpd none Not navig. VduCpd 1
+===================================== =========== ========== =================================== ========= ===================================================================================================
VnfDfHasAorAAGroup
~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-============================= =========== ========== ========= =========================== ===================================================================================================================================================================================================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_affinityOrAntiAffinityGroup shared Navig. 0..\* AffinityOrAntiAffinityGroup Specifies affinity or anti-affinity relationship applicable between the virtualisation containers (e.g. virtual machines) to be created using different VDUs or internal VLs to be created using different VnfVirtualLinkDesc(s) in the same affinity or anti-affinity group. OpenModelAttribute
+============================= =========== ========== =========================== ========= =====================================================================================================================================================================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_affinityOrAntiAffinityGroup shared Navig. AffinityOrAntiAffinityGroup 0..\* Specifies affinity or anti-affinity relationship applicable between the virtualisation containers (e.g. virtual machines) to be created using different VDUs or internal VLs to be created using different VnfVirtualLinkDesc(s) in the same affinity or anti-affinity group.
NOTE: In the present specification, including either VDU(s) or VnfVirtualLinkDesc(s) into the same affinity or anti-affinity group is supported. Extension to support including both VDU(s) and VnfVirtualLinkDesc(s) into the same affinity or anti-affinity group is left for future specification.
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfDf none Not navig. 1..\* VnfDf OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-============================= =========== ========== ========= =========================== ===================================================================================================================================================================================================================================================================================================== =====================
+\_vnfDf none Not navig. VnfDf 1..\*
+============================= =========== ========== =========================== ========= =====================================================================================================================================================================================================================================================================================================
VnfDfHasIL
~~~~~~~~~~
Applied stereotypes:
-==================== =========== ========== ========= ================== ==================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_instantiationLevel shared Navig. 1..\* InstantiationLevel Describes the various levels of resources that can be used to instantiate the VNF using this flavour. OpenModelAttribute
- Examples: Small, Medium, Large.
- If there is only one "instantiationLevel" entry, it shall be treated as the default instantiation level for this DF. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfDf none Not navig. 1 VnfDf OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-==================== =========== ========== ========= ================== ==================================================================================================================== =====================
+==================== =========== ========== ================== ========= ====================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_instantiationLevel shared Navig. InstantiationLevel 1..\* Describes the various levels of resources that can be used to instantiate the VNF using this flavour.
+ Examples: Small, Medium, Large.
+ If there is only one "instantiationLevel" entry, it shall be treated as the default instantiation level for this DF.
+\_vnfDf none Not navig. VnfDf 1
+==================== =========== ========== ================== ========= ====================================================================================================================
VnfDfHasScalingAspect
~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ============= ================================================================================================================ =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_scalingAspect shared Navig. 0..\* ScalingAspect The scaling aspects supported by this DF of the VNF. scalingAspect shall be present if the VNF supports scaling. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfDf none Not navig. 1..\* VnfDf OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ============= ================================================================================================================ =====================
+================== =========== ========== ============= ========= ================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_scalingAspect shared Navig. ScalingAspect 0..\* The scaling aspects supported by this DF of the VNF. scalingAspect shall be present if the VNF supports scaling.
+\_vnfDf none Not navig. VnfDf 1..\*
+================== =========== ========== ============= ========= ================================================================================================================
VnfDfHasVLProfile
~~~~~~~~~~~~~~~~~
@@ -3076,405 +2909,125 @@ NOTE 2: virtualLinkProfile needs to be provided for all VLs that the CPs of the
Applied stereotypes:
-==================== =========== ========== ========= ================== ==================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_virtuaLlinkProfile shared Navig. 0..\* VirtualLinkProfile Defines the internal VLD along with additional data which is used in this DF. OpenModelAttribute
- NOTE 1: This allows for different VNF internal topologies between DFs.
- NOTE 2: virtualLinkProfile needs to be provided for all VLs that the CPs of the VDUs in the VDU profiles connect to. - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfDf none Not navig. 1..\* VnfDf OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-==================== =========== ========== ========= ================== ==================================================================================================================== =====================
-
-VnfdHasReservedCpd
-~~~~~~~~~~~~~~~~~~
-
-Applied stereotypes:
-
-================== =========== ========== ========= ======== ============================================================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vnfReservedCpd composite Navig. 0..\* VduCpd Reserved IP Address for VNF which is not bounded to any specific VNFC, but assigned manually from outside and potentially shared as a floating IP among VNFCs. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfd none Not navig. 1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ======== ============================================================================================================================================================== =====================
+==================== =========== ========== ================== ========= ====================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_virtuaLlinkProfile shared Navig. VirtualLinkProfile 0..\* Defines the internal VLD along with additional data which is used in this DF.
+ NOTE 1: This allows for different VNF internal topologies between DFs.
+ NOTE 2: virtualLinkProfile needs to be provided for all VLs that the CPs of the VDUs in the VDU profiles connect to.
+\_vnfDf none Not navig. VnfDf 1..\*
+==================== =========== ========== ================== ========= ====================================================================================================================
VnfExtCdpHasVNIR
~~~~~~~~~~~~~~~~
Applied stereotypes:
-=================================== =========== ========== ========= =================================== ============================================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-virtualNetworkInterfaceRequirements composite Navig. 0..\* VirtualNetworkInterfaceRequirements Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD. OpenModelAttribute
+=================================== =========== ========== =================================== ========= ==============================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+virtualNetworkInterfaceRequirements composite Navig. VirtualNetworkInterfaceRequirements 0..\* Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD.
NOTE: In case of referencing an intCpd via its identifier, the virtualNetworkInterfaceRequirements attribute of the referenced intCpd applies.
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfExtCpd none Not navig. 1 VnfExtCpd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-=================================== =========== ========== ========= =================================== ============================================================================================================================================== =====================
+\_vnfExtCpd none Not navig. VnfExtCpd 1
+=================================== =========== ========== =================================== ========= ==============================================================================================================================================
ILHasVduLevel
~~~~~~~~~~~~~
Applied stereotypes:
-==================== =========== ========== ========= ================== ====================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vduLevel composite Navig. 1..\* VduLevel Indicates the number of instance of this VDU to deploy for this level. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_instantiationLevel none Not navig. 1 InstantiationLevel OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-==================== =========== ========== ========= ================== ====================================================================== =====================
+==================== =========== ========== ================== ========= ======================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vduLevel composite Navig. VduLevel 1..\* Indicates the number of instance of this VDU to deploy for this level.
+\_instantiationLevel none Not navig. InstantiationLevel 1
+==================== =========== ========== ================== ========= ======================================================================
VnfDfHasVduProfile
~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ========== ========================================================================= =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vduProfile shared Navig. 1..\* VduProfile Describes additional instantiation data for the VDUs used in this flavor. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-vnfdf none Not navig. 1..\* VnfDf OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ========== ========================================================================= =====================
+================== =========== ========== ========== ========= =========================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vduProfile shared Navig. VduProfile 1..\* Describes additional instantiation data for the VDUs used in this flavor.
+vnfdf none Not navig. VnfDf 1..\*
+================== =========== ========== ========== ========= =========================================================================
+
+VnfcDeployedUsingVdu
+~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+=================== =========== ========== ======== ========= ====================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vdu none Navig. Vdu 1 Reference to the VDU
+vnfc (vnfcinstance) none Not navig. Vnfc 0..\*
+=================== =========== ========== ======== ========= ====================
VnfProfileReferencesVnfDf
~~~~~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ========== ===================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-flavourId none Navig. 1 VnfDf Identifies a flavour within the VNFD. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-\_vnfProfile none Not navig. 0..\* VnfProfile OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ========== ===================================== =====================
+================== =========== ========== ========== ========= =====================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+flavourId none Navig. VnfDf 1 Identifies a flavour within the VNFD.
+\_vnfProfile none Not navig. VnfProfile 0..\*
+================== =========== ========== ========== ========= =====================================
VnfProfileReferencesVnfd
~~~~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ========== ====================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-vnfdId none Navig. 0..1 Vnfd Reference to the VNFD. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-\_vnfProfile none Not navig. 0..\* VnfProfile OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ========== ====================== =====================
+================== =========== ========== ========== ========= ======================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+vnfdId none Navig. Vnfd 0..1 Reference to the VNFD.
+\_vnfProfile none Not navig. VnfProfile 0..\*
+================== =========== ========== ========== ========= ======================
VnfdHasSwImageDesc
~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= =========== ================================================================================================================================================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_swImageDesc composite Navig. 0..\* SwImageDesc Defines descriptors of software images to be used by the VNF. OpenModelAttribute
+================== =========== ========== =========== ========= ==================================================================================================================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+swImageDesc composite Navig. SwImageDesc 0..\* Defines descriptors of software images to be used by the VNF.
NOTE: This shall be used to describe both the software image loaded on the virtualization container used to realize a VDU and the software images to be stored on VirtualStorage resources (e.g., volumes) attached to a virtualization container.
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfd none Not navig. 1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= =========== ================================================================================================================================================================================================================================================== =====================
+\_vnfd none Not navig. Vnfd 1
+================== =========== ========== =========== ========= ==================================================================================================================================================================================================================================================
SwImageDescHasSwImage
~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= =========== ============================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_swImage none Navig. 1 SwImage This is a reference to the actual software image. The reference can be relative to the root of the VNF Package or can be a URL OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- PassedByReference
-
- Preliminary
-\_swImageDesc none Not navig. 1 SwImageDesc OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= =========== ============================================================================================================================== =====================
+================== =========== ========== =========== ========= ==============================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_swImage none Navig. SwImage 1 This is a reference to the actual software image. The reference can be relative to the root of the VNF Package or can be a URL
+\_swImageDesc none Not navig. SwImageDesc 1
+================== =========== ========== =========== ========= ==============================================================================================================================
VCDHasLNRequirements
~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-========================= =========== ========== ========= ======================= ========================================= =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_logicalNodeRequirements composite Navig. 0..\* LogicalNodeRequirements The associated logical node requirements. Experimental
-
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-\_virtualComputeDesc none Not navig. 1 VirtualComputeDesc OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-========================= =========== ========== ========= ======================= ========================================= =====================
+========================= =========== ========== ======================= ========= =========================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_logicalNodeRequirements composite Navig. LogicalNodeRequirements 0..\* The associated logical node requirements.
+\_virtualComputeDesc none Not navig. VirtualComputeDesc 1
+========================= =========== ========== ======================= ========= =========================================
VnfdHasInternalVnfVLDesc
~~~~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-==================== =========== ========== ========= ================== ========================================================================================================================================= =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_intVirtualLinkDesc none Navig. 0..\* VnfVirtualLinkDesc Represents the type of network connectivity mandated by the VNF provider between two or more CPs which includes at least one internal CP. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfd none Not navig. 1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-==================== =========== ========== ========= ================== ========================================================================================================================================= =====================
+================== =========== ========== ================== ========= =========================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+intVirtualLinkDesc none Navig. VnfVirtualLinkDesc 0..\* Represents the type of network connectivity mandated by the VNF provider between two or more CPs which includes at least one internal CP.
+\_vnfd none Not navig. Vnfd 1
+================== =========== ========== ================== ========= =========================================================================================================================================
VirtualLinkProfileHasDescId
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -3483,115 +3036,33 @@ Uniquely references a VLD.
Applied stereotypes:
-====================== =========== ========== ========= ================== ========================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vnfVirtualLinkDescId none Navig. 1 VnfVirtualLinkDesc Uniquely references a VLD. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- PassedByReference
-
- Preliminary
-\_virtualLinkProfile none Not navig. 1 VirtualLinkProfile OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-====================== =========== ========== ========= ================== ========================== =====================
+====================== =========== ========== ================== ========= ==========================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vnfVirtualLinkDescId none Navig. VnfVirtualLinkDesc 1 Uniquely references a VLD.
+\_virtualLinkProfile none Not navig. VirtualLinkProfile 1
+====================== =========== ========== ================== ========= ==========================
VduCpdHasInternvalVnfVLDesc
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-==================== =========== ========== ========= ================== ================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_intVirtualLinkDesc none Navig. 0..1 VnfVirtualLinkDesc Reference(s) of the Virtual Link Descriptor to which this Connection Point Descriptor(s) connects. Experimental
-
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- PassedByReference
-\_vduCpd none Not navig. 1 VduCpd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-==================== =========== ========== ========= ================== ================================================================================================== =====================
+==================== =========== ========== ================== ========= ==================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_intVirtualLinkDesc none Navig. VnfVirtualLinkDesc 0..1 Reference(s) of the Virtual Link Descriptor to which this Connection Point Descriptor(s) connects.
+\_vduCpd none Not navig. VduCpd 1
+==================== =========== ========== ================== ========= ==================================================================================================
VnfVLDescHasVLDescFlavour
~~~~~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-======================== =========== ========== ========= ====================== ========================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_virtualLinkDescFlavour composite Navig. 1..\* VirtualLinkDescFlavour Describes a specific flavour of the VL with specific bitrate requirements. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- Preliminary
-\_vnfVirtualLinkDesc none Not navig. 1 VnfVirtualLinkDesc OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-======================== =========== ========== ========= ====================== ========================================================================== =====================
+======================== =========== ========== ====================== ========= ==========================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_virtualLinkDescFlavour composite Navig. VirtualLinkDescFlavour 1..\* Describes a specific flavour of the VL with specific bitrate requirements.
+\_vnfVirtualLinkDesc none Not navig. VnfVirtualLinkDesc 1
+======================== =========== ========== ====================== ========= ==========================================================================
VnfExtCpdHasVLDesc
~~~~~~~~~~~~~~~~~~
@@ -3600,423 +3071,204 @@ Reference to the internal Virtual Link Descriptor (VLD) to which CPs instantiate
Applied stereotypes:
-==================== =========== ========== ========= ================== =============================================================================================================================== ===================================================================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_intVirtualLinkDesc none Navig. 0..1 VnfVirtualLinkDesc References the internal Virtual Link Descriptor (VLD) to which CPs instantiated from this external CP Descriptor (CPD) connect. Experimental
- One and only one of the following attributes shall be present: intVirtualLinkDesc or intCpd or vipCpd.
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: CONDITIONAL_MANDATORY
-
- - condition: Either intVirtualLinkDesc or intCpd shall be present.
-
- PassedByReference
-\_vnfExtCpd none Not navig. 1 VnfExtCpd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-==================== =========== ========== ========= ================== =============================================================================================================================== ===================================================================
+==================== =========== ========== ================== ========= ===============================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_intVirtualLinkDesc none Navig. VnfVirtualLinkDesc 0..1 References the internal Virtual Link Descriptor (VLD) to which CPs instantiated from this external CP Descriptor (CPD) connect.
+ One and only one of the following attributes shall be present: intVirtualLinkDesc or intCpd or vipCpd.
+\_vnfExtCpd none Not navig. VnfExtCpd 1
+==================== =========== ========== ================== ========= ===============================================================================================================================
VduProfileReferencesVdu
~~~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ========== =============== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vduId shared Navig. 1 Vdu OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- PassedByReference
-
- Preliminary
-\_vduProfile none Not navig. 0..\* VduProfile OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ========== =============== =====================
+================== =========== ========== ========== ========= ===============
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vduId shared Navig. Vdu 1
+\_vduProfile none Not navig. VduProfile 0..\*
+================== =========== ========== ========== ========= ===============
VnfDfHasVnfIndicator
~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ============ ================================================================================= =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vnfIndicator none Navig. 0..\* VnfIndicator Declares the VNF indicators that are supported by this VNF (specific to this DF). Experimental
-
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-\_vnfDf none Not navig. 1 VnfDf OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ============ ================================================================================= =====================
+================== =========== ========== ============ ========= =================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+vnfIndicator none Navig. VnfIndicator 0..\* Declares the VNF indicators that are supported by this VNF (specific to this DF).
+\_vnfDf none Not navig. VnfDf 1
+================== =========== ========== ============ ========= =================================================================================
VlProfileHasAffOrAntiAffGroup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-=============================== =========== ========== ========= =========================== ============================================================================================================================================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_affinityOrAntiAffinityGroupId none Navig. 0..\* AffinityOrAntiAffinityGroup Identifies an affinity or anti-affinity group the VLs instantiated according to the VlProfile belong to. Experimental
+=============================== =========== ========== =========================== ========= ==============================================================================================================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_affinityOrAntiAffinityGroupId none Navig. AffinityOrAntiAffinityGroup 0..\* Identifies an affinity or anti-affinity group the VLs instantiated according to the VlProfile belong to.
NOTE : Each identifier references an affinity or anti-affinity group which expresses affinity or anti-affinity relationship between the VL(s) using this VirtualLinkProfile and the VL(s) using other VirtualLinkProfile(s) in the same group.
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- PassedByReference
-virtuallinkprofile none Not navig. 0..\* VirtualLinkProfile OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-=============================== =========== ========== ========= =========================== ============================================================================================================================================================================================================================================== =====================
+virtuallinkprofile none Not navig. VirtualLinkProfile 0..\*
+=============================== =========== ========== =========================== ========= ==============================================================================================================================================================================================================================================
VduLevelHasVdu
~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ======== ========================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_vduId none Navig. 1 Vdu Uniquely identifies a VDU. Experimental
-
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- PassedByReference
-vdulevel none Not navig. 1 VduLevel OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ======== ========================== =====================
-
-VduHasDependOnVdu
-~~~~~~~~~~~~~~~~~
-
-Specify instantiation priority and dependencies of VDU.
-
-Applied stereotypes:
-
-================== =========== ========== ========= ======== =============== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_dependOn none Navig. 0..\* Vdu Future
-
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-\_vdu none Not navig. 0..\* Vdu OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ======== =============== =====================
+================== =========== ========== ======== ========= ==========================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_vduId none Navig. Vdu 1 Uniquely identifies a VDU.
+vdulevel none Not navig. VduLevel 1
+================== =========== ========== ======== ========= ==========================
VnfdDefinesSecurityGroupRule
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-=================== =========== ========== ========= ================= =================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_securityGroupRule none Navig. 0..\* SecurityGroupRule Defines security group rules to be used by the VNF. Experimental
-
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-\_vnfd none Not navig. 1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-=================== =========== ========== ========= ================= =================================================== =====================
+================== =========== ========== ================= ========= ===================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+securityGroupRule none Navig. SecurityGroupRule 0..\* Defines security group rules to be used by the VNF.
+\_vnfd none Not navig. Vnfd 1
+================== =========== ========== ================= ========= ===================================================
VNIRHasLNR
~~~~~~~~~~
Applied stereotypes:
-===================================== =========== ========== ========= =================================== ========================================================================================================================================================================================================================================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-\_nicIoRequirements none Navig. 0..1 LogicalNodeRequirements This references (couples) the CPD with any logical node I/O requirements (for network devices) that may have been created. Linking these attributes is necessary so that so that I/O requirements that need to be articulated at the logical node level can be associated with the network interface requirements associated with the CPD. OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-
- PassedByReference
-\_virtualNetworkInterfaceRequirements none Not navig. 1 VirtualNetworkInterfaceRequirements OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-===================================== =========== ========== ========= =================================== ========================================================================================================================================================================================================================================================================================================================================== =====================
+===================================== =========== ========== =================================== ========= ==========================================================================================================================================================================================================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+\_nicIoRequirements none Navig. LogicalNodeRequirements 0..1 This references (couples) the CPD with any logical node I/O requirements (for network devices) that may have been created. Linking these attributes is necessary so that so that I/O requirements that need to be articulated at the logical node level can be associated with the network interface requirements associated with the CPD.
+\_virtualNetworkInterfaceRequirements none Not navig. VirtualNetworkInterfaceRequirements 1
+===================================== =========== ========== =================================== ========= ==========================================================================================================================================================================================================================================================================================================================================
VnfdhasVipCpd
~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ======== ================================================================================= =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-vipcpd composite Navig. 0..\* vipCpd Describes virtual IP addresses to be shared among instances of connection points. Experimental
-
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-vnfd none Not navig. 1 Vnfd OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ======== ================================================================================= =====================
+================== =========== ========== ======== ========= =================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+vipcpd composite Navig. vipCpd 0..\* Describes virtual IP addresses to be shared among instances of connection points.
+vnfd none Not navig. Vnfd 1
+================== =========== ========== ======== ========= =================================================================================
VnfDfHasSupportedVnfInterface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-===================== =========== ========== ========= =================== ===================================================================================================================== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-vnfdf none Not navig. 0..\* VnfDf OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-supportedVnfInterface none Navig. 0..\* VnfInterfaceDetails Indicates which interfaces the VNF produces and provides additional details on how to access the interface endpoints. Experimental
-
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-===================== =========== ========== ========= =================== ===================================================================================================================== =====================
+===================== =========== ========== =================== ========= =====================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+vnfdf none Not navig. VnfDf 1
+supportedVnfInterface composite Navig. VnfInterfaceDetails 0..\* Indicates which interfaces the VNF produces and provides additional details on how to access the interface endpoints.
+===================== =========== ========== =================== ========= =====================================================================================================================
SwImageDescHasCheckSumData
~~~~~~~~~~~~~~~~~~~~~~~~~~
Applied stereotypes:
-================== =========== ========== ========= ============ =============== =====================
-**Attribute Name** **Aggreg.** **Navig.** **Mult.** **Type** **Description** **Stereotypes**
-checksumdata none Navig. 1 ChecksumData Experimental
-
- OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-swimagedesc none Not navig. 1 SwImageDesc OpenModelAttribute
-
- - partOfObjectKey: 0
-
- - uniqueSet:
-
- - isInvariant: false
-
- - unsigned: false
-
- - counter: NA
-
- - support: MANDATORY
-================== =========== ========== ========= ============ =============== =====================
+================== =========== ========== ============ ========= ===============
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+checksumdata none Navig. ChecksumData 1
+swimagedesc none Not navig. SwImageDesc 1
+================== =========== ========== ============ ========= ===============
+
+VnfdHasVnfPackageChangeInfo
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+==================== =========== ========== ==================== ========= ================================================================================================================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+vnfpackagechangeinfo composite Navig. VnfPackageChangeInfo 0..\* Information used for performing the change of the current VNF Package. More than one VNF Package Change Info construct is possible to cater the possibility that changes of the current VNF Package can be performed for different source VNFDs.
+vnfd none Not navig. Vnfd 1
+==================== =========== ========== ==================== ========= ================================================================================================================================================================================================================================================
+
+VnfdHasLcmOpCoordination
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+======================== =========== ========== =========================== ========= =====================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+lcmOperationCoordination composite Navig. VnfLcmOperationCoordination 0..\* Provides information used for the coordination in VNF LCM operations.
+vnfd none Not navig. Vnfd 1
+======================== =========== ========== =========================== ========= =====================================================================
+
+VnfdHasOsContainerDesc
+~~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =============== ========= =============================================================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+osContainerDesc composite Navig. OsContainerDesc 0..\* Defines descriptors of container compute resources to be used by the VNF when the VDUs of the VNF are realized by a set of OS Containers sharing the same host and same networking namespace.
+vnfd none Not navig. Vnfd 1
+================== =========== ========== =============== ========= =============================================================================================================================================================================================
+
+VnfDfHasMciopProfile
+~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== ============ ========= ===================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+mciopProfile composite Navig. MciopProfile 0..\* Describes additional instantiation data for the MCIOPs used in this deployment flavour.
+ This attribute shall be present if the DF references (via the vduProfile) containerized workloads based on a MCIOP.
+vnfdf none Not navig. VnfDf 1
+================== =========== ========== ============ ========= ===================================================================================================================
+
+VduRefOsContainerDesc
+~~~~~~~~~~~~~~~~~~~~~
+
+Applied stereotypes:
+
+================== =========== ========== =============== ========= ==========================================================================================================================================================================================================================================================
+**Attribute Name** **Aggreg.** **Navig.** **Type** **Mult.** **Description**
+osContainerdesc none Navig. OsContainerDesc 0..\* Describes CPU, memory requirements and limits, and software images of the OS Containers realizing this Vdu corresponding to OS Containers sharing the same host and same network namespace. Each unique identifier is referenced only once within one VDU.
+vdu none Not navig. Vdu 1
+================== =========== ========== =============== ========= ==========================================================================================================================================================================================================================================================
Data Types
----------
+AdditionalServiceData
+~~~~~~~~~~~~~~~~~~~~~
+
+This information element describes the additional service data of the VirtualCp used to expose properties of the VirtualCp to NFV-MANO.
+If the VirtualCp is exposed by a VNF component realized by one or a set of OS containers, the properties are mirrored from the declarative descriptor of the corresponding MCIO where available.
+
+Applied stereotypes:
+
+- Reference
+
+- **reference: IFA011 v4.1.1**
+
+- Experimental
+
+================== =============== ========= ========== ================================== =========================================================================================================================================================================================================================================================================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+portData ServicePortData 1..\* RW OpenModelAttribute Service port numbers exposed by the VirtualCp.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+serviceData invalid 0..1 RW OpenModelAttribute Service matching information exposed by the VirtualCp
+ NOTE: This attribute shall only be present if additional information is needed to identify the service termination within the VNF, such as for example a url path information in an HTTP request required to allow a single VirtualCp IP address to be used for several HTTP based services that use the same portnumber.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== =============== ========= ========== ================================== =========================================================================================================================================================================================================================================================================================================================
+
BlockStorageData
~~~~~~~~~~~~~~~~
@@ -4028,48 +3280,93 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
====================== ============ ========= ========== ================================== ====================================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-sizeOfStorage Number 1 RW Preliminary Size of virtualised storage resource in GB.
-
- OpenModelAttribute
+sizeOfStorage Number 1 RW OpenModelAttribute Size of virtualised storage resource in GB.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-vduStorageRequirements KeyValuePair 0..\* RW Preliminary An array of key-value pairs that articulate the storage deployment requirements.
- OpenModelAttribute
+ Preliminary
+vduStorageRequirements KeyValuePair 0..\* RW OpenModelAttribute An array of key-value pairs that articulate the storage deployment requirements.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-rdmaEnabled Boolean 0..1 RW Obsolete Indicates if the storage supports rdma.
- OpenModelAttribute
+ Preliminary
+rdmaEnabled Boolean 0..1 RW OpenModelAttribute Indicates if the storage supports rdma.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-swImageDesc SwImageDesc 0..1 RW Preliminary Software image to be loaded on the VirtualStorage resource created based on this VirtualStorageDesc.
- Shall be absent when used for virtual disks.
- OpenModelAttribute
+ Obsolete
+swImageDesc SwImageDesc 0..1 RW OpenModelAttribute Software image to be loaded on the VirtualStorage resource created based on this VirtualStorageDesc.
+ Shall be absent when used for virtual disks.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
====================== ============ ========= ========== ================================== ====================================================================================================
+ComponentMapping
+~~~~~~~~~~~~~~~~
+
+With respect to a "change current VNF Package" process, a ComponentMapping information element defines a mapping between the identifier of a components or property in the source VNFD and the identifier of the corresponding component or property in the destination VNFD. Examples for components are VDUs, VLDs, etc., and an example for a property is a scaling aspect of the VNF.
+
+Applied stereotypes:
+
+- Reference
+
+- **reference: IFA011 v3.3.1**
+
+- Experimental
+
+================== ========== ========= ========== ================================== =====================================================================================================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+componentType invalid 1 RW OpenModelAttribute The type of component or property.
+ Possible values differentiate whether changes concern to some VNF component (e.g. VDU, internal VLD, etc.) or property (e.g. a Scaling Aspect, etc.).
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+sourceDescId Identifier 1 RW OpenModelAttribute Identifier of the component or property in the source VNFD.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+dstDescId Identifier 1 RW OpenModelAttribute Identifier of the component or property in the destination VNFD.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+description EString 0..1 RW OpenModelAttribute Human readable description of the
+ component changes.
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ========== ========= ========== ================================== =====================================================================================================================================================
+
FileStorageData
~~~~~~~~~~~~~~~
@@ -4081,39 +3378,39 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
================== ================== ========= ========== ================================== ==================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-sizeOfStorage Number 1 RW Preliminary Size of virtualised storage resource in GB.
-
- OpenModelAttribute
+sizeOfStorage Number 1 RW OpenModelAttribute Size of virtualised storage resource in GB.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-fileSystemProtocol String 1 RW Preliminary The shared file system protocol (e.g. NFS, CIFS).
- OpenModelAttribute
+ Preliminary
+fileSystemProtocol String 1 RW OpenModelAttribute The shared file system protocol (e.g. NFS, CIFS).
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-intVirtualLinkDesc VnfVirtualLinkDesc 1 RW Preliminary Reference of the internal VLD which this file storage connects to.
- The attached VDUs shall connect to the same internal VLD.
- PassedByReference
-
- OpenModelAttribute
+ Preliminary
+intVirtualLinkDesc VnfVirtualLinkDesc 1 RW OpenModelAttribute Reference of the internal VLD which this file storage connects to.
+ The attached VDUs shall connect to the same internal VLD.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
+
+ PassedByReference
================== ================== ========= ========== ================================== ==================================================================
MonitoringParameter
@@ -4127,55 +3424,55 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
=============================== =============================== ========= ========== ================================== ============================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-id Identifier 1 RW Preliminary Unique identifier of the monitoring parameter.
-
- OpenModelAttribute
+id Identifier 1 RW OpenModelAttribute Unique identifier of the monitoring parameter.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-name String 0..1 RW Preliminary Human readable name of the monitoring parameter.
- OpenModelAttribute
+ Preliminary
+name String 0..1 RW OpenModelAttribute Human readable name of the monitoring parameter.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-performanceMetric String 1 RW Preliminary Identifies the virtualized resource performance metric.
- OpenModelAttribute
+ Preliminary
+performanceMetric String 1 RW OpenModelAttribute Identifies the virtualized resource performance metric.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-collectionPeriod CollectionPeriod 0..1 RW Preliminary An attribute that describes the periodicity at which to collect the performance information.
- OpenModelAttribute
+ Preliminary
+collectionPeriod CollectionPeriod 0..1 RW OpenModelAttribute An attribute that describes the periodicity at which to collect the performance information.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-localAffinityOrAntiAffinityRule LocalAffinityOrAntiAffinityRule 0..1 RW Future
- OpenModelAttribute
+ Preliminary
+localAffinityOrAntiAffinityRule LocalAffinityOrAntiAffinityRule 0..1 RW OpenModelAttribute
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Future
=============================== =============================== ========= ========== ================================== ============================================================================================
ObjectStorageData
@@ -4189,19 +3486,19 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
================== ======== ========= ========== ================================== ===============================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-maxSizeOfStorage Number 0..1 RW Preliminary Max size of virtualised storage resource in GB.
-
- OpenModelAttribute
+maxSizeOfStorage Number 0..1 RW OpenModelAttribute Max size of virtualised storage resource in GB.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
================== ======== ========= ========== ================================== ===============================================
RequestedAdditionalCapabilityData
@@ -4215,51 +3512,51 @@ Applied stereotypes:
============================================= ============ ========= ========== ================================== ============================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-supportMandatory Boolean 1 RW Obsolete Indicates whether the requested additional capability is mandatory for successful operation.
-
- OpenModelAttribute
+supportMandatory Boolean 1 RW OpenModelAttribute Indicates whether the requested additional capability is mandatory for successful operation.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-requestedAdditionalCapabilityName String 1 RW Obsolete Identifies a requested additional capability for the VDU.
- OpenModelAttribute
+ Obsolete
+requestedAdditionalCapabilityName String 1 RW OpenModelAttribute Identifies a requested additional capability for the VDU.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-minRequestedAdditionalCapabilityVersion Version 0..1 RW Obsolete Identifies the minimum version of the requested additional capability.
- OpenModelAttribute
+ Obsolete
+minRequestedAdditionalCapabilityVersion Version 0..1 RW OpenModelAttribute Identifies the minimum version of the requested additional capability.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-preferredRequestedAdditionalCapabilityVersion Version 0..1 RW Obsolete Identifies the preferred version of the requested additional capability.
- OpenModelAttribute
+ Obsolete
+preferredRequestedAdditionalCapabilityVersion Version 0..1 RW OpenModelAttribute Identifies the preferred version of the requested additional capability.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-targetPerformanceParameters KeyValuePair 1..\* RW Obsolete Identifies specific attributes, dependent on the requested additional capability type.
- OpenModelAttribute
+ Obsolete
+targetPerformanceParameters KeyValuePair 1..\* RW OpenModelAttribute Identifies specific attributes, dependent on the requested additional capability type.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Obsolete
============================================= ============ ========= ========== ================================== ============================================================================================
ScaleInfo
@@ -4273,32 +3570,77 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
================== ============= ========= ========== ================================== ===========================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-aspectId ScalingAspect 1 RW Preliminary Reference to the scaling aspect.
-
- PassedByReference
-
- OpenModelAttribute
+aspectId ScalingAspect 1 RW OpenModelAttribute Reference to the scaling aspect.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-scaleLevel Integer 1 RW Preliminary The scale level, greater than or equal to 0
- OpenModelAttribute
+ Preliminary
+
+ PassedByReference
+scaleLevel Integer 1 RW OpenModelAttribute The scale level, greater than or equal to 0
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
================== ============= ========= ========== ================================== ===========================================
+ServicePortData
+~~~~~~~~~~~~~~~
+
+This information element describes the service identifying port properties exposed by the VirtualCp.
+
+Applied stereotypes:
+
+- Reference
+
+- **reference: IFA011 v4.1.1**
+
+- Experimental
+
+================== ======== ========= ========== ================================== =========================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+name String 1 RW OpenModelAttribute The name of the port exposed by the VirtualCp.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+protocol Integer 1 RW OpenModelAttribute The L4 protocol for this port exposed by the VirtualCp.
+ VALUES:
+ - isInvariant: false ? TCP
+ ? UDP
+ - valueRange: no range constraint ? SCTP
+
+ - support: MANDATORY
+port Integer 1 RW OpenModelAttribute The L4 port number exposed by the VirtualCp.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+portConfigurable Boolean 1 RW OpenModelAttribute Specifies whether the port attribute value is allowed to be configurable.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ======== ========= ========== ================================== =========================================================================
+
StorageQos
~~~~~~~~~~
@@ -4308,47 +3650,85 @@ Applied stereotypes:
================== ============= ========= ========== ================================== ===========================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-qosId Identifier 1 RW Future Unique identifier of the storage Qos in VNFD.
-
- OpenModelAttribute
+qosId Identifier 1 RW OpenModelAttribute Unique identifier of the storage Qos in VNFD.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-qosName String 1 RW Future Name of storage QoS.
- OpenModelAttribute
+ Future
+qosName String 1 RW OpenModelAttribute Name of storage QoS.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-consumer ConsumerScope 1 RW Future Consumer type.
- OpenModelAttribute
+ Future
+consumer ConsumerScope 1 RW OpenModelAttribute Consumer type.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-qosSpecs KeyValuePair 0..\* RW Future Describe qualities of Qos:total_bytes_sec、total_iops_sec.
- OpenModelAttribute
+ Future
+qosSpecs KeyValuePair 0..\* RW OpenModelAttribute Describe qualities of Qos:total_bytes_sec、total_iops_sec.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Future
================== ============= ========= ========== ================================== ===========================================================
-VirtualCpuData
+VersionSelector
~~~~~~~~~~~~~~~
+The VersionSelector information element allows to identify the source and destination VNFDs (and implicitly, VNF packages) for a "change current VNF Package", as well as the applicable source deployment flavour. The triplet (srcVnfdId, srcFlavourId, dstVnfdId) uniquely determines a change.
+
+Applied stereotypes:
+
+- Reference
+
+- **reference: IFA011 v3.3.1**
+
+- Experimental
+
+================== ========== ========= ========== ================================== ===================================================================================================
+**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
+srcVnfId Identifier 1 RW OpenModelAttribute Identifier of the source VNFD and the source VNF package.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+dstVnfId Identifier 1 RW OpenModelAttribute Identifier of the destination VNFD and the destination VNF package
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+srcFlavourId Identifier 1 RW OpenModelAttribute Identifier of the deployment flavour in the source VNF package for which this modification applies.
+
+ - isInvariant: false
+
+ - valueRange: no range constraint
+
+ - support: MANDATORY
+================== ========== ========= ========== ================================== ===================================================================================================
+
+VirtualCpuData
+~~~~~~~~~~~~~~
+
The VirtualCpuData information element supports the specification of requirements related to virtual CPU(s) of a virtual compute resource.
Applied stereotypes:
@@ -4357,64 +3737,64 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
================================ ===================== ========= ========== ================================== =======================================================================================================================================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-cpuArchitecture String 0..1 RW Preliminary CPU architecture type. Examples are x86, ARM. The cardinality can be 0 during the allocation request, if no particular CPU architecture type is requested.
-
- OpenModelAttribute
+cpuArchitecture String 0..1 RW OpenModelAttribute CPU architecture type. Examples are x86, ARM. The cardinality can be 0 during the allocation request, if no particular CPU architecture type is requested.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-numVirtualCpu Integer 1 RW Preliminary Number of virtual CPUs.
- OpenModelAttribute
+ Preliminary
+numVirtualCpu Integer 1 RW OpenModelAttribute Number of virtual CPUs.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-virtualCpuClock Number 0..1 RW Preliminary Minimum virtual CPU clock rate (e.g. in MHz). The cardinality can be 0 during the allocation request, if no particular value is requested.
- OpenModelAttribute
+ Preliminary
+virtualCpuClock Number 0..1 RW OpenModelAttribute Minimum virtual CPU clock rate (e.g. in MHz). The cardinality can be 0 during the allocation request, if no particular value is requested.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-virtualCpuOversubscriptionPolicy String 0..1 RW Obsolete The CPU core oversubscription policy e.g. the relation of virtual CPU cores to physical CPU cores/threads. The cardinality can be 0 during the allocation request, if no particular value is requested.
- OpenModelAttribute
+ Preliminary
+virtualCpuOversubscriptionPolicy String 0..1 RW OpenModelAttribute The CPU core oversubscription policy e.g. the relation of virtual CPU cores to physical CPU cores/threads. The cardinality can be 0 during the allocation request, if no particular value is requested.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-vduCpuRequirements KeyValuePair 0..\* RW Preliminary Array of key-value pair requirements on the Compute (CPU) for the VDU.
- OpenModelAttribute
+ Obsolete
+vduCpuRequirements KeyValuePair 0..\* RW OpenModelAttribute Array of key-value pair requirements on the Compute (CPU) for the VDU.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-virtualCpuPinning VirtualCpuPinningData 0..1 RW Obsolete The virtual CPU pinning configuration for the virtualised compute resource.
- OpenModelAttribute
+ Preliminary
+virtualCpuPinning VirtualCpuPinningData 0..1 RW OpenModelAttribute The virtual CPU pinning configuration for the virtualised compute resource.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Obsolete
================================ ===================== ========= ========== ================================== =======================================================================================================================================================================================================
VirtualCpuPinningData
@@ -4428,24 +3808,24 @@ Applied stereotypes:
======================= ============= ========= ========== ================================== =========================================================================================================================================================================================================================================================================================================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-virtualCpuPinningPolicy PinningPolicy 0..1 RW Obsolete The policy can take values of "static" or "dynamic". In case of "static" the virtual CPU cores are requested to be allocated to logical CPU cores according to the rules defined in virtualCpuPinningRules. In case of "dynamic" the allocation of virtual CPU cores to logical CPU cores is decided by the VIM. (e.g.: SMT (Simultaneous Multi-Threading) requirements).
-
- OpenModelAttribute
+virtualCpuPinningPolicy PinningPolicy 0..1 RW OpenModelAttribute The policy can take values of "static" or "dynamic". In case of "static" the virtual CPU cores are requested to be allocated to logical CPU cores according to the rules defined in virtualCpuPinningRules. In case of "dynamic" the allocation of virtual CPU cores to logical CPU cores is decided by the VIM. (e.g.: SMT (Simultaneous Multi-Threading) requirements).
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-virtualCpuPinningRule invalid 0..1 RW Obsolete A list of rules that should be considered during the allocation of the virtual CPUs to logical CPUs in case of "static" virtualCpuPinningPolicy.
- OpenModelAttribute
+ Obsolete
+virtualCpuPinningRule invalid 0..1 RW OpenModelAttribute A list of rules that should be considered during the allocation of the virtual CPUs to logical CPUs in case of "static" virtualCpuPinningPolicy.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Obsolete
======================= ============= ========= ========== ================================== =========================================================================================================================================================================================================================================================================================================================================================================
VirtualLinkBitRateLevel
@@ -4459,30 +3839,30 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
==================== ======================= ========= ========== ================================== ====================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-vnfVirtualLinkDescId VnfVirtualLinkDesc 1 RW Preliminary Uniquely identifies a VnfVirtualLinkDesc
-
- PassedByReference
-
- OpenModelAttribute
+vnfVirtualLinkDescId VnfVirtualLinkDesc 1 RW OpenModelAttribute Uniquely identifies a VnfVirtualLinkDesc
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-bitrateRequirements LinkBitrateRequirements 1 RW Preliminary Bitrate requirements for an instantiation level or bitrate delta for a scaling step.
- OpenModelAttribute
+ Preliminary
+
+ PassedByReference
+bitrateRequirements LinkBitrateRequirements 1 RW OpenModelAttribute Bitrate requirements for an instantiation level or bitrate delta for a scaling step.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
==================== ======================= ========= ========== ================================== ====================================================================================
VirtualLinkProtocolData
@@ -4496,37 +3876,37 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
======================= ============== ========= ========== ================================== ========================================================================================================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-associatedLayerProtocol LayerProtocol 1 RW Preliminary One of the values of the attribute layerProtocol of the ConnectivityType IE.
-
- OpenModelAttribute
+associatedLayerProtocol LayerProtocol 1 RW OpenModelAttribute One of the values of the attribute layerProtocol of the ConnectivityType IE.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-l2ProtocolData L2ProtocolData 0..1 RW Preliminary Specifies the L2 protocol data for this virtual link. Shall be present when the associatedLayerProtocol attribute indicates a L2 protocol and shall be absent otherwise.
- OpenModelAttribute
+ Preliminary
+l2ProtocolData L2ProtocolData 0..1 RW OpenModelAttribute Specifies the L2 protocol data for this virtual link. Shall be present when the associatedLayerProtocol attribute indicates a L2 protocol and shall be absent otherwise.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-l3ProtocolData L3ProtocolData 0..1 RW Preliminary Specifies the L3 protocol data for this virtual link. Shall be present when the associatedLayerProtocol attribute indicates a L3 protocol and shall be absent otherwise.
- OpenModelAttribute
+ Preliminary
+l3ProtocolData L3ProtocolData 0..1 RW OpenModelAttribute Specifies the L3 protocol data for this virtual link. Shall be present when the associatedLayerProtocol attribute indicates a L3 protocol and shall be absent otherwise.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
======================= ============== ========= ========== ================================== ========================================================================================================================================================================
VirtualMemoryData
@@ -4540,46 +3920,46 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
================================ ============ ========= ========== ================================== ===================================================================================================================================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-virtualMemSize Number 1 RW Preliminary Amount of virtual Memory (e.g. in MB).
-
- OpenModelAttribute
+virtualMemSize Number 1 RW OpenModelAttribute Amount of virtual Memory (e.g. in MB).
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-virtualMemOversubscriptionPolicy String 0..1 RW Obsolete The memory core oversubscription policy in terms of virtual memory to physical memory on the platform. The cardinality can be 0 during the allocation request, if no particular value is requested.
- OpenModelAttribute
+ Preliminary
+virtualMemOversubscriptionPolicy String 0..1 RW OpenModelAttribute The memory core oversubscription policy in terms of virtual memory to physical memory on the platform. The cardinality can be 0 during the allocation request, if no particular value is requested.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-vduMemRequirements KeyValuePair 0..\* RW Preliminary Array of key-value pair requirements on the memory for the VDU.
- OpenModelAttribute
+ Obsolete
+vduMemRequirements KeyValuePair 0..\* RW OpenModelAttribute Array of key-value pair requirements on the memory for the VDU.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-numaEnabled Boolean 0..1 RW Obsolete It specifies the memory allocation to be cognisant of the relevant process/core allocation. The cardinality can be 0 during the allocation request, if no particular value is requested.
- OpenModelAttribute
+ Preliminary
+numaEnabled Boolean 0..1 RW OpenModelAttribute It specifies the memory allocation to be cognisant of the relevant process/core allocation. The cardinality can be 0 during the allocation request, if no particular value is requested.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Obsolete
================================ ============ ========= ========== ================================== ===================================================================================================================================================================================================
VnfConfigurableProperties
@@ -4594,28 +3974,28 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
============================== ======== ========= ========== ================================== ========================================================================================================================================================================================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-isAutoscaleEnabled Boolean 0..1 RW Preliminary It permits to enable (TRUE)/disable (FALSE) the auto-scaling functionality.
+isAutoscaleEnabled Boolean 0..1 RW OpenModelAttribute It permits to enable (TRUE)/disable (FALSE) the auto-scaling functionality.
NOTE: A cardinality of "0" indicates that configuring this present VNF property is not supported.
- OpenModelAttribute
-
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-isAutohealEnabled Boolean 0..1 RW Preliminary It permits to enable (TRUE)/disable (FALSE) the auto-healing functionality.
- NOTE: A cardinality of "0" indicates that configuring this present VNF property is not supported.
- OpenModelAttribute
+ Preliminary
+isAutohealEnabled Boolean 0..1 RW OpenModelAttribute It permits to enable (TRUE)/disable (FALSE) the auto-healing functionality.
+ NOTE: A cardinality of "0" indicates that configuring this present VNF property is not supported.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
vnfmInterfaceInfo invalid 0..1 RW OpenModelAttribute Contains information enabling access to the NFV-MANO interfaces produced by the VNFM (e.g. URIs and credentials)
- isInvariant: false
@@ -4643,15 +4023,15 @@ vnfOauthServerInfo invalid 0..1 RW OpenModelAttribute
- support: MANDATORY
Experimental
-additionalConfigurableProperty String 0..\* RW Preliminary
-
- OpenModelAttribute
+additionalConfigurableProperty String 0..\* RW OpenModelAttribute
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
============================== ======== ========= ========== ================================== ========================================================================================================================================================================================================================================================
VnfIndicatorData
@@ -4665,28 +4045,28 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
================== ============ ========= ========== ================================== ===========================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-vnfdId Vnfd 1 RW Preliminary Identifies a VNFD.
-
- OpenModelAttribute
+vnfdId Vnfd 1 RW OpenModelAttribute Identifies a VNFD.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-vnfIndicator VnfIndicator 1 RW Preliminary Identifies a VNF indicator within the VNFD.
- OpenModelAttribute
+ Preliminary
+vnfIndicator VnfIndicator 1 RW OpenModelAttribute Identifies a VNF indicator within the VNFD.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
================== ============ ========= ========== ================================== ===========================================
VnfInfoModifiableAttributes
@@ -4700,7 +4080,7 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
================== ======== ========= ========== ================================== ===================================================================================================================================================================================================================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
@@ -4733,7 +4113,7 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
- Experimental
@@ -4746,13 +4126,11 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
================== ============ ========= ========== =========================================================================================== ==================================================================================================================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-event LcmEvent 0..\* RW Preliminary Describes VNF lifecycle event(s) or an external stimulus detected on a VNFM reference point.
-
- OpenModelAttribute
+event LcmEvent 0..\* RW OpenModelAttribute Describes VNF lifecycle event(s) or an external stimulus detected on a VNFM reference point.
- isInvariant: false
@@ -4761,42 +4139,44 @@ event LcmEvent 0..\* RW Preliminary
- support: CONDITIONAL_MANDATORY
- condition:At least one of the 2 attributes event or lcmTransitionEvent shall be included
-icmTransitionEvent String 0..\* RW Preliminary Describes the transition VNF lifecycle event(s) that cannot be mapped to any of the enumerated values defined for the event attribute.
- NOTE: At least one of these two attributes shall be included.
- OpenModelAttribute
+ Preliminary
+icmTransitionEvent String 0..\* RW OpenModelAttribute Describes the transition VNF lifecycle event(s) that cannot be mapped to any of the enumerated values defined for the event attribute.
+ NOTE: At least one of these two attributes shall be included.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-script String 1 RW Preliminary Information to locate a VNF LCM script (e.g. written in a DSL as specified in requirement VNF_PACK.LCM.001) triggered to react to one of the events listed in the event attribute.
- OpenModelAttribute
+ Preliminary
+script String 1 RW OpenModelAttribute Information to locate a VNF LCM script (e.g. written in a DSL as specified in requirement VNF_PACK.LCM.001) triggered to react to one of the events listed in the event attribute.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-scriptDsl String 1 RW Preliminary Defines the domain specific language (i.e. the type) of script that is provided. Types of scripts could include bash, python, etc.
- OpenModelAttribute
+ Preliminary
+scriptDsl String 1 RW OpenModelAttribute Defines the domain specific language (i.e. the type) of script that is provided. Types of scripts could include bash, python, etc.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-scriptInput KeyValuePair 0..\* RW Preliminary Array of KVP requirements with the key as the parameter name and the value as the parameter that need to be passed as an input to the script.
- NOTE: The scriptInput values are passed to the scripts in addition to the parameters received in the operation invocation request or indicator value change.
- OpenModelAttribute
+ Preliminary
+scriptInput KeyValuePair 0..\* RW OpenModelAttribute Array of KVP requirements with the key as the parameter name and the value as the parameter that need to be passed as an input to the script.
+ NOTE: The scriptInput values are passed to the scripts in addition to the parameters received in the operation invocation request or indicator value change.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
================== ============ ========= ========== =========================================================================================== ==================================================================================================================================================================================
VnfQoS
@@ -4810,7 +4190,7 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
VnfcConfigurableProperties
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -4823,19 +4203,19 @@ Applied stereotypes:
- Reference
-- **reference: IFA011 v2.7.1**
+- **reference: IFA011 v3.3.1**
================================== ======== ========= ========== ================================== ================================================================================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-additionalVnfcConfigurableProperty String 0..\* RW Preliminary It provides VNFC configurable properties that can be modified using the ModifyVnfInfo operation.
-
- OpenModelAttribute
+additionalVnfcConfigurableProperty String 0..\* RW OpenModelAttribute It provides VNFC configurable properties that can be modified using the ModifyVnfInfo operation.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Preliminary
================================== ======== ========= ========== ================================== ================================================================================================
VolumeType
@@ -4847,33 +4227,33 @@ Applied stereotypes:
================== ========== ========= ========== ================================== =========================================
**Attribute Name** **Type** **Mult.** **Access** **Stereotypes** **Description**
-volumeTypeId Identifier 1 RW Future Unique identifier of volume type in VNFD.
-
- OpenModelAttribute
+volumeTypeId Identifier 1 RW OpenModelAttribute Unique identifier of volume type in VNFD.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-volumeTypeName String 1 RW Future Name of volume type.
- OpenModelAttribute
+ Future
+volumeTypeName String 1 RW OpenModelAttribute Name of volume type.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
-backendName String 1 RW Future Backend volume name of cinder.
- OpenModelAttribute
+ Future
+backendName String 1 RW OpenModelAttribute Backend volume name of cinder.
- isInvariant: false
- valueRange: no range constraint
- support: MANDATORY
+
+ Future
================== ========== ========= ========== ================================== =========================================
Enumerations
@@ -4904,6 +4284,24 @@ Contains Enumeration Literals:
- EGRESS:
+EndpointType
+~~~~~~~~~~~~
+
+Contains Enumeration Literals:
+
+- MGMT:
+
+- VNF:
+
+HomingStrategy
+~~~~~~~~~~~~~~
+
+Contains Enumeration Literals:
+
+- Colocation:
+
+- isolation:
+
InterfaceName
~~~~~~~~~~~~~
@@ -4958,6 +4356,15 @@ Contains Enumeration Literals:
- EVENT_END_VNFINFO_MODIFICATION:
+ModificationQualifier
+~~~~~~~~~~~~~~~~~~~~~
+
+Contains Enumeration Literals:
+
+- UP:
+
+- DOWN:
+
OperationalStatus
~~~~~~~~~~~~~~~~~
@@ -4993,6 +4400,30 @@ Contains Enumeration Literals:
- DYNAMIC:
+PlacementStrategy
+~~~~~~~~~~~~~~~~~
+
+Contains Enumeration Literals:
+
+- COLOCATION:
+
+- ISOLATION:
+
+- EXCLUSIVITY:
+
+ProvStatus
+~~~~~~~~~~
+
+Provisioning status, used as a trigger for operational monitoring of this resource by service assurance systems.
+
+Contains Enumeration Literals:
+
+- PROVISIONED:
+
+- PREPROVISIONED:
+
+- CAPPED:
+
VnfSource
~~~~~~~~~
@@ -5027,6 +4458,20 @@ Contains Enumeration Literals:
- SMART-NIC:
+- BRIDGE:
+
+- IPVLAN:
+
+- LOOPBACK:
+
+- MACVLAN:
+
+- PTP:
+
+- VLAN:
+
+- HOST-DEVICE:
+
vipFunction
~~~~~~~~~~~
diff --git a/docs/ONAP Model Spec/im/index.rst b/docs/ONAP Model Spec/im/index.rst
index 7c57c1c..390bf07 100644
--- a/docs/ONAP Model Spec/im/index.rst
+++ b/docs/ONAP Model Spec/im/index.rst
@@ -23,3 +23,4 @@ ONAP Information Model Specifications
Common/DynamicParameters
Common/SelectionCriteria
License/LicenseModel
+ Location/Location
diff --git a/docs/Release-notes/release-notes.rst b/docs/Release-notes/release-notes.rst
index e77c154..c57a69a 100644
--- a/docs/Release-notes/release-notes.rst
+++ b/docs/Release-notes/release-notes.rst
@@ -1,4 +1,4 @@
-.. Copyright 2020 (China Mobile)
+.. Copyright 2021 (China Mobile)
.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0
.. INTERNATIONAL LICENSE
.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
@@ -7,6 +7,39 @@
Modeling Spec Release Notes
===========================
+Version: 8.0.0
+--------------
+
+:Release Date: 2021-4-12
+
+**New Features**
+
+Introduce the following new information models:
+
+- location model
+- VES model v7.2 update to include standard defined domain
+- VNFD model enhancement to support CNF
+
+**Bug Fixes**
+
+**Security Notes**
+
+Modeling code has been formally scanned during build time using NexusIQ and no
+Critical vulnerability was found.
+
+Quick Links:
+- `Modeling project page <https://wiki.onap.org/display/DW/Modeling+Project>`_
+- `Passing Badge information for Modeling <https://bestpractices.coreinfrastructure.org/en/projects/1774>`_
+
+**Known Issues**
+ None
+
+**Upgrade Notes**
+ Update VNFD information model to align with ETSI NFV spec v3.3.1 and v4.1.1.
+
+**Other**
+ None
+
Version: 7.0.0
--------------