ArrayOfGuestNicInfo
ArrayOfGuestNicInfo
A boxed array of GuestNicInfo. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"network": "string",
"ipAddress": [
"string"
],
"macAddress": "string",
"connected": false,
"deviceConfigId": 0,
"dnsConfig": {
"_typeName": "string",
"dhcp": false,
"hostName": "string",
"domainName": "string",
"ipAddress": [
"string"
],
"searchDomain": [
"string"
]
},
"ipConfig": {
"_typeName": "string",
"ipAddress": [
{
"_typeName": "string",
"ipAddress": "string",
"prefixLength": 0,
"origin": "string",
"state": "string",
"lifetime": "string"
}
],
"dhcp": {
"_typeName": "string",
"ipv6": {
"_typeName": "string",
"enable": false,
"config": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
},
"ipv4": {
"_typeName": "string",
"enable": false,
"config": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
}
},
"autoConfigurationEnabled": false
},
"netBIOSConfig": {
"_typeName": "string",
"mode": "string"
}
}
]
}