com.vmware.vapi.metadata.cli.command

identity

The identity structure uniquely identifies a command in the CLI commands tree.
Representations:
{
    "name""string",
    "path""string"
}
<?xml version="1.0" ?>
<ns0:Identity xmlns:ns0="http://vmware.com/vapi/metadata/cli/command" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <name>string</name>
  <path>string</path>
</ns0:Identity>

Attributes:
Name Type Required Description
path
 *
string Yes The dot-separated path of the namespace containing the command in the CLI command tree.
name
 *
string Yes Name of the command.

Copyright © 2014. All Rights Reserved.