CannotUseNetwork

CannotUseNetwork
CannotUseNetwork

A network associated with the virtual machine is accessible, but it cannot be used for some reason.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "device": "string",
    "backing": "string",
    "connected": false,
    "reason": "string",
    "network": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
device
Required

The label of the network device.

string
backing
Required

The backing of the network device.

boolean
connected
Required

The connected/disconnected state of the device.

string
reason
Required

Reason describing why the network cannot be used.

network
Optional

Reference to an instance of the Network managed object.