Loading src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml +12 −57 Original line number Original line Diff line number Diff line Loading @@ -846,11 +846,11 @@ components: operationalState: operationalState: description: > description: > The operational state of the NFV-MANO functional entity application. The operational state of the NFV-MANO functional entity application. $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: > description: > The administrative state of the NFV-MANO functional entity application. The administrative state of the NFV-MANO functional entity application. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" usageState: usageState: description: > description: > The usage state of the NFV-MANO functional entity application. The usage state of the NFV-MANO functional entity application. Loading Loading @@ -1188,7 +1188,7 @@ components: operationState: operationState: description: > description: > The state of the "change state operation occurrence". The state of the "change state operation occurrence". $ref: "#/components/schemas/ChangeStateOpOccStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/ChangeStateOpOccStateEnumType" stateEnteredTime: stateEnteredTime: description: > description: > Date-time when the current state was entered. Date-time when the current state was entered. Loading Loading @@ -1356,7 +1356,7 @@ components: administrativeState: administrativeState: description: > description: > The administrative state of the NFV-MANO service interface. The administrative state of the NFV-MANO service interface. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" usageState: usageState: description: > description: > The usage state of the NFV-MANO service interface. The usage state of the NFV-MANO service interface. Loading Loading @@ -1535,11 +1535,11 @@ components: operationalState: operationalState: description: > description: > TThe operation state of the peer functional entity’s application. TThe operation state of the peer functional entity’s application. $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: > description: > The administrative state of the peer functional entity’s application. The administrative state of the peer functional entity’s application. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" required: required: - operationalState - operationalState - administrativeState - administrativeState Loading Loading @@ -1601,11 +1601,11 @@ components: operationalState: operationalState: description: > description: > The operational state of the peer functional entity’s application. The operational state of the peer functional entity’s application. $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: description: The administrative state of the peer functional entity’s application. The administrative state of the peer functional entity’s application. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" required: required: - operationalState - operationalState - administrativeState - administrativeState Loading Loading @@ -1658,12 +1658,12 @@ components: description: > description: > New content of the "operationalState" attribute in the "peerEntityState" New content of the "operationalState" attribute in the "peerEntityState" structure in the "PeerEntity". structure in the "PeerEntity". $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: > description: > New content of the "administrativeState" attribute in the "peerEntityState" New content of the "administrativeState" attribute in the "peerEntityState" structure in the "PeerEntity". structure in the "PeerEntity". $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" PeerEntityConfigModifications: PeerEntityConfigModifications: description: > description: > Loading Loading @@ -1714,13 +1714,13 @@ components: If present, this attribute signals modifications of the "operationalState" If present, this attribute signals modifications of the "operationalState" attribute in the "peerEntityState" structure in the "PeerEntity", as defined attribute in the "peerEntityState" structure in the "PeerEntity", as defined in clause 5.6.2.15. in clause 5.6.2.15. $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: > description: > If present, this attribute signals modifications of the "administrativeState" If present, this attribute signals modifications of the "administrativeState" attribute in the "peerEntityState" structure in the "PeerEntity", as defined attribute in the "peerEntityState" structure in the "PeerEntity", as defined in clause 5.6.2.15. in clause 5.6.2.15. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" ManoConfigurableParams: ManoConfigurableParams: description: > description: > Loading Loading @@ -2365,38 +2365,6 @@ components: once the interfaces are specified as a RESTful NFV-MANO API. once the interfaces are specified as a RESTful NFV-MANO API. type: string type: string OperationalStateEnumType: description: > The enumeration OperationalStateEnumType defines values representing the operational state of an NFV-MANO functional application type of managed entity. The OperationalStateEnumType shall comply with the provisions: - STARTED The managed entity is operational. - STOPPED The managed entity is not operational. - STOPPING The managed entity is in the transition to stop. - STARTING The managed entity is in the transition to start and become operational. - RESTARTING The managed entity is in the transition to stop and start again. type: string enum: - STARTED - STOPPED - STOPPING - STARTING - RESTARTING AdministrativeStateEnumType: description: > The enumeration AdministrativeStateEnumType defines values representing the administrative state of a managed entity. The AdministrativeStateEnumType shall comply with the provisions: - LOCKED The managed entity is administratively prohibited to be used. - UNLOCKED The managed entity is administratively allowed to be used. - LOCKING The managed entity is in the transition to be locked. type: string enum: - LOCKED - UNLOCKED - LOCKING UsageStateEnumType: UsageStateEnumType: description: > description: > The enumeration UsageStateEnumType defines values representing the usage The enumeration UsageStateEnumType defines values representing the usage Loading Loading @@ -2462,19 +2430,6 @@ components: - GRACEFUL - GRACEFUL - FORCEFUL - FORCEFUL ChangeStateOpOccStateEnumType: description: > The enumeration ChangeStateOpOccStateEnumType defines permitted values for the change state operation. It shall comply with the provisions : - PROCESSING The change state operation is currently in execution. - COMPLETED The change state operation has been completed successfully. - FAILED The change state operation has failed. type: string enum: - PROCESSING - COMPLETED - FAILED ManoEntityEnumType: ManoEntityEnumType: description: > description: > The enumeration ManoEntityEnumType defines the permitted values to The enumeration ManoEntityEnumType defines the permitted values to Loading src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml +3 −3 Original line number Original line Diff line number Diff line Loading @@ -259,7 +259,7 @@ components: changeStateOperationState: changeStateOperationState: description: > description: > The state of the "change state operation occurrence". The state of the "change state operation occurrence". $ref: "#/components/schemas/ChangeStateOpOccStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/ChangeStateOpOccStateEnumType" managedObjectRef: managedObjectRef: description: > description: > Reference of the managed object to which the state change notification relates. Reference of the managed object to which the state change notification relates. Loading @@ -269,12 +269,12 @@ components: description: > description: > New operational state of the managed object. Shall only be present when New operational state of the managed object. Shall only be present when there is a change in the operational state. there is a change in the operational state. $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: > description: > New administrative state of the managed object. Shall only be present New administrative state of the managed object. Shall only be present when there is a change in the administrative state. when there is a change in the administrative state. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" _links: _links: description: > description: > Links to resources related to this notification. Links to resources related to this notification. Loading src/SOL009/components/SOL009_schemas.yaml +45 −0 Original line number Original line Diff line number Diff line Loading @@ -619,3 +619,48 @@ components: - WARNING - WARNING - INDETERMINATE - INDETERMINATE - CLEARED - CLEARED AdministrativeStateEnumType: description: > The enumeration AdministrativeStateEnumType defines values representing the administrative state of a managed entity. The AdministrativeStateEnumType shall comply with the provisions: - LOCKED The managed entity is administratively prohibited to be used. - UNLOCKED The managed entity is administratively allowed to be used. - LOCKING The managed entity is in the transition to be locked. type: string enum: - LOCKED - UNLOCKED - LOCKING OperationalStateEnumType: description: > The enumeration OperationalStateEnumType defines values representing the operational state of an NFV-MANO functional application type of managed entity. The OperationalStateEnumType shall comply with the provisions: - STARTED The managed entity is operational. - STOPPED The managed entity is not operational. - STOPPING The managed entity is in the transition to stop. - STARTING The managed entity is in the transition to start and become operational. - RESTARTING The managed entity is in the transition to stop and start again. type: string enum: - STARTED - STOPPED - STOPPING - STARTING - RESTARTING ChangeStateOpOccStateEnumType: description: > The enumeration ChangeStateOpOccStateEnumType defines permitted values for the change state operation. It shall comply with the provisions : - PROCESSING The change state operation is currently in execution. - COMPLETED The change state operation has been completed successfully. - FAILED The change state operation has failed. type: string enum: - PROCESSING - COMPLETED - FAILED Loading
src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml +12 −57 Original line number Original line Diff line number Diff line Loading @@ -846,11 +846,11 @@ components: operationalState: operationalState: description: > description: > The operational state of the NFV-MANO functional entity application. The operational state of the NFV-MANO functional entity application. $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: > description: > The administrative state of the NFV-MANO functional entity application. The administrative state of the NFV-MANO functional entity application. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" usageState: usageState: description: > description: > The usage state of the NFV-MANO functional entity application. The usage state of the NFV-MANO functional entity application. Loading Loading @@ -1188,7 +1188,7 @@ components: operationState: operationState: description: > description: > The state of the "change state operation occurrence". The state of the "change state operation occurrence". $ref: "#/components/schemas/ChangeStateOpOccStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/ChangeStateOpOccStateEnumType" stateEnteredTime: stateEnteredTime: description: > description: > Date-time when the current state was entered. Date-time when the current state was entered. Loading Loading @@ -1356,7 +1356,7 @@ components: administrativeState: administrativeState: description: > description: > The administrative state of the NFV-MANO service interface. The administrative state of the NFV-MANO service interface. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" usageState: usageState: description: > description: > The usage state of the NFV-MANO service interface. The usage state of the NFV-MANO service interface. Loading Loading @@ -1535,11 +1535,11 @@ components: operationalState: operationalState: description: > description: > TThe operation state of the peer functional entity’s application. TThe operation state of the peer functional entity’s application. $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: > description: > The administrative state of the peer functional entity’s application. The administrative state of the peer functional entity’s application. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" required: required: - operationalState - operationalState - administrativeState - administrativeState Loading Loading @@ -1601,11 +1601,11 @@ components: operationalState: operationalState: description: > description: > The operational state of the peer functional entity’s application. The operational state of the peer functional entity’s application. $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: description: The administrative state of the peer functional entity’s application. The administrative state of the peer functional entity’s application. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" required: required: - operationalState - operationalState - administrativeState - administrativeState Loading Loading @@ -1658,12 +1658,12 @@ components: description: > description: > New content of the "operationalState" attribute in the "peerEntityState" New content of the "operationalState" attribute in the "peerEntityState" structure in the "PeerEntity". structure in the "PeerEntity". $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: > description: > New content of the "administrativeState" attribute in the "peerEntityState" New content of the "administrativeState" attribute in the "peerEntityState" structure in the "PeerEntity". structure in the "PeerEntity". $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" PeerEntityConfigModifications: PeerEntityConfigModifications: description: > description: > Loading Loading @@ -1714,13 +1714,13 @@ components: If present, this attribute signals modifications of the "operationalState" If present, this attribute signals modifications of the "operationalState" attribute in the "peerEntityState" structure in the "PeerEntity", as defined attribute in the "peerEntityState" structure in the "PeerEntity", as defined in clause 5.6.2.15. in clause 5.6.2.15. $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: > description: > If present, this attribute signals modifications of the "administrativeState" If present, this attribute signals modifications of the "administrativeState" attribute in the "peerEntityState" structure in the "PeerEntity", as defined attribute in the "peerEntityState" structure in the "PeerEntity", as defined in clause 5.6.2.15. in clause 5.6.2.15. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" ManoConfigurableParams: ManoConfigurableParams: description: > description: > Loading Loading @@ -2365,38 +2365,6 @@ components: once the interfaces are specified as a RESTful NFV-MANO API. once the interfaces are specified as a RESTful NFV-MANO API. type: string type: string OperationalStateEnumType: description: > The enumeration OperationalStateEnumType defines values representing the operational state of an NFV-MANO functional application type of managed entity. The OperationalStateEnumType shall comply with the provisions: - STARTED The managed entity is operational. - STOPPED The managed entity is not operational. - STOPPING The managed entity is in the transition to stop. - STARTING The managed entity is in the transition to start and become operational. - RESTARTING The managed entity is in the transition to stop and start again. type: string enum: - STARTED - STOPPED - STOPPING - STARTING - RESTARTING AdministrativeStateEnumType: description: > The enumeration AdministrativeStateEnumType defines values representing the administrative state of a managed entity. The AdministrativeStateEnumType shall comply with the provisions: - LOCKED The managed entity is administratively prohibited to be used. - UNLOCKED The managed entity is administratively allowed to be used. - LOCKING The managed entity is in the transition to be locked. type: string enum: - LOCKED - UNLOCKED - LOCKING UsageStateEnumType: UsageStateEnumType: description: > description: > The enumeration UsageStateEnumType defines values representing the usage The enumeration UsageStateEnumType defines values representing the usage Loading Loading @@ -2462,19 +2430,6 @@ components: - GRACEFUL - GRACEFUL - FORCEFUL - FORCEFUL ChangeStateOpOccStateEnumType: description: > The enumeration ChangeStateOpOccStateEnumType defines permitted values for the change state operation. It shall comply with the provisions : - PROCESSING The change state operation is currently in execution. - COMPLETED The change state operation has been completed successfully. - FAILED The change state operation has failed. type: string enum: - PROCESSING - COMPLETED - FAILED ManoEntityEnumType: ManoEntityEnumType: description: > description: > The enumeration ManoEntityEnumType defines the permitted values to The enumeration ManoEntityEnumType defines the permitted values to Loading
src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml +3 −3 Original line number Original line Diff line number Diff line Loading @@ -259,7 +259,7 @@ components: changeStateOperationState: changeStateOperationState: description: > description: > The state of the "change state operation occurrence". The state of the "change state operation occurrence". $ref: "#/components/schemas/ChangeStateOpOccStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/ChangeStateOpOccStateEnumType" managedObjectRef: managedObjectRef: description: > description: > Reference of the managed object to which the state change notification relates. Reference of the managed object to which the state change notification relates. Loading @@ -269,12 +269,12 @@ components: description: > description: > New operational state of the managed object. Shall only be present when New operational state of the managed object. Shall only be present when there is a change in the operational state. there is a change in the operational state. $ref: "#/components/schemas/OperationalStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/OperationalStateEnumType" administrativeState: administrativeState: description: > description: > New administrative state of the managed object. Shall only be present New administrative state of the managed object. Shall only be present when there is a change in the administrative state. when there is a change in the administrative state. $ref: "#/components/schemas/AdministrativeStateEnumType" $ref: "../components/SOL009_schemas.yaml#/components/schemas/AdministrativeStateEnumType" _links: _links: description: > description: > Links to resources related to this notification. Links to resources related to this notification. Loading
src/SOL009/components/SOL009_schemas.yaml +45 −0 Original line number Original line Diff line number Diff line Loading @@ -619,3 +619,48 @@ components: - WARNING - WARNING - INDETERMINATE - INDETERMINATE - CLEARED - CLEARED AdministrativeStateEnumType: description: > The enumeration AdministrativeStateEnumType defines values representing the administrative state of a managed entity. The AdministrativeStateEnumType shall comply with the provisions: - LOCKED The managed entity is administratively prohibited to be used. - UNLOCKED The managed entity is administratively allowed to be used. - LOCKING The managed entity is in the transition to be locked. type: string enum: - LOCKED - UNLOCKED - LOCKING OperationalStateEnumType: description: > The enumeration OperationalStateEnumType defines values representing the operational state of an NFV-MANO functional application type of managed entity. The OperationalStateEnumType shall comply with the provisions: - STARTED The managed entity is operational. - STOPPED The managed entity is not operational. - STOPPING The managed entity is in the transition to stop. - STARTING The managed entity is in the transition to start and become operational. - RESTARTING The managed entity is in the transition to stop and start again. type: string enum: - STARTED - STOPPED - STOPPING - STARTING - RESTARTING ChangeStateOpOccStateEnumType: description: > The enumeration ChangeStateOpOccStateEnumType defines permitted values for the change state operation. It shall comply with the provisions : - PROCESSING The change state operation is currently in execution. - COMPLETED The change state operation has been completed successfully. - FAILED The change state operation has failed. type: string enum: - PROCESSING - COMPLETED - FAILED