AgentOvfEnvironmentInfo

AgentOvfEnvironmentInfo
AgentOvfEnvironmentInfo

The OvfEnvironment is used to assign OVF environment properties in the AgentConfigInfo.

It specifies the values that map to properties in the agent virtual machine's OVF descriptor.

This structure may be used only with operations rendered under /eam.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "ovfProperty": [
        {
            "_typeName": "string",
            "key": "string",
            "value": "string"
        }
    ]
}
ovfProperty
Optional

The OVF properties that are assigned to the agent virtual machine's OVF environment when it is powered on.