ArrayOfHostNetCapabilities
ArrayOfHostNetCapabilities
A boxed array of HostNetCapabilities. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"canSetPhysicalNicLinkSpeed": false,
"supportsNicTeaming": false,
"nicTeamingPolicy": [
"string"
],
"supportsVlan": false,
"usesServiceConsoleNic": false,
"supportsNetworkHints": false,
"maxPortGroupsPerVswitch": 0,
"vswitchConfigSupported": false,
"vnicConfigSupported": false,
"ipRouteConfigSupported": false,
"dnsConfigSupported": false,
"dhcpOnVnicSupported": false,
"ipV6Supported": false,
"backupNfcNiocSupported": false
}
]
}