appliance networking interfaces: interface info
interface_info structure Structure that defines properties and status of a network interface.Representations:
{
"mac": "string",
"name": "string",
"status": "down"
}
"mac": "string",
"name": "string",
"status": "down"
}
<?xml version="1.0" ?>
<ns0:InterfaceInfo xmlns:ns0="http://vmware.com/appliance/networking/interfaces" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<status>down</status>
<name>string</name>
<mac>string</mac>
</ns0:InterfaceInfo>
<ns0:InterfaceInfo xmlns:ns0="http://vmware.com/appliance/networking/interfaces" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<status>down</status>
<name>string</name>
<mac>string</mac>
</ns0:InterfaceInfo>
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| name | string | Interface name, for example, "nic0", "nic1". |
| status | string | Interface status. Defines interface status Value is one of: down: The interface is down. up: The interface is up. |
| mac | string | MAC address. For example 00:0C:29:94:BB:5A. |