onap.interfaces.node.lifecycle.Standard
Support for essencial lifecycle events normally provided by an ONAP node.
interface_types:
onap.interfaces.node.lifecycle.Standard:
derived_from: tosca.interfaces.node.lifecycle.Standard
description: essencial operations an ONAP node normally supports
create:
inputs:
# All parameters of IFA011 InstantiateVnfOpConfig go here, one by one
configure: # operation to create the node
inputs:
start:
inputs:
stop:
inputs: # All parameters of IFA011 OperateVnfOpConfig go here, one by one
minGracefulStopTimeout:
description: describe it
type: scalar-unit.time
maxRecommendedGracefulStopTimeout:
description: describe it
type: scalar-unit.time
delete:
inputs:
# All parameters of TerminateVnfOpConfig go here, one by one