NSX-T Data Center REST API
UnaryOperationBasedInjectionValue (type)
{ "additionalProperties": false, "description": "Operation based Injection Value.", "extends": { "$ref": "InjectionValue }, "id": "UnaryOperationBasedInjectionValue", "module_id": "PolicyReaction", "polymorphic-type-descriptor": { "type-identifier": "UnaryOperationBasedInjectionValue" }, "properties": { "initial_value": { "$ref": "ResourceFieldPointer, "description": "Resource field pointer representing the initial value for the injection value. If an operation is supplied, the value is handed to the operation function to produce a final result.", "required": true, "title": "Intitial value" }, "operation": { "$ref": "UnaryOperation, "description": "Represents an optional operation to be done on the initial value.", "title": "Operation Function" }, "resource_type": { "description": "Injection Value resource type.", "enum": [ "UnaryOperationBasedInjectionValue" ], "required": true, "title": "Resource Type", "type": "string" } }, "title": "Operation based Injection Value", "type": "object" }