NodeNetworkInterfacePropertiesListResult
NodeNetworkInterfacePropertiesListResult
AllOf
This class requires all of the following:
JSON Example
{
"_self": {
"rel": "string"
},
"cursor": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"sort_ascending": false,
"result_count": 0,
"_schema": "string",
"sort_by": "string",
"results": [
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"physical_address": "string",
"plane": "string",
"broadcast_address": "string",
"link_status": "string",
"default_gateway": "string",
"ip_configuration": "string",
"ip_addresses": [
{
"netmask": "string",
"ip_address": "string"
}
],
"mtu": 0,
"admin_status": "string",
"interface_id": "string"
}
]
}