diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-06-19 21:27:31 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-07-03 09:52:28 +0900 |
commit | 614e85dda362e04c7750e373579b847f49545964 (patch) | |
tree | 41e09d8ef3e6aa668d3384e23a92ddaa54b5c962 /requirements/05-impl.rst | |
parent | 9fe7a0d483e1a377d46a1f8014868a91fa8f6884 (diff) |
Edit requirement document2015.1.1
https://gerrit.opnfv.org/gerrit/#/c/385
Co-Authored-By: Bertrand Souville <souville@docomolab-euro.com>
Change-Id: Ia81988cdee7568134d349752685c898a99b01744
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'requirements/05-impl.rst')
-rw-r--r--[-rwxr-xr-x] | requirements/05-impl.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/requirements/05-impl.rst b/requirements/05-impl.rst index 7bbaa0c..2bc0731 100755..100644 --- a/requirements/05-impl.rst +++ b/requirements/05-impl.rst @@ -42,8 +42,8 @@ Input Parameters: * Thresholds [0..N]: Lower/Upper limits for triggering change event for used/reserved/total capacity change for specified resource items * NotificationId [0..1]: Identification of existing capacity change event - notification issued by the VIM. When specified. The previously defined - conditions for change event notifications wil be re-used and notification + notification issued by the VIM. When specified, the previously defined + conditions for change event notifications will be re-used and notification sent to the additional requestor. Application/json:: @@ -67,17 +67,17 @@ Application/json:: Reply Parameters: -* subscriptionId (Identifier): Identification of the capacity change event - notification issued by the VIM. +* subscriptionId (Identifier): Identification of the created subscription to + receive notifications about capacity change events * created (DateTime): Timestamp when subscription has been created -* m essage [0..1] (String): Output message that provides additional information +* message [0..1] (String): Output message that provides additional information about the subscribe request Application/json:: { "created": "2015-03-23T00:00:01Z", - "notificationId": "abcdef-ghijkl-123456789" + "subscriptionId": "abcdef-ghijkl-123456789" } Query Resource Capacity @@ -231,8 +231,8 @@ ___________________________ @startuml class CreateResourceReservationRequest { - + start [0..1]: DateTime - + end [0..1]: DateTime + + startTime [0..1]: DateTime + + endTime [0..1]: DateTime + expiry [0..1]: DateTime + virtualizationContainerReservation [0..N]: VirtualizationContainerReservationClass + computePoolReservation [0..1]: ComputePoolReservationClass @@ -267,8 +267,8 @@ ___________________________ + storagePoolReserved [0..1]: StoragePoolReservedClass + networkReserved [0..1]: NetworkReservedClass + reservationStatus [1]: String - + startTime [0..1]: Time - + endTime [0..1]: Time + + startTime [0..1]: DateTime + + endTime [0..1]: DateTime + message [0..1]: String } |