DataSift\Storyplayer\HostLib\PhysicalHosts::determineIpAddress PHP Method

determineIpAddress() public method

public determineIpAddress ( stdClass $vmDetails ) : string
$vmDetails stdClass
return string
    public function determineIpAddress($vmDetails)
    {
        throw new E5xx_ActionFailed(__METHOD__, "unsupported operation");
    }