HostOpaqueNetworkInfo
HostOpaqueNetworkInfo
Information on opaque networks that are available on the host.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"dynamicProperty": [
{
"_typeName": "string",
"name": "string",
"val": {
"_typeName": "string"
}
}
],
"opaqueNetworkId": "string",
"opaqueNetworkName": "string",
"opaqueNetworkType": "string",
"pnicZone": [
"string"
],
"capability": {
"_typeName": "string",
"networkReservationSupported": false
},
"extraConfig": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
array of DynamicProperty
dynamicProperty
Optional
Set of dynamic properties.
This property is optional because only the properties of an object that are unknown to a client will be part of this set. This property is not readonly just in case we want to send such properties from a client in the future.
string
opaqueNetworkId
Required
The ID of the opaque network.
string
opaqueNetworkName
Required
The name of the opaque network.
string
opaqueNetworkType
Required
The type of the opaque network.
array of string
pnicZone
Optional
IDs of networking zones that back the opaque network.
capability
Optional
The data object representing the capabilities supported by the Opaque Network.