NetworkSummary

NetworkSummary
NetworkSummary

General information about a network.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "network": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "name": "string",
    "accessible": false,
    "ipPoolName": "string",
    "ipPoolId": 0
}
network
Optional

Reference to an instance of the Network managed object.

string
name
Required

Name of the network.

boolean
accessible
Required

At least one host is configured to provide this network.

string
ipPoolName
Required

Name of the associated IP pool.

Empty if the network is not associated with an IP pool.

integer As int32 As int32
ipPoolId
Optional

Identifier of the associated IP pool.

Zero if the network is not associated with an IP pool.