diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-21 12:20:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-22 12:12:50 -0400 |
commit | 9f0eab0dd6b167535f8cadd8b7f1224007ede929 (patch) | |
tree | 6240662ab62a4f317d1f141d3437f21a69631c2f /generic-resource-api/model/swagger/src/main/yaml | |
parent | ebd4fab7226d62d08510ef9358e853443e1bee22 (diff) |
Roll versions to next Guilin snapshot
Update version to next Guilin snapshot
Change-Id: I2441a75c7cd87582f2a4075e74edfffbb33fad97
Issue-ID: SDNC-1315
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'generic-resource-api/model/swagger/src/main/yaml')
-rw-r--r-- | generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml b/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml index ec7b34a9..69d3ba84 100644 --- a/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml +++ b/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml @@ -18,7 +18,7 @@ info: Relating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version\ \ of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal\ \ notices." - version: "2.0.0-SNAPSHOT" + version: "2.0.1-SNAPSHOT" title: "ietf-yang-types,ietf-inet-types,GENERIC-RESOURCE-API API" consumes: - "application/json" @@ -87498,6 +87498,10 @@ definitions: - "ActivateSOTNL2VpnInstance" - "DeactivateSOTNL2VpnInstance" - "DeleteSOTNL2VpnInstance" + - "AllocateTransportSliceInstance" + - "ActivateTransportSliceInstance" + - "DeactivateTransportSliceInstance" + - "DeleteTransportSliceInstance" generic.resource.api.LastOrderStatusEnumeration: type: "string" enum: @@ -87975,6 +87979,10 @@ definitions: - "ActivateSOTNL2VpnInstance" - "DeactivateSOTNL2VpnInstance" - "DeleteSOTNL2VpnInstance" + - "AllocateTransportSliceInstance" + - "ActivateTransportSliceInstance" + - "DeactivateTransportSliceInstance" + - "DeleteTransportSliceInstance" generic.resource.api.RequestInformation: type: "object" properties: |