Unverified Commit 3f886739 authored by skoulouzis's avatar skoulouzis Committed by GitHub

Update interface_types.yml

parent ad0b245f
......@@ -31,6 +31,19 @@ interface_types:
type: map
required: false
description: Some options defined for this operation. They are key-value pairs. It depends on the specific operation.
count:
type: integer
required: false
description: This is defined as a maximum number of iterations for a loop.
duration:
type: scalar-unit.time
default: 1 s
required: false
description: This is defined as a maximum number of iterations for a loop
deadline:
type: timestamp
required: false
description: This is defined as a certain timing to exit this loop.
execute:
description: Execute some command on the objects. The detailed command is specified in the filed Command below. ObjectType currently can only be VM
put:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment