vapi metadata cli command: output field info

The output_field_info structure describes the name used by the CLI to display a single field of a structure element in the interface definition language.

Representations:

{
    "display_name""string",
    "field_name""string"
}
<?xml version="1.0" ?>
<ns0:OutputFieldInfo xmlns:ns0="http://vmware.com/vapi/metadata/cli/command" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <field_name>string</field_name>
  <display_name>string</display_name>
</ns0:OutputFieldInfo>

Attributes:

Name Type Description
Required
field_name string Name of the field.

display_name string Name used by the CLI to display the field.